-
02
说明: 《Matlab从入门到精通》所有的源程序。(《Matlab from entry to the master》 all of the source.)
- 2009-10-09 01:31:23下载
- 积分:1
-
Huffman
该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。(matlab)
- 2009-10-26 23:59:15下载
- 积分:1
-
LMS
自适应滤波器,lms!包含asm等文件,这是在C5000系列DSP上实现自适应滤波器的源码(fleber)
- 2009-06-05 21:25:07下载
- 积分:1
-
matlabguitxlkuo
matlab的gui设计,主要是图象轮廓图,边界图等(Matlab gui design, the main contours of the map image, the boundary map)
- 2007-05-10 21:51:58下载
- 积分:1
-
CircularHough100
Matlab程序编制的圆的边界检测,能够寻找圆枝晶和球心(Matlab programming circular boundary detection, can find a round and dendrite core)
- 2009-02-23 21:01:02下载
- 积分:1
-
CVSD语音压缩的算法和程序流程-bysj7
CVSD语音压缩的算法和程序流程.量阶δ能够自动地随输入信号平均斜率的大小而连续变化,译码输出信号实现了对输入信号的理想逼近,最后在可编程逻辑器件(FPGA)中实现了CVSD调制功能。(CVSD voice compression algorithm and the program flow. Volume bands can automatically input signal with an average slope of the size of continuous change, decoder output signals to achieve the ideal input signal approximation, in the end programmable logic devices (FPGAs) to achieve the CVSD modulation functions.)
- 2005-03-21 19:23:06下载
- 积分:1
-
icdtool
code to test the mimo system for the ML and MZ
- 2011-05-10 18:36:56下载
- 积分:1
-
Chaos_Toolbox
混沌时间序列预测程序与文档
包括CC方法、GP方法、Lyapunov指数预测等(Chaotic time series prediction method procedures and documentation, including CC, GP method, Lyapunov index prediction)
- 2010-05-16 14:40:32下载
- 积分:1
-
a-dct-watermark
基于离散余弦变换的数字水印,在图像的dct变换域中相应嵌入数字水印(Discrete cosine transform-based digital watermarking, the image of the dct transform domain watermark embedding corresponding)
- 2011-05-11 09:20:52下载
- 积分:1
-
FINDENDSJUNCTIONS
FINDENDSJUNCTIONS - find junctions and endings in a line/edge image
Usage: [rj, cj, re, ce] = findendsjunctions(edgeim, disp)
Arguments: edgeim - A binary image marking lines/edges in an image. It is
assumed that this is a thinned or skeleton image (or
nearly so).
disp - An optional flag 0/1 to indicate whether the edge
image should be plotted with the junctions and endings
marked. This defaults to 0.
Returns: rj, cj - Row and column coordinates of junction points in the
image.
re, ce - Row and column coordinates of end points in the
image.
- 2012-05-28 12:09:57下载
- 积分:1