ssb modulation with audio file
2 ビュー (過去 30 日間)
古いコメントを表示
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) ?
2 件のコメント
Walter Roberson
2021 年 5 月 25 日
You modified your question a fair bit.
Yes, hilbert() can be used to take a hilbert transform; https://www.mathworks.com/help/signal/ref/hilbert.html
回答 (1 件)
Rhea Chandy
2021 年 5 月 25 日
Hi Kerem
You can take a look at these examples of SSB Modulation:
- SSB Modulation using DSP System Toolbox and Simulink
- Single-Sideband Amplitude Modulation - MATLAB
However, if you can provide the code you've written to solve the problem and ask a specific question about where you're facing difficulty, we may be able to provide some guidance.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Transforms についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!