-
yingwenwenxian
英文文献,和语音信号处理中基音周期提取算法相关的文章。(English literature, and speech signal processing in the pitch period extraction algorithm related articles.)
- 2009-12-14 20:23:42下载
- 积分:1
-
shift-register
用C语言在matlab中实现移位寄存器的程序编写,并实现其功能,效果还可以,大家可以看看。(shift register)
- 2012-08-08 11:00:39下载
- 积分:1
-
magnifyOnFigure
在MATLAB生成的FIG中进行局部放大,(FIG generated in MATLAB in the enlarged)
- 2011-09-22 14:46:43下载
- 积分:1
-
BP
说明: 神经网络BP辨识的Matlab算法,用于辨别复杂的非线性系统(Identification of the Matlab neural network BP algorithm, used to identify the complex nonlinear systems)
- 2013-09-23 10:34:31下载
- 积分:1
-
MaximumPowe
max extractio power of wind power system connected to grid simulation in matlab
- 2014-02-05 14:22:30下载
- 积分:1
-
3-chapter
MATLAB GUI设计学习手记(第二版)源程序 第3章
本书推荐的学习方法:
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) source Chapter 3 the learning methods recommended in this book: 1) If you are a MATLAB beginners, and have 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:29:53下载
- 积分:1
-
SQP
SQP matlab优化源程序SQP方法(SQP method)
- 2014-02-17 14:49:46下载
- 积分:1
-
ekranaBas
This script prints contents of a mat. type data file to the Matlab command window
- 2010-02-24 06:36:41下载
- 积分:1
-
Mastering-MATLAB
说明: 《精通MATLAB》该书以精练简明为宗旨,是一本专供理工类本科生、研究生编写的教材性书籍。("Mastering MATLAB" for the purpose of the book to refine simple, is a dedicated to science and engineering undergraduate, graduate teaching of written books.
)
- 2011-03-15 20:36:58下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1