Hi! I'm designing the Active Noise Canceller under Real-time FPGA .
The input ports of error microphone and reference microphone from NI-9215 are normally read from FPGA target to Host computer.
After then, I want to make the bandstop filter of the FIR work for a cotinuous time after program running.
The problem is that the fillter doesn't continue to output for a long time to use for error signal e(n) at point C.
It means that the filter output the filtered signal only for a short time of one second , not a cotinuous time.
Even though I try to modify it with several ways, I can't fix it.
Please, let me know how to make the filter output for a cotinuous time at a running mode.
Thanks.
Jason Lee