-
MATLAB-application-in-FPGA
王旭东,靳雁霞编著 《MATLAB及其在FPGA中的应用》国防工业出版社 随书程序(Wang Xudong, Jinyan Xia edited the " MATLAB and its application in the FPGA" National Defense Industry Press with the book program)
- 2013-04-30 20:40:13下载
- 积分:1
-
HHT-test
希尔伯特黄变换的代码测试程序,其中主要执行test主程序(Hilbert-Huang Transform code testing procedures, which mainly perform test main program)
- 2014-01-07 16:19:46下载
- 积分:1
-
signalprocess
matlab数字信号处理的总结,这可是好东西!(singal process!)
- 2010-12-20 22:08:54下载
- 积分:1
-
matlabchinese
Matlab中文帮助,对于我们学习,理解这款软件有很大的帮助(Matlab Chinese help for us to learn, to understand this software very helpful)
- 2010-09-12 23:22:39下载
- 积分:1
-
FastICA_Aapo_Hyvarinen
ICA算法的提出者Aapo Hyvarinen提供的FastICA算法,经典中的经典。(Author Aapo Hyvarinen ICA algorithm FastICA algorithm is available, the classic of classics.)
- 2010-11-14 16:49:19下载
- 积分:1
-
DamBreak-CSPH-M94-BC-[1]
this file is used to simulation of dam break problem in MATLAB codes
- 2013-09-04 23:30:09下载
- 积分:1
-
DESIIR
利用双线性Z变换设计巴特沃斯和切比雪夫I型IIR数字滤波器,包括低通、高通、带通、带阻四种形式。使用者只需指定通带、阻带的边缘实际频率及相应的衰减,便可输出数字滤波器 的级联形式的各子系统分子、分母的系数,并输出其幅频和相频响(Bilinear Z transform design Butterworth and Chebyshev Type I IIR digital filters, including low pass, high pass, band pass, band stop four forms. Users simply specify the passband edge frequency stopband actual and corresponding attenuation subsystems can form molecular cascade output digital filter coefficients of the denominator, and the output of its magnitude and phase frequency response)
- 2014-02-22 18:27:52下载
- 积分:1
-
Matlab-CFD
利用Matlab语言编写的流体计算的源代码,里面包含了几个实例(The source codes are written by Matlab, which contains several examples about CFD)
- 2009-10-30 19:35:44下载
- 积分:1
-
PSOGSA_v3
This is a Hybrid PSO GSA Aigorithm.A new hybrid population-based algorithm (PSOGSA) is proposed with the combination of Particle Swarm Optimization (PSO) and Gravitational Search Algorithm (GSA). The main idea is to integrate the ability of exploitation in PSO with the ability of exploration in GSA to synthesize both algorithms’ strength. Some benchmark test functions are used to compare the hybrid algorithm with both the standard PSO and GSA algorithms in evolving best solution.
- 2014-02-11 14:45:09下载
- 积分:1
-
Insert-matlab-intotext
在文本文件中嵌入MATLAB代码并运行返回结果
类似在HTML中嵌入PHP和ASP代码,本函数实现在文本文件中嵌入matlab代码并运行!
主要作用以及价值:
在文本文件中嵌入matlab代码,并可以直接运行该文本文件
根据matlab变量的当前值,实时修改文件文件中相应的数据
目前具有如下功能:
matlab代码使用必须包含在< >符号中,中间的内容都被解析为matlab代码
matlab代码可以放在文本的任意位置,你想放在什么地方都可以
matlab代码允许被文本分割而不连续书写,比如循环语句
fprintf(fid_target,...)函数用来向文件中写入字符,目前还比较麻烦
有待改进的方面有:
在文本文件中增加对matlab function的支持
简化变量输出,目前只能fprintf(fid_target,...)
目前是M脚本完成功能的,后期会提供M函数(MATLAB code embedded in the text file and run return results
Similar PHP and ASP code embedded in HTML, the function matlab code embedded in the text file and run!
A major role as well as the value of:
Matlab code embedded in the text file, and can be run directly on the text file
Modify the data file file based on the current value of the matlab variables, real-time
Currently has the following functions:
matlab code uses the symbol in the middle of the parse matlab code must contain
matlab code can be placed anywhere in the text, where you want to put
matlab code allows text segmentation without the consecutive writing, such as loop statement
fprintf (fid_target, ...) function is used to write characters to the file, there is too much trouble
Areas for improvement:
Increase support for matlab function in a text file
Simplify variable output, can only the fprintf (fid_target ...)
M script completed, late M function)
- 2012-11-15 13:46:40下载
- 积分:1