M-FSK - demodulation and recovering bits

2 ビュー (過去 30 日間)
Sylwia Kantor
Sylwia Kantor 2021 年 1 月 26 日
Hello. I have the 16-FSK modulated signal.
[y,fs] = audioread('signal.wav');
And then I have to recover bits that are coded by different frequency values. I was trying demodulation:
fc=6; %default
M=16;
fskdemod=comm.FSKDemodulator(M, fc, 'SamplesPerSymbol', 4, 'BitOutput', true);
z=fskdemod(y);
But I don't think the output is correct. Can you give me any clue?
And there is fragment:

回答 (0 件)

カテゴリ

Help Center および File ExchangeFSK についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by