Forum Discussion
Altera_Forum
Honored Contributor
12 years agoMulti channel for filter
Hi, I have implanted a multichannel fir filter using cascaded rams. These rams works as a filter delay line for a particular channel. Its working fine as far as simulation is concerned but duri...
Altera_Forum
Honored Contributor
12 years agoI told in the initial post that I implemented delay line by connecting rams I.e. o/p of one ram is feed to the second ram. Suppose you need an 8 channel for filter having 6 taps.. So you need 6 rams conmected as mentioned and the depth of each ram would be 8. For a particular channel, we place channel number on the address fields. In. This way our rams behave like delay line. For another channel, we can simpy change the address field on all rams.
Systolic arch implemented using DSPs only is for single channel, as far as I know.