代码搜索:PROGRAMMED

找到约 3,252 项符合「PROGRAMMED」的源代码

代码结果 3,252
www.eeworm.com/read/452750/1648458

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/452750/1648462

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/180137/5289518

makefile

# Copyright (C) 1994-2003, Index Data # All rights reserved. # $Id: makefile,v 1.64 2003/09/04 18:52:02 adam Exp $ # # Programmed by # HL: Heikki Levanto, Index Data # ##############################
www.eeworm.com/read/173155/5376308

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/173155/5376325

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/173155/5376327

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/173155/5376338

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/173155/5376342

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/173155/5376348

m basest.m

% Program 7-2 % % basest.m % % This function sets positions of the base stations. % % Programmed by F. Kojima % Checked by H.Harada % function [out] = basest() baseinfo(1, 1) = 0.0; b
www.eeworm.com/read/173155/5376367

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