> I want to use this block with 1,000 coefficients, but when I tried to do so > I saw that the maximum possible is only 41 coefficients. > > Does anybody know if Ettus has any solution to use FIR with 1,000 > coefficients?
The number of taps is an adjustable parameter in the FIR filter block's Verilog code. Take a look at noc_block_fir_filter.v. Be warned though, 1000 is a large number of taps and the build may fail. Jonathon _______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com