代码搜索:PROGRAMMED

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

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

m wrap.m

% Program 7-3 % % wrap.m % % This function gives informations about cell-wrapping % % Programmed by F. Kojima % Checked by H.Harada % function [out] = wrap(inputmat) inputmat( 1,1:
www.eeworm.com/read/270429/4238308

m antgain.m

% Program 7-11 % % antgain.m % % Programmed by A.Kanazawa % Checked by H.Harada % function gain = antgain(width, back) theta = [0:359]; gain = zeros(1,360); if width ~= 360, n
www.eeworm.com/read/270429/4238314

m qammod.m

% Program 3-23 % qammod.m % % This function is used for Gray coding of 16QAM modulation % % programmed by R.Funada and H.Harada % function [iout,qout]=qammod(paradata,para,nd,ml) %******
www.eeworm.com/read/423126/2029198

m compconv2.m

% Program 5-10 % compconv2.m % % Function to perform convolution between signal and filter % % Programmed by H.Harada and M.Okita % function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/423126/2029204

m comb2.m

% Program 5-11 % comb2.m % % Function to add white gaussian noise % % Programmed by H.Harada and M.Okita % function [iout, qout] = comb2(idata, qdata, attn) %****************** variables *
www.eeworm.com/read/423126/2029245

m wrap.m

% Program 7-3 % % wrap.m % % This function gives informations about cell-wrapping % % Programmed by F. Kojima % Checked by H.Harada % function [out] = wrap(inputmat) inputmat( 1,1:
www.eeworm.com/read/423126/2029248

m antgain.m

% Program 7-11 % % antgain.m % % Programmed by A.Kanazawa % Checked by H.Harada % function gain = antgain(width, back) theta = [0:359]; gain = zeros(1,360); if width ~= 360, n
www.eeworm.com/read/423126/2029254

m qammod.m

% Program 3-23 % qammod.m % % This function is used for Gray coding of 16QAM modulation % % programmed by R.Funada and H.Harada % function [iout,qout]=qammod(paradata,para,nd,ml) %******
www.eeworm.com/read/475644/6775130

asm pl80.asm

;``````````````````````````````````````````````` ;Program: Benzini H-Type 2 Nozzles / No SmartCard Support ; It Should Be Programmed On 89C55WD / KL-070-1 MainBoard ;Name...: PL-80 (UC2) ;Crea
www.eeworm.com/read/395734/8155428

m compconv2.m

% Program 5-10 % compconv2.m % % Function to perform convolution between signal and filter % % Programmed by H.Harada and M.Okita % function [iout, qout] = compconv2(idata, qdata, filter)