adaptive filter with more than two coefficients
1 回表示 (過去 30 日間)
古いコメントを表示
The original question has been removed by the user.
0 件のコメント
採用された回答
Honglei Chen
2012 年 5 月 23 日
You need to change the loop to
j = 3:N
and then the signal to
x(j-2:j)
Otherwise, your x(j-1:j) is only 2 samples long while your filter has 3 coefficients, dimension mismatch.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Adaptive Filters についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!