dakshinatharindu / systemc-fir-filter

0 stars 0 forks source link

odd even fir filter #1

Open YashSand opened 6 months ago

YashSand commented 6 months ago

have you done same for odd even fir filter in systemc code

dakshinatharindu commented 6 months ago

You can define any filter you want. In this repo, I have used a fir filter with 5 taps. Just add filter coefficients you want here (line 3 of fir.cc).