代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/228472/14383055
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/227483/14422916
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/227483/14422921
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/215601/15057007
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/491360/1191707
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/491360/1191713
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/491360/1191754
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/491360/1191757
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/491360/1191763
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)
%******