-
RSQPToolbox
rsqp算法的工具包,很有用很好呀,希望有用(pso)
- 2009-05-05 13:39:37下载
- 积分:1
-
Doolittle
Program for decomposing a matrix by the Doolittle Algorithm
- 2011-06-03 04:11:44下载
- 积分:1
-
FSR
FSR Sensor project m8
- 2013-04-11 03:57:37下载
- 积分:1
-
Hamming
说明: 汉明码(Hamming Code)是汉明于1949年的一种能纠正单个错误的线性分组码,最小码距dmin=3。汉明码的实现方式是在原数据中插入m位作为校验位。对于(n,k)汉明码,编码时需满足以下原则(Hamming code is a kind of linear block code which can correct single error in 1949. The minimum code distance Dmin = 3. The implementation of Hamming code is to insert m bit into the original data as check bit. For (n, K) Hamming codes, the following principles should be met)
- 2021-04-28 17:48:43下载
- 积分:1
-
Anderson-Darling
matlab中的A-D检验是一种有效而重要的检验方法,本文介绍了具体的内容及步骤,让大家了解原理。(A-D TEST IS AN IMPORTANT TEST IN MATLAB.)
- 2011-06-02 11:22:51下载
- 积分:1
-
qpsk
通信原理 误码率 移相键控法 qpsk(Communication Theory Error Rate)
- 2011-11-21 19:28:04下载
- 积分:1
-
Numerical-Diffrential
NUMERICAL DIFFERENCE APPROXIMATION based on Taylor s expansion---the program give the finite difference coefficient for any number of discrete point. also with that u can differentiate of any function in any order with high accuracy.
also u can use it to develop a general finite difference program.
- 2012-08-16 20:53:37下载
- 积分:1
-
BCHEncode
关于bch码的编码matlab程序。可以作为函数直接引用。(Bch code encoding matlab program. As a function reference.)
- 2012-08-17 17:16:56下载
- 积分:1
-
showwindow
A simple message window similar to msgbox without button,转载(A simple message window similar to msgbox without button, reprint)
- 2007-07-18 16:08:39下载
- 积分:1
-
new
It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information.
In addition, it inserts information related to the author of the file: username, display name, computer name, windows version, and the time stamp.
The command to create a MATLAB function:
new myfun
It is also possible to append function code at the function m-file creation time as follows:
new myfun disp( Hello World! )
- 2010-06-11 15:44:52下载
- 积分:1