代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/423126/2029271
m oversamp.m
% Program 3-4
% oversamp.m
%
% Insert zero data to input data
%
% Programmed by H.Harada
%
function [out] = oversamp( indata, nsymb , sample)
%****************** variables ***************
www.eeworm.com/read/416680/2120516
c gui.c
/* gui.c: Graphics demos
*
* Programmed By Chen Yang (support@hhcn.com)
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/257015/4366759
m test6.m
% DEMONSTRATION PROGRAM FOR ILLUSTRATING THE EFFECT OF REGULARIZATION
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Aug 21, 1995.
close all
StopDemo=
www.eeworm.com/read/153634/5645968
c gui.c
/* gui.c: Graphics demos
*
* Programmed By Chen Yang (support@hhcn.com)
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
www.eeworm.com/read/395898/8146550
m msk2.m
% Program 3-15
% msk2.m
%
% Simulation program to realize MSK transmission system
%
% Programmed by R.Sawai and H.Harada
%
%******************** Preparation part *****************************
www.eeworm.com/read/395734/8155434
m dscdma.m
% Program 5-6
%
% Simulation program to realize DS-CDMA system
%
% dscdma.m
%
% Programmed by M.Okita and H.Harada
%
%**************************** Preparation part *************************
www.eeworm.com/read/394079/8249498
m dscdma.m
% Program 5-6
%
% Simulation program to realize DS-CDMA system
%
% dscdma.m
%
% Programmed by M.Okita and H.Harada
%
%**************************** Preparation part *************************
www.eeworm.com/read/293963/8260900
m dscdma.m
% Program 5-6
%
% Simulation program to realize DS-CDMA system
%
% dscdma.m
%
% Programmed by M.Okita and H.Harada
%
%**************************** Preparation part *************************
www.eeworm.com/read/393253/8300203
m gaussf.m
% Program 3-13
% gaussf.m
%
% Function to form Gaussaian filter
%
% programmed by H.Harada
function [xh] = gaussf(B,irfn,ipoint,sr,ncc)
%**************************************************