jboone / gr-tpms

Tire Pressure Monitor tools for GNU Radio
GNU General Public License v2.0
165 stars 36 forks source link

mmse_fir_interpolator_ff: imu out of bounds #12

Open gkrystev opened 7 years ago

gkrystev commented 7 years ago

Hi,

I'm trying to decode a file captured with SDR Console, but I got only this as output: => # tpms_rx --bursts --raw --if-rate 400000 --file 26-Jan-2017_122152.519_315.000MHz_000.wav Using Volk machine: sse4_2_64_orc thread[thread-per-block[78]: <block clock_recovery_mm_ff (38)>]: mmse_fir_interpolator_ff: imu out of bounds. thread[thread-per-block[88]: <block clock_recovery_mm_ff (25)>]: mmse_fir_interpolator_ff: imu out of bounds. thread[thread-per-block[98]: <block clock_recovery_mm_ff (12)>]: mmse_fir_interpolator_ff: imu out of bounds. ... Any tips on that, what can be wrong?

Regards