"speed can be any from the ADC_SAMPLING_SPEED class enum: VERY_LOW_SPEED, LOW_SPEED, MED_SPEED, HIGH_SPEED or VERY_HIGH_SPEED.
ADC_SAMPLING_SPEED::VERY_LOW_SPEED is the lowest possible sampling...
Type: Posts; User: mitzi111
"speed can be any from the ADC_SAMPLING_SPEED class enum: VERY_LOW_SPEED, LOW_SPEED, MED_SPEED, HIGH_SPEED or VERY_HIGH_SPEED.
ADC_SAMPLING_SPEED::VERY_LOW_SPEED is the lowest possible sampling...
Do you know how to set the sampling rate of teensy 3.5?
"Except for the noise reduction involving unspecified algorithms, you can do all this pretty easily with the audio library."
Would you happen to know any open source algorithms fit for teensy that...
thanks for the reply!
would you happen to know how the StateVariableFilter works? I'm not too sure why it's input says white noise. and where does it gets the input? Would it be safe to say that...
For our project our goal is to acquire body sounds from an acoustic stethoscope and do digital 1) filtering 2) noise reduction (static + heart sounds), and 3) amplifying of signals. The frequencies...