phase shifting for ssb modulation

4 visualizzazioni (ultimi 30 giorni)
Kerem Yüksel
Kerem Yüksel il 20 Mag 2021
Risposto: Arthi Sathyamurthi il 24 Mag 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) ?

Risposte (1)

Arthi Sathyamurthi
Arthi Sathyamurthi il 24 Mag 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.

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by