代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/153358/12039095

m gfft.m

function X=gfft(x,k) %《数字信号处理教程——MATLAB释义与实现》 % Goertzel算法子程序 % 电子工业出版社出版 陈怀琛编著 2004年9月 % % X=gfft(x,k) % ---------------------------------- % 用Goertzel算法计算序号为k的DFT样本 % x 输入序列,其长度即DFT长度 % k
www.eeworm.com/read/153358/12039102

m mydft.m

function y=mydft(x) %《数字信号处理教程——MATLAB释义与实现》 % 用简单的速度很低的方法计算DFT % 电子工业出版社出版 陈怀琛编著 2004年9月 % % y=mydft(x) % ------------------------------------------------------------ % x为给定时间序列 % y为x的离散傅立叶变
www.eeworm.com/read/153358/12039108

m mulawcom.m

function y= mulawcom(x,mu,V) %《数字信号处理教程——MATLAB释义与实现》 % μ-律压缩子程序 % 电子工业出版社出版 陈怀琛编著 2004年9月 % % y= mulawcom(x,mu,V) % ------------------------------------ % y 为输出序列 % x 为输入序列 % mu是参数μ的值,通常取25
www.eeworm.com/read/255577/12072129

m f_updates.m

% FDSP Updates: % % To download the latest version of the FSDP toolbox from % the internet, use the following steps. % % 1. Exit MATLAB % % 2. Use a web browser to go to the FDSP course web pag
www.eeworm.com/read/255577/12072857

asv f_updates.asv

% FDSP Updates: % % To downloaInternet Installation % % 1. Exit MATLAB % % 2. Use a web browser to go to the FDSP course web page: % % www.clarkson.edu/~schillin/fdsp % % 2. Sele
www.eeworm.com/read/341680/12072860

m examp3_21.m

syms x; f=abs(x)/x; % 定义方波信号 xx=[-pi:pi/200:pi]; xx=xx(xx~=0); xx=sort([xx,-eps,eps]); % 剔除零点 yy=subs(f,x,xx); plot(xx,yy), hold on % 绘制出理论值并保持坐标系 for n=2:20 [a,b,f1]=fseries(f,x,n), y1=subs
www.eeworm.com/read/341486/12082617

m contents.m

% FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, Jarmo Hurri, Jaakko S鋜el
www.eeworm.com/read/152779/12085734

m pathdef.m

function p = pathdef %PATHDEF Search path defaults. % PATHDEF returns a string that can be used as input to MATLABPATH % in order to set the path. % Copyright 1984-2000 The MathWorks,
www.eeworm.com/read/255284/12090546

m fig2_2.m

% This program can be used tore-produce Figure 2.2 of text clear all close all xg = linspace(-6,6,1500); % randowm variable between -4 and 4 xr = linspace(0,6,1500); % randowm variable between 0 a
www.eeworm.com/read/255253/12092993

dat bookinfo.dat

[General Information] 书名=应用MATLAB建模与仿真 作者=陈桂明等编著 页数=398 SS号=10331931 出版日期=2001年3月第1版