Hello I'm trying to implement a FIR filter with preknown filter coefficients on an sb-RIO FPGA.
The signal is sent from a parallel loop by using handshaking for synchronization and then processed in the FIR with 201 coefficients but even though I send data into the filter the filter does not give any output.
Also when i configure the filter with fxp coefficients 32/0 and fxp data input 32/16 it says the output will be 33/18 but in reality the VI gives an 40/40 fxp output, why?
What is wrong in the configuration that the filter does not give an output?
Also how shall the aclk signal be routed?
The files can be found in the attachments
Kind regards
Martin