the parameters of CIC filter
显示 更早的评论
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
回答(1 个)
Edson Silva
2020-7-24
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Adaptive Filters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!