@aibee/crc-bmap 0.1.15 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bmap.cjs.min.js +1 -1
- package/lib/bmap.cjs.min.js.map +3 -3
- package/lib/bmap.esm.js +1 -1
- package/lib/bmap.esm.js.map +2 -2
- package/lib/bmap.esm.min.js +1 -1
- package/lib/bmap.esm.min.js.map +3 -3
- package/lib/bmap.min.js +1 -1
- package/lib/bmap.min.js.map +3 -3
- package/package.json +1 -1
package/lib/bmap.esm.js
CHANGED
|
@@ -22052,7 +22052,6 @@ var ImuPosition = class {
|
|
|
22052
22052
|
this.abnor_peak_time = mid_time;
|
|
22053
22053
|
this.abnor_peak_accH = mid_accH;
|
|
22054
22054
|
}
|
|
22055
|
-
console.log("this.peak_num", this.peak_num, this.valley_num, is_step_peak, is_step_valley, mid_accH);
|
|
22056
22055
|
if (this.peak_num === this.valley_num && (is_step_peak || is_step_valley)) {
|
|
22057
22056
|
pv_detected_flag = true;
|
|
22058
22057
|
}
|
|
@@ -22065,6 +22064,7 @@ var ImuPosition = class {
|
|
|
22065
22064
|
* @returns bool -- True: detected, False: not detected.
|
|
22066
22065
|
*/
|
|
22067
22066
|
FFTStepDetec() {
|
|
22067
|
+
return true;
|
|
22068
22068
|
let fft_detected_flag = false;
|
|
22069
22069
|
const fft_fre = this.fre;
|
|
22070
22070
|
const fft_size = this.accH_fifo_len;
|