代码搜索:MATLAB

找到约 10,000 项符合「MATLAB」的源代码

代码结果 10,000
www.eeworm.com/read/334567/12586034

m rcchk.m

% MATLAB SIMULATION OF FS-1015 LPC-10e % COPYRIGHT (C) 1996-99 ANDREAS SPANIAS and TED PAINTER % % This Copyright applies only to this particular MATLAB implementation % of the LPC-10e coder. The
www.eeworm.com/read/334567/12586096

m dcbias.m

% MATLAB SIMULATION OF FS-1015 LPC-10e % COPYRIGHT (C) 1996-99 ANDREAS SPANIAS and TED PAINTER % This Copyright applies only to this particular MATLAB implementation % of the LPC-10e coder. The
www.eeworm.com/read/238435/13887382

readme

----------------------------------------------- --- Document for MATLAB interface of LIBSVM --- ----------------------------------------------- Table of Contents ================= - Introduction - In
www.eeworm.com/read/300705/13898557

c engdemo.c

/* $Revision: 1.8.4.1 $ */ /* * engdemo.c * * This is a simple program that illustrates how to call the MATLAB * Engine functions from a C program. * * Copyright 1984-2003 The MathWorks,
www.eeworm.com/read/300705/13898566

c engwindemo.c

/* * engwindemo.c * * This is a simple program that illustrates how to call the MATLAB * Engine functions from a C program for windows * * Copyright 1984-2003 The MathWorks, Inc. */ /*
www.eeworm.com/read/300562/13905437

txt readme.txt

MATLAB files for Contemporary Communication Systems with MATLAB ============================================== John G. P
www.eeworm.com/read/300562/13905585

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);
www.eeworm.com/read/300562/13905668

m ip_04_04.m

% MATLAB script for Illustrative Problem 4, Chapter 4. echo on ; a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); echo off ; end
www.eeworm.com/read/237974/13915328

txt readme.txt

Copy all files contained in the folder "aggiungere" in Matlab current directory and type "fprec" on Matlab command window to start fingerprint processing. For more informations type "helpwin fprec
www.eeworm.com/read/300086/13936640

m ip_04_04.m

% MATLAB script for Illustrative Problem 4, Chapter 4. a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); end