-
mars1
实现模型参考自适应的无速度传感器仿真,运行良好,并且经过试验验证良好(Implementation model reference adaptive speed sensor simulation, running well, and after a good test verification)
- 2011-07-21 14:45:07下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
matlabencyclopediach6-8
matlab宝典,电子工业出版社,包含该书的源码4-6章,第4章数据分析第5章符号计算第6章数据和函数的可视化(Matlab, the book electronics industry Press, the book contains chapters 4-6 source, Chapter 4 Data Analysis Chapter 5 Symbolic Computation Chapter 6 of the data and visual function)
- 2007-05-30 17:36:20下载
- 积分:1
-
MATLAB-7-simple-tutorial
MATLAB 7简明教程,里面有十章的所有程序。(MATLAB 7 simple tutorial)
- 2011-10-09 20:38:55下载
- 积分:1
-
Good-PPT---Image-Registration.pdf.tar
Important PPT in compressed form and useful for researcher
- 2014-10-16 22:29:46下载
- 积分:1
-
RAKE
RAKE接收机的仿真代码,对研究接收机,信道均衡,预RAKE有帮助(RAKE receiver simulation code, the study of the receiver, channel equalization, pre-RAKE help)
- 2007-12-12 10:11:33下载
- 积分:1
-
matlab
说明: 这是一本有关MATLAB的参考书,适合于使用MATLAB或正在打算使用MATLAB的读者。本书另辟蹊径可以借助或不借助MATLAB随带的文档资料让读者自学MATLAB。书中口语化的风格,使读者易于阅读。本书提供了读者精通MATLAB所需的工具。作为编程语言和可视化工具,MATLAB具有丰富的一系列功能,可解决工程、科学计算和数学学科中许多问题。本书的基本目的是通过向读者展示如何有效地使用这些功能来帮助读者增强工作能力。由于MATLAB交互式的性质,书中内容以举例方式来描述。在读者阅读本书的同时, 这些例子可以通过运行MATLAB而再现。(This is a reference book about MATLAB, suitable for use or are planning to use MATLAB MATLAB readers. This book can help open a new path, or without the aid of MATLAB documentation that comes with the reader learning MATLAB. Colloquial style of the book, the reader is easy to read. This book provides readers the tools needed to master MATLAB. As a programming language and visualization tools, MATLAB has a rich range of functions, solve engineering, scientific computing and mathematical disciplines, many of the problems. The basic purpose of this book by showing readers how to effectively use these features to help readers enhance the ability to work. As the interactive nature of MATLAB, the book by way of example, to describe the content. While the reader to read the book, these examples can be reproduced by running the MATLAB.
)
- 2010-05-04 09:08:25下载
- 积分:1
-
EGS001_datasheet_v1_2
Pure Sine Wave Inverter Driver Board EGS002 _ EVE-eVision Electronics Pakistan _ Atmel Controllers in Pakistan
- 2014-09-16 00:21:49下载
- 积分:1
-
daitonglvbo1
matlab带通滤波程序
两个滤波器都是切比雪夫I型数字滤波器,不是巴特沃尔滤波器,包括实例
(bandpass filtering matlab program)
- 2014-10-21 21:19:55下载
- 积分:1
-
meierdaopufadematlabshixian
对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。
取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节:
1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率谱信号通过mel滤波器组,得到相应的25个功率值;9.对这些功率值取自然对数;10.对这些值取离散作弦变换;11.将得到的值去掉直流分量,取其它值作为MFCC参数。
(Concentrated on recording a voice signal, using BATLAB designed Mayer cases spectral algorithm, and implementation.
Get a voice signal signal focus: "xxxxxx", will it as input for the design of a voice signal to Mel Cepstrum algorithm in the algorithm, the main design of the following links:
1. Read a speech signal 2. On the signal normalized 3. Of the normalized windowed signal processing (here, rectangular window length must be 257, re-frame size 64) 4. For Pre-emphasis processing through a high-pass filter: 5 for 512 points of FFT 6. modulo square were obtained spectrum 7. in the design of mel filter banks, I use a 25 band-pass filter 8 . will be the power spectrum signal by mel filter bank, corresponding to the 25 power values 9. on the power to take the natural logarithm value 10. to take these values as strings of discrete transform 11. will be of value to out DC component, to take other values as MFCC parameters.)
- 2010-09-21 22:01:57下载
- 积分:1