フィルターのクリア

Why does the rcosfir() parameter T have no effect on result?

5 ビュー (過去 30 日間)
bogfrog
bogfrog 2017 年 7 月 28 日
回答済み: Marco 2017 年 10 月 3 日
The 4th parameter T (symbol period), seems to have no effect at all for the rcosfir function. Why is this?
figure; plot(rcosfir(.2, 3, 12, 1/9600, 'sqrt') - rcosfir(.2, 3, 12, 1, 'sqrt')) % difference is negligible
And or this example, it's literally equal:
isequal(rcosfir(.2, 3, 12, 1/2400, 'sqrt'), rcosfir(.2, 3, 12, 1/9600, 'sqrt')) % exactly equal
What am I misunderstanding about this parameter?
Thanks.

回答 (1 件)

Marco
Marco 2017 年 10 月 3 日
Hello, because the inpulse response generated from the rcosfir() function is independent from input signal sampling period (T).
BR Marco

カテゴリ

Help Center および File ExchangeDigital Filter Analysis についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by