代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/251604/12330828
m fade.m
% Program 2-5
% fade.m
%
% Generate Rayleigh fading
%
% Programmed by H.Harada
function [iout,qout,ramp,rcos,rsin]=fade(idata,qdata,nsamp,tstp,fd,no,counter,flat)
%****************** va
www.eeworm.com/read/250907/12376335
m giins.m
% Function 4-3
% giins.m
%
% Function to insert guard interval into transmission signal
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]= giins(idata,qdata,fftlen,gilen,nd);
www.eeworm.com/read/250907/12376341
m fade.m
% Program 2-5
% fade.m
%
% Generate Rayleigh fading
%
% Programmed by H.Harada
function [iout,qout,ramp,rcos,rsin]=fade(idata,qdata,nsamp,tstp,fd,no,counter,flat)
%****************** va
www.eeworm.com/read/232058/14209436
m autoc.m
function r=autoc(x,L)
%
% Computation of the autocorellation
% sequence r(l), l=0,1,...,L-1, L
www.eeworm.com/read/232058/14209443
m plotauto.m
function plotauto(x,L,Fs,star)
% function plotauto(x,L,Fs,star)
% plots auto with 2/sqrt(length(x)) confidence limits
% x=input signal
% r=autocorrelation
% star='.' or '*', etc.
%
% Programmed
www.eeworm.com/read/231739/14222228
m qamdemod.m
% Program 3-24
% qamdemod.m
%
% Function to decode 16QAM modulation
%
% programmed by R.Funada and H.Harada
%
function [demodata]=qamdemod(idata,qdata,para,nd,ml)
%****************** varia
www.eeworm.com/read/231739/14222235
m giins.m
% Function 4-3
% giins.m
%
% Function to insert guard interval into transmission signal
%
% Programmed by T.Yamamura and H.Harada
%
function [iout,qout]= giins(idata,qdata,fftlen,gilen,nd);
www.eeworm.com/read/231739/14222240
m fade.m
% Program 2-5
% fade.m
%
% Generate Rayleigh fading
%
% Programmed by H.Harada
function [iout,qout,ramp,rcos,rsin]=fade(idata,qdata,nsamp,tstp,fd,no,counter,flat)
%****************** va
www.eeworm.com/read/231737/14222323
m main.m
% Program 7-8
%
% main.m
%
% Programmed by A.Kanazawa
% Checked by H.Harada
%
clear
%%%%%%%%%%%%%%% Status initialization
I = 1; % The cluster size is determined from I and J. (n = I*I +
www.eeworm.com/read/231723/14222793
m qamdemod.m
% Program 3-24
% qamdemod.m
%
% Function to decode 16QAM modulation
%
% programmed by R.Funada and H.Harada
%
function [demodata]=qamdemod(idata,qdata,para,nd,ml)
%****************** varia