代码搜索:PROGRAMMED

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

代码结果 3,252
www.eeworm.com/read/173155/5376314

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/173155/5376324

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/173155/5376339

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/173155/5376340

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/173155/5376347

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/173155/5376362

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/173155/5376377

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/270429/4238273

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/270429/4238283

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/270429/4238298

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);