phase shifting for ssb modulation

4 views (last 30 days)
Kerem Yüksel
Kerem Yüksel on 20 May 2021
Answered: Arthi Sathyamurthi on 24 May 2021
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) ?

Answers (1)

Arthi Sathyamurthi
Arthi Sathyamurthi on 24 May 2021
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.

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!