Forum Discussion
Altera_Forum
Honored Contributor
12 years agoproblem with adaptive FIR ,i realy need your help
hi all guys,i'm freshmem in forum,i got a problem with my vhdl code about adaptive FIR filter.I try write by myself but it fail (simulate in modelsim-altera),so that i write agian based on "dsp with ...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- It is easily fixed - just give X(0) and (1) an initial value. signal x : array_n1bit := (others => (others => '0')); --- Quote End --- can you show me your wave form ,i'm not next to my computer