代码搜索:modmap
找到约 201 项符合「modmap」的源代码
代码结果 201
www.eeworm.com/read/472919/6859795
doc music.doc
clc;
clear all;
Pd=2000;
Fd=1;
Fs=4*Fd;
R=0.5;
Delay=5;
M=4;
x1=randint(Pd,1,M);
x2=randint(Pd,1,M);
x3=randint(Pd,1,M);
y1=modmap(x1,Fd,Fs,'qask',M);
y2=modmap(x2,Fd,Fs,'qask',M);
y3=mo
www.eeworm.com/read/472922/6859799
doc uniformestimatesdoaparkarray.doc
clc;
clear all;
Pd=2000;
Fd=1;
Fs=4*Fd;
R=0.5;
Delay=5;
M=4;
x1=randint(Pd,1,M);
x2=randint(Pd,1,M);
x3=randint(Pd,1,M);
y1=modmap(x1,Fd,Fs,'qask',M);
y2=modmap(x2,Fd,Fs,'qask',M);
y3=mo
www.eeworm.com/read/193289/8241232
m doa_music_uniyuan.m
clc;
clear all;
Pd=2000;
Fd=1;
Fs=4*Fd;
R=0.5;
Delay=5;
M=4;
x1=randint(Pd,1,M);
x2=randint(Pd,1,M);
x3=randint(Pd,1,M);
y1=modmap(x1,Fd,Fs,'qask',M);
y2=modmap(x2,Fd,Fs,'qask',M);
y3
www.eeworm.com/read/293277/8302984
m circulararraymusic.m
clc;
clear all;
Pd=2000;
Fd=1;
Fs=4*Fd;
R=0.5;
Delay=5;
M=4;
x1=randint(Pd,1,M);
x2=randint(Pd,1,M);
x3=randint(Pd,1,M);
y1=modmap(x1,Fd,Fs,'qask',M);
y2=modmap(x2,Fd,Fs,'qask',M);
y3=
www.eeworm.com/read/161789/10375440
m st_trellis_dec.m
function outputs = ...
st_trellis_dec(Data_received,ST_NextState,ST_Output,Lut_InfBits,ModMap,...
alpha_channel,fading_gains,TerminateF,SF,NRx);
%------------------------------
www.eeworm.com/read/161789/10375485
m conv_dec_soft_c.m
function [Data_decoded, berrs, ferrs] = ...
conv_dec_soft_C(Data_received,Data,Trellis,Lut,alpha_channel,...
fading_gains,N0,TerminateF,PunctureF,ModMap);
%---------------------------------
www.eeworm.com/read/306483/3738430
asv we.asv
function y=we(u)
matrix=u;
t=[0:length(matrix):0.000]
s = modmap(u,(6.4766e-7),(6.4766e-7),'ask',2);
y = plot(t,s);
end
www.eeworm.com/read/403517/2310272
asv we.asv
function y=we(u)
matrix=u;
t=[0:length(matrix):0.000]
s = modmap(u,(6.4766e-7),(6.4766e-7),'ask',2);
y = plot(t,s);
end
www.eeworm.com/read/161789/10375437
m st_trellis_dec_c.m
function outputs = ...
st_trellis_dec_C(Data_received,ST_NextState,ST_Output,Lut_InfBits, ...
ModMap, alpha_channel,fading_gains_i,TerminateF,SF,NRx);
%------------------------
www.eeworm.com/read/429232/8814314
m doafromthesisofmaster.m
%%%构造信号源 对QASK数字调制信号做三个波%%%
Pd=2000;
Fd=1;
Fs=4*Fd;
R=0.5;
Delay=5;
No=1;
M=4;
x1=randint(Pd,1,M);
x2=randint(Pd,1,M);
x3=randint(Pd,1,M);
y1=modmap(x1,Fd,Fs,'qask',M);
y2=modmap(x2,Fd,Fs,'qask',M);
y