代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/355484/10262194
m crosscorr.m
% Program 5-2
% crosscorr.m
%
% Crosscorrelation function of a sequence
%
% Programmed by yixiongshu,2008.8.9
function [out]=crosscorr(indata1,indata2,tn)
%
% indata1: input sequence1
www.eeworm.com/read/419565/10860559
m channel.m
% AWGN generation
% programmed by Yang Tiejun
function receiver_signal=channel(transmit_signal,cir,SimulationParameters,EbN0)
n_rx_antennas = SimulationParameters.Rxdiv;
n_tx_antennas = Simu
www.eeworm.com/read/470782/6908269
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/463000/7190751
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/463000/7190757
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/463000/7190802
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/463000/7190805
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/463000/7190812
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/444860/7604140
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/444818/7605503
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)
%******