• 大小: 1.05MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-21
  • 语言: Matlab
  • 标签: 通信仿真  

资源简介

是FM调频立体声的调制解调的matlab仿真代码,实现了对双声道语音的调制和解调,非simulink方式,完完全全的matlab代码 This is for FM stereo radio signal modulation and de-modulation code. it is not for matlab simulink, it is completely matlab code, you can follow it and for understanding FM stereo signal generate very well.

资源截图

代码片段和文件信息

% clc;
% clear;
% close all;
function Demodulation(s_toutput_file)

%%%%%%%%%%%%%%%%%%%%%%%%%  sample rate  %%%%%%%%%%%%%%%%%%%%%%%%%
ExtensionFactor=3;                          % raise sample rate 3 times
FS=44100;                                   % sample rate of wave file
fs=FS*ExtensionFactor;                      % sampling rate
ts=1/fs;

%%%%%%%%%%%%%%%%%%  receive the signal: s_t  %%%%%%%%%%%%%%%%%%%%
% load s_t_matlab;                            % s_t: input from data-file
[tmpN]=size(s_t);                          % points of samples
MusicLen=N/ExtensionFactor;                 
t=-N/2*ts:ts:(N/2-1)*ts;

%%%%%%%%%%%%%%%%%%  Obtain s1_t and s2_t from s_t %%%%%%%%%%%%%%%
%通过频谱图确定滤波器的大致带宽值B
Nfft=2^ceil(log2(N)+2);
df=fs/Nfft;fk=(-Nfft/2:Nfft/2-1)*df;
s_f=ts*fft

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2301  2017-03-02 15:35  FM stereo signal modulation and demodulation matlab code\Demodulation.m

     文件     138283  2017-03-02 16:02  FM stereo signal modulation and demodulation matlab code\FM调制解调立体声.docx

     文件        728  2017-03-02 15:33  FM stereo signal modulation and demodulation matlab code\Modulation.m

     文件    1769516  2017-03-01 16:59  FM stereo signal modulation and demodulation matlab code\speech.wav

     文件        220  2017-03-02 15:34  FM stereo signal modulation and demodulation matlab code\TotalRun.m

     目录          0  2017-03-02 16:02  FM stereo signal modulation and demodulation matlab code

----------- ---------  ---------- -----  ----

              1911048                    6


评论

共有 条评论