代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/231739/14222175
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/231737/14222330
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/231737/14222336
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/231723/14222765
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/231691/14223220
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/231691/14223231
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/228472/14382956
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/228472/14382967
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/228472/14383036
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/228472/14383041
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