danielmtzz
New member
Hello!
I'm new here and don't have a lot of background with microcontrollers. Detailed explanations would be greatly appreciated
I have an application where I need to read sensor data that's primarily composed of discrete tones between 0.1 Hz - 500 Hz. I then need to do the following after reading it:
1) Apply a band pass filter to isolate a particular tone in the signal.
2) delay the filtered signal by an adjustable amount (between 10 - 1000 msec).
3) output the digitally processed signal via a dac channel for further analog processing.
My question is: What's the most suitable hardware to use here? I'm thinking of a Teensy 4.0 with the audio adapter board (just to use it as a simple dac), but I don't know if that's a good idea given my bandwidth. Stability over time is important. I don't want the amplitude and delay of the output to drift/change over time by a significant amount (which is why I'm not a fan of using the PWM outputs). I would like to use a DAC.
I'm new here and don't have a lot of background with microcontrollers. Detailed explanations would be greatly appreciated
I have an application where I need to read sensor data that's primarily composed of discrete tones between 0.1 Hz - 500 Hz. I then need to do the following after reading it:
1) Apply a band pass filter to isolate a particular tone in the signal.
2) delay the filtered signal by an adjustable amount (between 10 - 1000 msec).
3) output the digitally processed signal via a dac channel for further analog processing.
My question is: What's the most suitable hardware to use here? I'm thinking of a Teensy 4.0 with the audio adapter board (just to use it as a simple dac), but I don't know if that's a good idea given my bandwidth. Stability over time is important. I don't want the amplitude and delay of the output to drift/change over time by a significant amount (which is why I'm not a fan of using the PWM outputs). I would like to use a DAC.