代码搜索:modmap
找到约 201 项符合「modmap」的源代码
代码结果 201
www.eeworm.com/read/338508/12302868
m chf.m
% Simulation of reduance wsn networks handoff foactor
% Needs the Communications toolbox and file "normrnd.m"
clear all;
ht=zeros(1,1000);
hk=zeros(1,1000);
lable='a
www.eeworm.com/read/147096/12585506
htm hcommodu.htm
Communications Toolbox Modulation and Demodulation
Modulation and Demodulation
This toolbox contains functions for analog and digital modulation and
demodulation. You can use t
www.eeworm.com/read/101557/15827119
htm hcommodu.htm
Communications Toolbox Modulation and Demodulation
Modulation and Demodulation
This toolbox contains functions for analog and digital modulation and
demodulation. You can use t
www.eeworm.com/read/224499/14587741
m oqpskmodulation.m
function y = oqpskmod(x,varargin);
% OQPSKMOD Offset quadrature phase shift keying modulation.
% error checks
if(nargin>2)
error('comm:oqpskmod:numarg','Too many input arguments.');
end
%C
www.eeworm.com/read/389712/8506951
m sfastdoa2.m
function SFastDoa2()
% 快速doa方法 ---平面阵 单次
clear;
%信源
%--------------------------------------------
Pd=2000;
Fd=1;% Fd is the sampling rate of the mes
www.eeworm.com/read/389710/8506964
m dft1.m
function DFT1()
% 1D
clear;
%信源
%--------------------------------------------
Pd=2000;
Fd=1;% Fd is the sampling rate of the message signal.
Fs=4*Fd;
R=0.5;
Delay=5;
No=1;
M=4;
x1=ra
www.eeworm.com/read/330618/12878650
txt 新建 文本文档 (2).txt
文件头:
%构造信号源%
Pd=2000; %符号数
Fd=1; %符号数率
Fs=4*Fd; %采样率
R=0.5; %升余弦滤波器的滚降系数,为0-1的实数
delay=5;
NO=1;
M=4;
www.eeworm.com/read/403092/11522774
m music3.m
%--------------------------------------------
%相干信号DOA估计MD(矩阵分解)算法
%适用于均匀线阵
%修正后的music算法
%程序分为信源、全局变量定义、信号产生、预处理算法、DF算法、做图等几部分
%盒子 于200803~200805期间研学,无版权
%-------------------------------------------
www.eeworm.com/read/249487/12492750
m oqpskmod.m
function y = oqpskmod(x,varargin);
% OQPSKMOD Offset quadrature phase shift keying modulation.
% Y = OQPSKMOD(X) outputs the complex envelope of the modulation of the
% message signal X using O
www.eeworm.com/read/249486/12492756
m oqpskdemod.m
function z = oqpskdemod(y,varargin)
% OQPSKDEMOD Offset quadrature phase shift keying demodulation.
% Z = OQPSKDEMOD(Y) demodulates the complex envelope Y of an OQPSK
% modulated signal. For tw