frequency modulation by bessel

Can somebody help me this question?

1 件のコメント

Walter Roberson
Walter Roberson 2022 年 5 月 21 日
Given a signal how do you find the side signals and the amplitudes of those?

サインインしてコメントする。

回答 (1 件)

Saarthak Gupta
Saarthak Gupta 2023 年 12 月 18 日

0 投票

Hi Huijia,
I understand that you want to calculate the amplitude of the first two side frequencies of a signal, given its modulation index (beta).
For a sinusoidal baseband signal with frequency fm, the transmitted signal, y(t), can be represented as:
The modulation index is defined as:
The resulting frequency spectrum is a set of cosines weighted by Bessel functions of β.
where k is the sideband number.
The first two sidebands will occur at k = 1 and -1, and the amplitude of both sidebands will be J1(β).
You can use the “besselj” function in MATLAB to calculate the same:
besselj(1,modIdx)
Please refer to the following MATLAB documentation for further reference:
Hope this helps!
Best regards,
Saarthak

カテゴリ

ヘルプ センター および File ExchangeBessel functions についてさらに検索

質問済み:

2022 年 5 月 21 日

回答済み:

2023 年 12 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by