how to perform Signal amplitude demodulation
6 ビュー (過去 30 日間)
古いコメントを表示
I need to perform demodulation using square law, with a low pass filter of 1 order and 5 rad/sec band. but the demodulated signal has a bit delay, any body knows how can I fix it?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166415/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/166416/image.jpeg)
0 件のコメント
回答 (1 件)
Abhi Sundararaman
2017 年 8 月 1 日
Using any kind of lowpass filter in general should introduce some delay, so the results you are seeing are to be expected. That said, if you wish to compensate for the delay, you could first design an equivalent butterworth filter using the " butter " function, and then pass in this filter with some additional parameters into the " grpdelay " function to compute the group delay.
Then you could just apply this delay to the final dataset to line up the plots of the two signals.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Digital Filter Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!