代码搜索:PROGRAMMED

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

代码结果 3,252
www.eeworm.com/read/270429/4238299

m shadow.m

% Program 7-6 % % shadow.m % % This function generates attenuation of shadowing % % Programmed by F. Kojima % Checked by H.Harada % function [x] = shadow(sigma) anoz = randn; db = sig
www.eeworm.com/read/270429/4238306

m dist.m

% Program 7-7 % % dist.m % % This function generates attenuation due to distance % % Programmed by F. Kojima % Checked by H.Harada % function [x] = dist(a,b,alpha) % a,b: position of
www.eeworm.com/read/270429/4238321

m compconv.m

% Program 3-7 % compconv.m % % Function to perform convolution between signal and filter % % programmed by H.Harada and M.Okita % function [iout, qout] = compconv(idata, qdata, filter) % *
www.eeworm.com/read/270429/4238336

m msk2_fading.m

% Program 3-16 % msk2_fading.m % % Simulation program to realize MSK transmission system % (under one path fading) % % Programmed by R.Sawai and H.Harada % %******************** Preparation
www.eeworm.com/read/423126/2029213

m crosscorr.m

% Program 5-2 % crosscorr.m % % Crosscorrelation function of a sequence % % Programmed by M.Okita and H.Harada % function [out] = crosscorr(indata1, indata2, tn) % ************************
www.eeworm.com/read/423126/2029223

m crdemapping.m

% Function 4-7 % crdemapping.m % % Function to separate data from the subcarrier % (DC=0) % % MATLAB version % programmed by T.Yamamura % function [iout,qout]=crdemapping(idata,qdata,fftlen
www.eeworm.com/read/423126/2029238

m stationinit.m

% Program 7-10 % % stationInit.m % % Programmed by A.Kanazawa % Checked by H.Harada % function STATION = stationInit(d) % The function to determine the position of BS STATION = zeros(19,1);
www.eeworm.com/read/423126/2029239

m shadow.m

% Program 7-6 % % shadow.m % % This function generates attenuation of shadowing % % Programmed by F. Kojima % Checked by H.Harada % function [x] = shadow(sigma) anoz = randn; db = sig
www.eeworm.com/read/423126/2029246

m dist.m

% Program 7-7 % % dist.m % % This function generates attenuation due to distance % % Programmed by F. Kojima % Checked by H.Harada % function [x] = dist(a,b,alpha) % a,b: position of
www.eeworm.com/read/423126/2029261

m compconv.m

% Program 3-7 % compconv.m % % Function to perform convolution between signal and filter % % programmed by H.Harada and M.Okita % function [iout, qout] = compconv(idata, qdata, filter) % *