M-FSK - demodulation and recovering bits
1 次查看(过去 30 天)
显示 更早的评论
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?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/500138/image.png)
And there is fragment:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/500143/image.png)
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 FSK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!