代码搜索:PROGRAMMED

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

代码结果 3,252
www.eeworm.com/read/350506/10736218

m fade.m

% Program 2-5 % fade.m % % Generate Rayleigh fading % % Programmed by H. Harada function [iout,qout,ramp,rcos,rsin]=fade(idata,qdata,... nsamp,tstp,fd,no,counter,flat) %**********************
www.eeworm.com/read/276402/10741707

m cp0901_sm2_ppm.m

% % Function 9.1: "cp0901_sm2_PPM" % % Evaluates the term SIGMAm^2 ('sm2') for an input 'pulse' % sampled ad 'fc'.'PPMshift' is the value in seconds % of the PPM shift. % % Programmed by Guerin
www.eeworm.com/read/276402/10741804

m cp0901_sm2_ppm.m

% % Function 9.1: "cp0901_sm2_PPM" % % Evaluates the term SIGMAm^2 ('sm2') for an input 'pulse' % sampled ad 'fc'.'PPMshift' is the value in seconds % of the PPM shift. % % Programmed by Guerin
www.eeworm.com/read/419627/10853108

lua sieve.lua

-- the sieve of of Eratosthenes programmed with coroutines -- typical usage: lua -e N=1000 sieve.lua | column -- generate all the numbers from 2 to n function gen (n) return coroutine.wrap(function
www.eeworm.com/read/271725/10982758

asm win.asm

;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; Programmed by 罗云彬, bigluo@telekbird.com.cn ; Website: http://asm.yeah.net ; LuoYunBin's Win32 ASM page (罗云彬的编程乐园) ;>>>>>>>>>
www.eeworm.com/read/271725/10982763

asm char.asm

;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; Programmed by 罗云彬, bigluo@telekbird.com.cn ; Website: http://asm.yeah.net ; LuoYunBin's Win32 ASM page (罗云彬的编程乐园) ;>>>>>>>>>
www.eeworm.com/read/470782/6908291

m qam16_fading.m

% Program 3-22 % qam16_fading % % Simulation program to realize 16QAM transmission system % (under one path fading) % % Programmed by H.Harada and R.Funada % %******************** preparatio
www.eeworm.com/read/463000/7190752

m mseq.m

% Program 5-3 % mseq.m % % The generation function of M-sequence % % An example % stg = 3 % taps = [ 1 , 3 ] % inidata = [ 1 , 1 , 1 ] % n = 2 % % Programmed by M.O
www.eeworm.com/read/463000/7190758

m compoversamp2.m

% Program 5-9 % compoversamp2.m % % Function to sample "sample" time % % programmed by H.Harada and M.Okita % function [iout,qout] = compoversamp2(iin, qin, sample) % *********************
www.eeworm.com/read/463000/7190769

m crmapping.m

% Function 4-6 % crmapping.m % % Function to set data on subcarrier % (DC=0) % % Programmed by T.Yamamura and H.Harada % function [iout,qout]=crmapping(idata,qdata,fftlen,nd); %*********