I used the Matlab Filter Design tool to create a lowpass filter bank. I exported the bank into a Simulink model. With double precision everything works fine. But if I convert the filter into fixed-point arithmetic with the Filter Design tool, the output signal is just noise or zero.
Originally, I wanted to create a VHDL filter for an int16 audio signal. But eigther fi(1,16,0) or some other fixed-point configuration does work.