代码搜索:PROGRAMMED

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

代码结果 3,252
www.eeworm.com/read/428214/8883405

m compoversamp2.m

% Program 5-9 % compoversamp2.m % % Function to sample "sample"time % % programmed by yixiongshu.2006.8.9 function [iout,qout]=compoversamp2(iin,qin,sample) % % iin : input Ich sequence % qin
www.eeworm.com/read/383510/8940994

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/182909/9185839

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/182909/9185857

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/182909/9185940

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/182909/9185944

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/182909/9185956

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/379443/9197115

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/379443/9197129

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/379443/9197248

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: