代码搜索:MATLAB5
找到约 76 项符合「MATLAB5」的源代码
代码结果 76
www.eeworm.com/read/150238/12303025
bat compile.bat
rem c:\matlab5\bin\mex -DNO_BUILT_IN_SUPPORT_FOR_BOOL -In:/jialong/prog/svlib/include LoadNIST.cpp n:\jialong\prog\svlib\lib\svlib.lib
rem c:\matlab5\bin\mex -DNO_BUILT_IN_SUPPORT_FOR_BOOL -In:/jialo
www.eeworm.com/read/357771/10201284
m stmplot.m
%STMPLOT "stem" plot for short records, noral plot for long records.
% (including improvements over the crappy matlab5 stem plot). Usage
% is just like stem:
%
% -----------------------------
www.eeworm.com/read/478200/6721857
m ispd4th.m
clear all;
close all;
MATLAB_VERSION_NUMBER=version; % Because the implementation of function "xcorr" are different
% in MATLAB 5 and MATLAB 6, this program is designed in MATLAB5,
% a small
www.eeworm.com/read/478200/6721860
m ispdmain.m
clear all;
close all;
MATLAB_VERSION_NUMBER=version; % Because the implementation of function "xcorr" are different
% in MATLAB 5 and MATLAB 6, this program is designed in MATLAB5,
% a small
www.eeworm.com/read/312988/13599814
h target.h
#ifndef __TARGET_H
#define __TARGET_H
/***********************************************************************
* FILENAME: $Source: /src/tmw/matlab5/toolbox/ccslink/ccsdemos/rtdxlms/c6x/RCS/targe
www.eeworm.com/read/151711/12179585
h target.h
#ifndef __TARGET_H
#define __TARGET_H
/***********************************************************************
* FILENAME: $Source: /src/tmw/matlab5/toolbox/ccslink/ccsdemos/rtdxlms/c6x/RCS/targe
www.eeworm.com/read/238779/13326025
txt readme.txt
The time-frequency toolbox should now be matlab5 proof.
All the demos should also be ok.
For this, the following files have been modified, and must be put in
the following subdirectories :
www.eeworm.com/read/147422/5729595
m main_time.m
% Script : create a Graphic Interface for time modification
%
%
% modified by D. G. Childers 1/98
%
% Changes made to make the code compatible with MATLAB5
% All figures specified in pixels r
www.eeworm.com/read/147422/5729708
m main.m
% Script : create a Graphic Interface for time modification
%
%
% modified by D. G. Childers 1/98
%
% Changes made to make the code compatible with MATLAB5
% All figures specified in pixels r
www.eeworm.com/read/372550/9503940
m lpccc2ar.m
function ar=lpccc2ar(cc)
%LPCCC2AR Convert complex cepstrum to ar coefficients AR=(CC)
%
% MATLAB5 version
% Copyright (C) Mike Brookes 1998
%
% Last modified Tue May 12 16:01:17 1