代码搜索:PROGRAMMED
找到约 3,252 项符合「PROGRAMMED」的源代码
代码结果 3,252
www.eeworm.com/read/152843/5665887
txt audigy-mixer.txt
Sound Blaster Audigy mixer / default DSP code
===========================================
This is based on SB-Live-mixer.txt.
The EMU10K2 chips have a DSP part which can be programmed to suppor
www.eeworm.com/read/135941/5876924
txt audigy-mixer.txt
Sound Blaster Audigy mixer / default DSP code
===========================================
This is based on SB-Live-mixer.txt.
The EMU10K2 chips have a DSP part which can be programmed to suppor
www.eeworm.com/read/123945/6056786
m predtest.m
% PROGRAM DEMONTRATION OF NEURAL NETWORK BASED PREDICTIVE CONTROL
%
% Programmed by Magnus Norgaard, IAU/IMM, Technical Univ. of Denmark
% LastEditDate: Feb. 20, 1996
close all
StopDemo=0;
figur
www.eeworm.com/read/123945/6056788
m opttest.m
% PROGRAM FOR DEMONTRATING OPTIMAL CONTROL
%
% Programmed by Magnus Norgaard, IAU/IMM, Technical Univ. of Denmark
% LastEditDate: Feb. 21, 1996
close all
StopDemo=0;
figure
guihand=gcf;
for k=
www.eeworm.com/read/123945/6056802
m invtest.m
% PROGRAM DEMONTRATION OF DIRECT INVERSE TRAINING
%
% Programmed by Magnus Norgaard, IAU/IMM, Technical Univ. of Denmark
% LastEditDate: Feb. 18, 1996
close all
StopDemo=0;
figure
guihand=gcf;
www.eeworm.com/read/111672/6154030
m test4.m
% DEMONSTRATION PROGRAM FOR TESTING NNSSIF
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Aug 21, 1995
close all
StopDemo=0;
figure
guihand=gcf;
fo
www.eeworm.com/read/111672/6154069
m test7.m
% DEMONSTRATION PROGRAM FOR ILLUSTRATING PRUNING BY OBS
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Aug 21, 1995.
close all
StopDemo=0;
figure
gu
www.eeworm.com/read/442633/6289009
m despread.m
% Program 5-8
% despread.m
%
% Data despread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = despread(idata, qdata, code1)
% *************************************
www.eeworm.com/read/442633/6289011
m delay1.m
% Program 2-7
% delay.m
% Gives delay to input signal
%
% Programmed by H.Harada
%
function [iout,qout] = delay1( idata, qdata , nsamp , idel )
%****************** variables **********
www.eeworm.com/read/442633/6289012
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************