the parameters of CIC filter
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
im trying to design a CIC filter using system generator, when i try to run the simulation an error comes up saying: "Error in 'bandpass_filter/CIC Filter/Generated Filter Block/filter': The number of input rows must be a multiple of the decimation factor."
can some one help please??
thanks
0 Kommentare
Antworten (1)
Edson Silva
am 24 Jul. 2020
I think the problem you have is because the function is expecting Nx1 vector but it is receiving 1xN vector. Try to transpose the vector.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Filter Design finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!