The Root raised cosine filter output depends on previous input
1 回表示 (過去 30 日間)
古いコメントを表示
I'm trying the RRC filter, and I see a problem that the output of the filter y(t) is actually depends on the input x(t) and x(t-1)
For example, I design a system that create new input every sixth samples:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/711907/image.png)
At t = 0, the output is y1(t)
At t = 1, ... 5, the output is y2(t) which is different from y1(t), although the input is identical
At t = 6, the output is y3(t)
At t = 7, ... 11, the output is y4(t) which is again different from y3(t), although the input is identical
As I understand a filter should not have this property, can someone please explain if it is correct?
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with RF Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!