Hello.
I am trying to implement a low memory Music algorithm to separate breathing and heart rate signals, which are 0.5Hz and 1-2Hz, on an ARM processor.
After some filtering I arrived to your implementation of Music, but I have seen that it is mostly prepared for 8kHz and 16 sample signals, and I am using 56 Hz as Fs and 200-500 sample points FFTs.
Would it be too difficult or memory dependant to adapt this library?
Thank you
Hello.
I am trying to implement a low memory Music algorithm to separate breathing and heart rate signals, which are 0.5Hz and 1-2Hz, on an ARM processor.
After some filtering I arrived to your implementation of Music, but I have seen that it is mostly prepared for 8kHz and 16 sample signals, and I am using 56 Hz as Fs and 200-500 sample points FFTs.
Would it be too difficult or memory dependant to adapt this library?
Thank you