phase shifting for ssb modulation

조회 수: 5 (최근 30일)
Kerem Yüksel
Kerem Yüksel 2021년 5월 20일
답변: Arthi Sathyamurthi 2021년 5월 24일
I have a audio file and I get the signal message with audioread function to get the message signal
the y value is my signal. to make the ssb modulation, how can I make the hilbert transform?
like hilbert(y) ?

답변 (1개)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021년 5월 24일
You can use the ssbmod function with required input arguments which will do the complete single sideband amplitude modulation with lower sideband as default. To have a look at different examples on how to use the function, see the Mathworks documentation page here. To apply Hilbert transform on signal y, use hilbert function as hilbert(y). You can observe that the real part would be the original real data and the imaginary part is the actual Hilbert transform about the continuous-time analytic signal. You can look at the example on how to do it in the Mathworks Documentation page here.

카테고리

Help CenterFile Exchange에서 Hilbert and Walsh-Hadamard Transforms에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by