-
2014204091
应用DSP集成开发环境CCS,并用TMS320VC5416开发板来实现FIR数字滤波。旨在熟悉FIR和IIR滤波器的原理及设计流程,学习使用MATLAB设计数字滤波器,熟悉CCS软件使用方法,并了解DSP集成开发环境的使用和特点。(Application of DSP integrated development environment CCS, and with the development board to achieve TMS320VC5416 FIR digital filter. FIR and IIR filters designed to be familiar with the principles and design process, learning to use the MATLAB digital filter design, familiar with CCS software to use and understand the use and characteristics of DSP integrated development environment.)
- 2014-12-07 11:20:58下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1
-
source-code
《MATLAB R2008控制系统动态仿真实例教程》一书中的所以源代码(《MATLAB R2008 dynamic simulation in a control system tutorial examples》source code)
- 2012-04-01 10:44:20下载
- 积分:1
-
NewTon
实现了基于matlab的牛顿环模拟程序,设置成为GUI的形式,更加人性化!非常直观!光电专业的可以看看哟!(Implemented based on the Newton rings matlab simulation program, set in the form of a GUI, more user-friendly! Very intuitive! Optical professional can look at yo!)
- 2011-05-22 13:50:50下载
- 积分:1
-
nn
说明: 本书名为《神经网络从入门到精通》。讲述了神经网络的基本分类和特点,神经网络的优化算法等。(In a book called neural network from entry to the master. . Describes the basic classification and characteristics of the neural network, the neural network algorithm.)
- 2014-08-16 16:39:26下载
- 积分:1
-
Wang
MATLAB利用线性矩阵不等式解决控制系统的观测器设计问题并求解出了正定矩阵
(MATLAB linear matrix inequality solve observer design the control system and solved a positive definite matrix)
- 2015-05-27 15:10:38下载
- 积分:1
-
audiolocalization_2mic
以两个麦克风线性阵列为例通过相关函数进行音源定位,定位范围为0到180度(Case of two microphone linear array sound source through the relevant function location, location range from 0 to 180 degrees)
- 2010-12-07 03:51:26下载
- 积分:1
-
matlabchengxuzai-huaxue
MATLAB是美国MathWorks公司自80年代中期推出的适用于科学和工程计算的数学软件。它优秀的数值计算能力、卓越的数据可视化能力和简洁的程序语言编写使其很快在数学软件中脱颖而出。本文通过化学计量学中的两个多元校正为例,简要介绍了MATLAB程序设计在化学计量学计算中的应用。 更多还原
(
MathWorks MATLAB is a mathematical software United States launched the company since the mid-1980s apply to scientific and engineering computing. It is excellent numerical ability, excellent data visualization capabilities and simple programming language to write so quickly come to the fore in mathematics software. In this paper, two chemometrics multivariate calibration, for example, a brief introduction MATLAB programming in chemometrics computing applications. More Restore)
- 2013-12-14 15:52:09下载
- 积分:1
-
bp
说明: BP神经网络建立的定量分析模型,用于预测未知待测量(quantitative analysis)
- 2018-07-27 11:00:53下载
- 积分:1
-
PrimAlgorithm
最小生成树prim算法,Dandn文件给出了输入参数的名称及格式即在调用prim前先输入邻接矩阵D和节点个数n输入prim得到两行的矩阵T,将上下两行数字对应的节点相连即可(Prim algorithm for minimum spanning tree, Dandn document gives the name and format of the input parameters that is called prim before Input adjacency matrix D and the node number n input prim to be two lines of the matrix T, the upper and lower figures correspond to two lines of nodes connected to can)
- 2010-03-07 21:18:42下载
- 积分:1