-
butterworth
butterworth高通滤波,里面有两个巴特沃斯高通滤波函数,我试过了,都可以用。(butterworth high-pass filtering, there are two high-pass Butterworth filter function, I tried, you can use.)
- 2009-04-12 15:49:57下载
- 积分:1
-
Math_CAI_PPT
高等应用数学问题的MATLAB求解 一书的经典课件 编者自己写的哦(Higher Applied Mathematics problems using MATLAB in a book classic courseware Editor written)
- 2013-01-15 19:03:28下载
- 积分:1
-
sudoku
使用SA模拟退火算法解数独,拥有自己的适应值函数并且可以查看过程(SA simulated annealing algorithm using Sudoku)
- 2013-12-27 06:50:09下载
- 积分:1
-
Heibai
黑白棋,又叫反棋(Reversi)、奥赛罗棋(Othello)、苹果棋或翻转棋。黑白棋在西方和日本很流行。游戏通过相互翻转对方的棋子,最后以棋盘上谁的棋子多来判断胜负。它的游戏规则简单,因此上手很容易,但是它的变化又非常复杂。有一种说法是:只需要几分钟学会它,却需要一生的时间去精通它。 本程序由matlab开发,作者为realghost,如果要转载,请保留此信息。(Reversi, also known as anti-chess (Reversi), Othello (Othello), flipped Apple chess or chess. Othello is very popular in the West and Japan. Flip through each other' s game pieces with each other, and finally to the board to determine who is more than a pawn in the outcome. Its rules of the game is simple, so it is easy to get started, but it changes and very complex. There is a saying: It takes only minutes to learn, it takes a lifetime to be proficient in it. The program developed by matlab, author realghost, if you want to reprint, please retain this information.)
- 2014-10-29 00:14:59下载
- 积分:1
-
IpIq
ipiq法的谐波检测,谐波源是三相全桥整流电路(ipiq method of harmonic detection, harmonic source is a three-phase full-bridge rectifier circuit)
- 2016-12-15 10:45:47下载
- 积分:1
-
RLEencoding
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData) (A simple (de) compression program using Run Length Encoding.Compression is done that easy: compressedData = rle (originalData) Decompression: originalData = rle (compressedData))
- 2007-09-09 15:44:59下载
- 积分:1
-
GPSR_6.0
视频捕捉采集,可以学习相关的知识,我的话说完了,谢谢(Microphone-Camera-audio-video)
- 2010-10-14 11:24:09下载
- 积分:1
-
S-function-to-Simulink
S-函数是System function 系统函数的简称,是指采用非图形化(即计算机语言,而非Simulink
系统模块)的方式描述的功能模块。在MATLAB 中,用户除了可以使用MATLAB 代码编写S-函数以外,还
可以使用C、C++、FORTRAN 或Ada 语言编写S-函数,只不过用这些语言编写程序时需要用编译器生成
动态连接库(DLL)文件,然后在Simulink 中直接调用(S-function System Function system function, refers to the use of non-graphical (ie computer language, rather than the Simulink system module) way described functional modules. In MATLAB, the user can use MATLAB code to write the S-function outside can use C, C++, FORTRAN or Ada language preparation of the S-function, only in these languages to write programs need to use the compiler to generate dynamic link library (DLL ) file, and then called directly in Simulink)
- 2013-05-15 09:54:55下载
- 积分:1
-
matlab遗传算法程序集
说明: matlab遗传算法程序
其中包括13个程序(Matlab genetic algorithm which includes 13 procedures)
- 2006-01-24 10:30:11下载
- 积分:1
-
dc
DC Defect Correction Method.
X = DC(A,B) attempts to solve the system of linear equations A*X = B
for X. The N-by-N coefficient matrix A must be square and the right
hand side column vector B must have length This uses the defect
correction method until default convergence criteria or MAXIT
iterations is reached.
- 2013-11-19 00:23:29下载
- 积分:1