代码搜索:PROGRAMMED

找到约 3,252 项符合「PROGRAMMED」的源代码

代码结果 3,252
www.eeworm.com/read/379443/9197257

m antgain.m

% Program 7-11 % % antgain.m % % Programmed by A.Kanazawa % Checked by H.Harada % function gain = antgain(width, back) theta = [0:359]; gain = zeros(1,360); if width ~= 360, n
www.eeworm.com/read/379443/9197275

m qammod.m

% Program 3-23 % qammod.m % % This function is used for Gray coding of 16QAM modulation % % programmed by R.Funada and H.Harada % function [iout,qout]=qammod(paradata,para,nd,ml) %******
www.eeworm.com/read/378857/9214448

m comb2.m

% Function to add white gaussian noise. % Programmed by yixiongshu.2006.8.9 function [iout,qout]=comb2(idata,qdata,attn) % % attn: attenuation level causedby ebno or C/N % v=length(idata); h=
www.eeworm.com/read/377596/9269974

m compoversamp2.m

% Program 5-9 % compoversamp2.m % % Function to sample "sample"time % % programmed by yixiongshu.2006.8.9 function [iout,qout]=compoversamp2(iin,qin,sample) % % iin : input Ich sequence % qin
www.eeworm.com/read/180233/9314964

m girem.m

% Function 4-4 % girem.m % % Function to remove guard interval from received signal % % Programmed by T.Yamamura and H.Harada % function [y]= girem(x,fftlen2,gilen,nd); %******************
www.eeworm.com/read/180233/9314978

m qammod.m

% Program 3-23 % qammod.m % % This function is used for Gray coding of 16QAM modulation % % programmed by R.Funada and H.Harada % function [iout,qout]=qammod(paradata,para,nd,ml) %******
www.eeworm.com/read/375622/9355566

m qamdemod.m

% Program 3-24 % qamdemod.m % % Function to decode 16QAM modulation % % programmed by R. Funada and H. Harada % function [demodata] = qamdemod (idata,qdata,para,nd,m1) %*******************
www.eeworm.com/read/355485/10262087

m spread.m

% Program 5-7 % spread.m % % Data spread function % % programmed by yixongshu,2006.8.9 function [iout,qout]=spread(idata,qdata,code1); % % code1: spread code sequence % switch nargin
www.eeworm.com/read/355485/10262101

m crosscorr.m

% Program 5-2 % crosscorr.m % % Crosscorrelation function of a sequence % % Programmed by yixiongshu,2008.8.9 function [out]=crosscorr(indata1,indata2,tn) % % indata1: input sequence1
www.eeworm.com/read/355484/10262186

m spread.m

% Program 5-7 % spread.m % % Data spread function % % programmed by yixongshu,2006.8.9 function [iout,qout]=spread(idata,qdata,code1); % % code1: spread code sequence % switch nargin