代码搜索:PROGRAMMED

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

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

m mvalue.m

% Program 2-1 % % calculate average % % Programmed by H.Harada % function outdata = mvalue(indata) %****************** variables ************************* % indata : Input data %*
www.eeworm.com/read/379443/9197214

m main.m

% Program 2-3 % main.m % % calculate mean, dispersion and standard deviation for the vector data % % Programmed by H.Harada % data=rand(1,20); mvalue2=mvalue(data); [sigma2, sigma]= disper(
www.eeworm.com/read/379443/9197317

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/378919/9212928

m xmitlnlength.m

function[y]= xmitlnlength(freq) % xmitlnlength % % transmission line length formula for coaxial cable to an antenna % (the velocity factor for coax is approximately 0.66) % frequency is in Mhz,length
www.eeworm.com/read/378857/9214433

m compconv2.m

% compconv2.m % Function to perform convolution between signal and filter. % Programmed by yixiongshu,2006.8.9 function [iout,qout]=compconv2(idata,qdata,filter) % : filter tap coefficients.
www.eeworm.com/read/378857/9214445

m autocorr.m

% autocorr.m % % Autocorrelation function of a sequence % % Programmed by yixoingshu,2007.8.9 % function [out]=autocorr(indata,tn) % indata: input sequence % tn : number of period % out
www.eeworm.com/read/377596/9269949

m compconv2.m

% Program 5-10 % compconv2.m % Function to perform convolution between signal and filter. % Programmed by yixiongshu,2006.8.9 function [iout,qout]=compconv2(idata,qdata,filter) % : filter tap
www.eeworm.com/read/377596/9269964

m autocorr.m

% Program 5-1 % autocorr.m % % Autocorrelation function of a sequence % % Programmed by yixoingshu,2007.8.9 % function [out]=autocorr(indata,tn) % indata: input sequence % tn : number o
www.eeworm.com/read/170174/9815589

asv cp0202_ds.asv

% % FUNCTION 2.7 : "cp0202_DS" % % Generates a random DS code % with periodicity 'Np' % % Programmed by Guerino Giancola % function [DScode]=cp0202_DS(Np); % ----------------------------
www.eeworm.com/read/170174/9815595

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