代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/171860/9731930
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/265916/11250060
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/265916/11250070
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/235546/14064151
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/189239/8482972
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/428214/8883416
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% programmed by yixongshu,2006.8.9
function [iout,qout]=spread(idata,qdata,code1);
%
% code1: spread code sequence
%
switch nargin
ca
www.eeworm.com/read/428214/8883421
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
% inda
www.eeworm.com/read/182909/9185921
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/379443/9197196
m ofdmci.m
% Program 4-9
% ofdmci.m
%
% Simulation program to realize OFDM transmission system
% Simulate effect of interfarence noise
%
% Programmed by T.Yamamura and H.Harada
%
% GI CE GI data GI data.
www.eeworm.com/read/378857/9214436
m despread.m
% despread.m
%
% Data despread function.
% Programmed by yixiongshu.2006.8.9
function [iout,qout]=despread(idata,qdata,code1)
%
% idata : ich data sequence.
% qdata : qch data sequence.
% iout