Signal put through an RC filter. Stemmed plot is not matching the shape of the signal, how do I correct this?

1 回表示 (過去 30 日間)
I have put a 16-QAM modulated signal through a raised cosine filter. I get a plot of the signal with stems on the same graph. However the stemmed plot is not matching with the shape of the signal. How do I sort this out. I have to change something with the RC filter to get the stemmed plot matching the signal shape, but what do I change?
% RC (Raised Cosine) Filter
num = rcosine(1,8); %designs(FIR) RC filter,returns transfer func
q = rcosflt([1;0;0],1,8,'filter',num);

回答 (0 件)

カテゴリ

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