代码搜索:PROGRAMMED

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

代码结果 3,252
www.eeworm.com/read/294822/8204675

m qfunct.m

%*************************** % Qfunct.m % 本函数Qfunct用于计算Q函数 % Programmed by Liu Dejian % Dtat:2008-3-8 %*************************** function[y]=Qfunct(x) % Q函数与误差函数之间的关系 y=(1/2)*erfc(x/sqrt(2))
www.eeworm.com/read/294821/8204700

m qfunct.m

%*************************** % Qfunct.m % 本函数Qfunct用于计算Q函数 % Programmed by Liu Dejian % Dtat:2008-3-8 %*************************** function[y]=Qfunct(x) % Q函数与误差函数之间的关系 y=(1/2)*erfc(x/sqrt(2))
www.eeworm.com/read/394079/8249507

m autocorr.m

% Program 5-1 % autocorr.m % % Autocorrelation function of a sequence % % Programmed by M.Okita and H.Harada % function [out] = autocorr(indata, tn) % *************************************
www.eeworm.com/read/293963/8260905

m autocorr.m

% Program 5-1 % autocorr.m % % Autocorrelation function of a sequence % % Programmed by M.Okita and H.Harada % function [out] = autocorr(indata, tn) % *************************************
www.eeworm.com/read/393253/8300220

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/171860/9731948

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/415696/11057524

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/269672/11084488

m cp0201_bits.m

% % FUNCTION 2.1 : "cp0201_bits" % % Generates a stream of equiprobable binary values ('bits') % The number of bits ('numbits') is an input parameter % % Programmed by Guerino Giancola % fun
www.eeworm.com/read/414864/11098677

m cp0804_signalshift.m

% % Function 8.14: "cp0804_signalshift" % % Applies a circular shift of 't' seconds % to the input vector 'in' % % Programmed by Guerino Giancola % function [out] = cp0804_signalshift(in,fc,
www.eeworm.com/read/414864/11098679

m cp0201_th.m

% % FUNCTION 2.3 : "cp0201_TH" % % Generates a pseudorandom TH code % with periodicity 'Np' and cardinality 'Nh' % % Programmed by Guerino Giancola % function [THcode]=cp0201_TH(Nh,Np); %