-
matlab011
说明: 根据语音信号的特点给出有关滤波器的性能指标:1)低通滤波器性能指标,fp=1000Hz,fc=1200 Hz, As=100dB,Ap=1dB;2)高通滤波器性能指标,fc=2800 Hz,fp=3000 Hz As=100dB,Ap=1dB;3)带通滤波器性能指标,fp1=1200 Hz,fp2=3000 Hz,fc1=1000 Hz,fc2=3200 Hz,As=100dB,Ap=1dB。用IIR对其分析,最后,利用MATLAB中的函数freqz画出各滤波器的频率响应。(This article according to the IIR filter and the FIR filter characteristic, uses the bilinearity method of transformation under the MATLAB bad boundary to design IIR and to design the FIR numeral filter separately with the window box number, and carries on the analysis to the gathering pronunciation signal, and finally gives IIR and FIR to the pronunciation filter effect.)
- 2011-03-12 21:48:40下载
- 积分:1
-
matport
这是学习matlab的非常实用的程序Matport是NTPort Library的MatLab接口模块。借助Matport,你可以在Matlab中直接访问PC
的I/O端口。(Before use Matport, your must install the latest version of NTPort Library. And copy all files of Matport into MatlabWork directory.
Start Matlab, and now you can use matport command to call NTPort Library functions. The basic syntax of Matport is as follows,
matport( NTPort Library funtion , parameters...)
For example, if you want to call Inport function to read a port, simply use
myvalue = matport( Inport , 97)
Port address 97 is as a decimal.)
- 2011-05-04 21:40:35下载
- 积分:1
-
matlab-programming
介绍matlab编程的基本知识,对于初学者来说很有用(matlab programming course
)
- 2011-06-01 16:04:15下载
- 积分:1
-
svpwm
自己利用MATLAB中的S-FUNCTION搭建的空间矢量脉宽调制SVPWM系统。(Their use in MATLAB S-FUNCTION to build the space vector pulse width modulation SVPWM system.)
- 2011-11-08 09:46:05下载
- 积分:1
-
learn_kalman
LEARN_KALMAN Find the ML parameters of a stochastic Linear Dynamical System using EM.
- 2010-12-02 10:21:21下载
- 积分:1
-
11chapter
MATLAB GUI设计学习手记(第二版)源程序
第11章
本书推荐的学习方法:
1)若您是一个MATLAB初学者,且有充裕的时间来学习GUI设计,您可以从本书的第1章开始循序渐进地学习。
2)若您是一位MATLAB初学者,且时间非常紧迫,建议您先学好第1章,然后依次学习第4章、第5章和第6章,其他章节请根据项目需要有选择性地学习。
3)若您已经掌握了MATLAB的基础语法知识,有一定的MATLAB编程基础,也请浏览一下第1章的内容,尤其是专题分析部分。然后先学习本书第4、5和6章,其他章节请根据项目需要有选择性地学习。
4)若您是一位MATLAB GUI方面的专家或老师,您可以将本书作为一本教学的参考书,本书内容全面、讲解详实、代码精炼,是不可多得的GUI宝典。
(MATLAB GUI design learning Hearts (second edition) the source learning method recommended in the first 11 chapters of this book: 1) If you are a MATLAB beginners, and there is plenty of time to learn GUI design, you can start from Chapter 1 of the book The step-by-step learning. 2) If you are a MATLAB beginners, and the time is very tight, it is recommended that you first learn to Chapter 1, followed by learning Chapter 4, Chapter 5 and Chapter 6, in other sections based on project needs selective learning . 3) If you have mastered the basic grammar of the MATLAB, the MATLAB Programming Fundamentals, please visit the Chapter 1, in particular thematic analysis section. First learning book chapters 4, 5 and 6, then the other chapters selective learning based on project needs. 4) If you are an expert or teacher of a MATLAB GUI, you can book as a teaching reference books, the book is comprehensive, explain the detailed, refined code, is a rare GUI canon.)
- 2012-11-15 18:39:00下载
- 积分:1
-
构造非平稳信号
说明: 该程序代码是用于构造非平稳的信号的代码,其统计特性是随时间而变的。(This program code is used to construct non-stationary signals)
- 2020-04-11 22:15:06下载
- 积分:1
-
Track-initiation-logic-method
雷达目标跟踪中的逻辑法航迹起始程序,其中包含两个文件:simutrack.m和main.m。simutrack.m是目标轨迹仿真;main.m是主文件(The logic of the radar target tracking in track initiation procedure law, which contains two files: simutrack.m and main.m. simutrack.m is the target trajectory simulation main.m is the main file)
- 2021-04-23 18:38:47下载
- 积分:1
-
FDTD-algorithm-GPR-master
说明: gpr algoritm from FTFD perspertive
- 2020-05-07 23:36:54下载
- 积分:1
-
dct
A discrete cosine transform (DCT) expresses a finite sequence of data points in terms of a sum of cosine functions oscillating at different frequencies. DCTs are important to numerous applications in science and engineering, lossy compression of audio (e.g. MP3) and images (e.g. JPEG) (where small high-frequency components can be discarded), to spectral methods for the numerical solution of partial differential equations. The use of cosine rather than sine functions is critical for compression, since it turns out (as described below) that fewer cosine functions are needed to approximate a typical signal, whereas for differential equations the cosines express a particular choice of boundary conditions.
- 2015-02-18 19:24:30下载
- 积分:1