Is comm.FMDemodulator a product detection method?

5 ビュー (過去 30 日間)
yang
yang 2025 年 4 月 7 日
回答済み: Mike McLernon 2025 年 5 月 2 日
I looked at the algorithm of comm.FMDemodulator, and I have a question: comm.FMDemodulator does not require the input of the carrier frequency (fc). So how does it perform the step ys(t)=Y(t)e−j2πfcty_s(t) = Y(t) e^{-j 2\pi f_c t}ys​(t)=Y(t)e−j2πfc​t? Or is it using another method, such as phase demodulation?

回答 (1 件)

Mike McLernon
Mike McLernon 2025 年 5 月 2 日
The comm.FMDemodulator object processes input signals at complex baseband, as do nearly all of the functions and objects in Communications Toolbox. As such, the carrier frequency is explicitly not modeled.
Also, the object performs a phase differencing operation across each pair of received samples, then scales that difference by the sample time to arrive at frequency.

カテゴリ

Help Center および File ExchangeModulation についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by