필터 지우기
필터 지우기

Map output of 8-PSK onto audio

조회 수: 5 (최근 30일)
Nina Buchanan
Nina Buchanan 2017년 6월 9일
댓글: Nina Buchanan 2017년 6월 14일
I need to modulate an 1800 Hz sinusoid with the output of an 8-PSK modulator and write that to an audio file. Then I need to read that file and recover the 8-PSK data to send to the demodulator. How could I do this? I think I have all needed Simulink libraries. Thanks.

채택된 답변

Arnav Mendiratta
Arnav Mendiratta 2017년 6월 12일
For the modulation part:
1. Use a Sine Wave block to create the signal of desired frequency.
2. Modulate the signal using M-PSK block .
3. Save the modulated signal to audio file using To File or To Multimedia file block.
For the demodulation part:
1. Read the save audio file using From Multimedia.
2. Use the M-PSK Demodulator.
3. Bring that data to workspace , play or save it as an audio file.
You may use this example to get you started.
  댓글 수: 1
Nina Buchanan
Nina Buchanan 2017년 6월 14일
Thank you. This is helpful.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 PSK에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by