代码搜索:2FSK
找到约 76 项符合「2FSK」的源代码
代码结果 76
www.eeworm.com/read/161900/10358123
m fsk.m
% 2fsk.m
%
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.0
%************************ Preparation part *****************************
NUM = 5
www.eeworm.com/read/161900/10358132
asv fsk.asv
% 2fsk.m
%
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.0
%************************ Preparation part *****************************
NUM = 1
www.eeworm.com/read/161900/10358176
m fsk.m
% 2fsk.m
%
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.5
%************************ Preparation part *****************************
NUM = 5
www.eeworm.com/read/161900/10358183
asv fsk.asv
% 2fsk.m
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.5
%************************ Preparation part *****************************
NUM = 1024;
www.eeworm.com/read/161899/10358243
m fsk.m
% 2fsk.m
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.0
%************************ Preparation part *****************************
NUM = 1024;
www.eeworm.com/read/161899/10358249
asv fsk.asv
% 2fsk.m
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.0
%************************ Preparation part *****************************
NUM = 1024;
www.eeworm.com/read/161899/10358252
asv all.asv
%
% 2fsk.m
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.5
%************************ Preparation part *****************************
NUM = 102
www.eeworm.com/read/161898/7153379
m fsk.m
% 2fsk.m
%
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.5
%************************ Preparation part *****************************
NUM = 5
www.eeworm.com/read/161898/7153381
asv fsk.asv
% 2fsk.m
% Simulation program to build 2FSK
% All of the programs had been built successfully in MATLAB 6.5
%************************ Preparation part *****************************
NUM = 1024;
www.eeworm.com/read/477194/6739683
m gen_2fsk.m
%产生2fsk信号
function x=gen_2fsk(N)
%产生连续相位2FSK信号
%Set parameters
%N 产生的信号点长度
%初始参数
%fc 载波频率
%fp 频偏
%fd 低频频率
%type 'ncp'非连续相位fsk 'cp'连续相位fsk;
%fs 采样速率
fc=2000; %中心频率
del