代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/292921/8323614
m sinc.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/292921/8323617
m guitext.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/292817/8331113
dat bookinfo.dat
[General Information]
书名=MATLAB通信仿真及应用实例详解
作者=
页数=415
SS号=0
出版日期=
www.eeworm.com/read/174423/9587945
asv exa090702.asv
% -------------------------------------------------------------------
% exa090702.m, for example 9.7.2 and fig 9.7.2
% 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。
% 本程序给出的是连续小波变换的灰度图表示。
%--------------------
www.eeworm.com/read/370521/9597796
txt~ readme.txt~
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
This version was last updated on 18 January 2003.
Installation
------------
www.eeworm.com/read/370521/9597826
txt readme.txt
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~mu
www.eeworm.com/read/174295/9597898
txt readme.txt
1.将MATLAB打开,从MATLAB里打开文件名为codemian3并运行
2.codemian3运行完毕后再将文件名为systems的SIMULINK模型文件打开运行
www.eeworm.com/read/174295/9598117
txt readme.txt
1.将MATLAB打开,从MATLAB里打开文件名为codemian1并运行
2.codemian运行完毕后再将文件名为qpsk的SIMULINK模型文件打开运行
www.eeworm.com/read/173927/9629847
txt readme.txt
The Finite Element Method Using MATLAB, 2nd Edition
System requirements:
Windows 95, 98, or NT 4.0
Minimum - 640x480 256 color display
Recommended - 800x600 16-bit or higher color display
12
www.eeworm.com/read/173659/9644760
m hc721.m
%《数字信号处理教程——MATLAB释义与实现》第七章例7.2.1程序hc721
% 幅频特性与符幅特性的区别
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
clear
b=[-1,2,4,2,-1];a=1; % 给定滤波器系数向量
[H,w]=freqz(b,a); % 求频率特性
subplot(2,2,1),p