This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320C5515: Digital filters in stethoscope application, real-time without latency

Part Number: TMS320C5515
Other Parts Discussed in Thread: TLV320AIC3111, TL072, TMDX5515EZDSP, LM386

Hi,

I'm new here. I've been working on developing a digital stethoscope, I've so far worked on analog circuits which consists a preamp, low pass filter and a power amp to drive earphones. I'm having lot of hiss and other background noises in the background. So I turned towards digital filter implementation and looking towards implementing FIR filter or bi-quad to have strict cuttoff frequencies. I came across the article below

digital stethoscope implementation on TMS320C5515. I've following basic questions.

1) can these filters be implemented in real-time without any latency issues? like in the article TI implemented FIR hamming window band pass with order of 161. Can this be run in real-time?

2)do I really require a MCU or DSP like C5515? or can I just use TLV320AIC3111 low power audio codec with digital filtering capability for real time application like stethoscope?

All I need is digital filters like FIR or biquads, and volume control and high power output to drive earphones with low impedance like 24ohms. I would like to stick to the preamp i designed using TL072 opamp.

Thanks in advance