-
matlab-help(Chinese)
对matlab做了简介。通过一个魔方矩阵介绍了matlab矩阵的编程与算法;介绍了m文件的创建及简单作图。适合入门。(Introduction of matlab. Matrix introduced through a cube of programming and algorithm matlab matrix introduced m file creation and simple graphics. For entry.)
- 2010-11-10 10:12:46下载
- 积分:1
-
3plot
这是matlab的关于3维绘图方面的东西(This is the matlab on the 3-D graphics of things)
- 2008-06-18 10:44:29下载
- 积分:1
-
audio-qualities
1、顺序后退法特征选择算法
2、SFFS 特征选择算法
3、ISD算法
4、LLR算法
5、CZD算法(1, the order backward method of feature selection algorithm
2, SFFS feature selection algorithm
3, ISD algorithm
4, LLR algorithm
5, CZD algorithm)
- 2011-08-16 10:42:32下载
- 积分:1
-
RS_coding
The Hamming codes (described in the previous section) are suitable for detecting random bit errors
in a sequence of transmitted bits. If the communication medium is prone to burst errors (channel
errors affecting contiguous blocks of bits), then the Hamming code may not be suitable.
Reed Solomon Codes are linear block codes, a subset of the BCH codes called non-binary BCH.
The (n, k) RS code contains k data symbols and n-k parity symbols. RS Codes are also cyclic codes
since the cyclic shift of any codeword will result in another valid RS codeword.
- 2016-03-17 01:47:28下载
- 积分:1
-
cotas_carrier_recovery
美国弗州大学的讲义,用cotas环实现载波恢复(The United States notes the University of Virginia, and realize carrier recovery loop cotas)
- 2008-02-21 14:43:50下载
- 积分:1
-
CostasLoop
Costas Loop for BPSK
- 2010-11-05 12:11:46下载
- 积分:1
-
lowpass_transform_coding.m
一个低通滤波器的教学程序,可以观察低通滤波器的频域响应,有助于对低通滤波器有个了解(A low-pass filter teaching program, you can observe the frequency domain response of a low-pass filter, low pass filter helps to have an understanding)
- 2014-11-30 03:45:39下载
- 积分:1
-
SSUR_Demo
matlab code for seemingly unrelated regression
- 2011-12-19 04:46:52下载
- 积分:1
-
64QAM
用matlab编写的64位的正交幅度调制,可运行,且会出图形!(64QAM)
- 2009-12-08 13:26:51下载
- 积分:1
-
matport
这是学习matlab的非常实用的程序Matport是NTPort Library的MatLab接口模块。借助Matport,你可以在Matlab中直接访问PC
的I/O端口。(Before use Matport, your must install the latest version of NTPort Library. And copy all files of Matport into MatlabWork directory.
Start Matlab, and now you can use matport command to call NTPort Library functions. The basic syntax of Matport is as follows,
matport( NTPort Library funtion , parameters...)
For example, if you want to call Inport function to read a port, simply use
myvalue = matport( Inport , 97)
Port address 97 is as a decimal.)
- 2011-05-04 21:40:35下载
- 积分:1