phase shifting for ssb modulation
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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) ?
0 commentaires
Réponses (1)
Arthi Sathyamurthi
le 24 Mai 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.
0 commentaires
Voir également
Catégories
En savoir plus sur Hilbert and Walsh-Hadamard Transforms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!