代码搜索:modmap
找到约 201 项符合「modmap」的源代码
代码结果 201
www.eeworm.com/read/183875/9134081
m 使用modmap函数映射数字信号.m
%%%%%%%%使用modmap函数ASK方式映射数字信号
%在[-1 1]区间分为M份,每份分别代表x的一个值
xask=randint(10,1,8);%产生一个10个元素的列向量,每个元素都是0-7的随机整数
%以ASK方式映射x,1s内有10个信号,每个信号进行10次抽样,即抽样速率为100Hz
yask=modmap(xask,10,100,'ask');
t=(1:length(yas
www.eeworm.com/read/202503/15380368
m 使用modmap函数映射数字信号.m
%%%%%%%%使用modmap函数ASK方式映射数字信号
%在[-1 1]区间分为M份,每份分别代表x的一个值
xask=randint(10,1,8);%产生一个10个元素的列向量,每个元素都是0-7的随机整数
%以ASK方式映射x,1s内有10个信号,每个信号进行10次抽样,即抽样速率为100Hz
yask=modmap(xask,10,100,'ask');
t=(1:length(yas
www.eeworm.com/read/424063/10502515
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/313956/13578263
htm hcommodu.htm
Communications Toolbox Modulation and Demodulation
Modulation and Demodulation
This toolbox contains functions for analog and digital modulation and
demodulation. You can us