-
DPSK4mod
该编码可以成功的实现dpsk的编码,可以成功为其他的程序所调用。(The coding can achieve the success of DPSK encoding, you can successfully call other procedures.)
- 2008-01-09 16:28:24下载
- 积分:1
-
BF_filter
说明: 利用双边滤波器实现图像的去噪处理,BF是一种有效的边缘保持滤波器,可以获得较好的去噪效果。(The image denoising is realized by using bilateral filter. BF is an effective edge preserving filter, which can obtain better denoising effect.)
- 2020-07-05 14:24:15下载
- 积分:1
-
sqdos2d
方形晶格的二维光子晶体材料带隙的平面波法模(Two-dimensional square lattice photonic crystal band gap materials, the plane wave method mode)
- 2009-10-20 22:12:20下载
- 积分:1
-
simulinkmsk
使用simulink实现的msk方针 大家可以参考一下(Simulink realization of the use of the principle of msk we can refer to)
- 2009-07-10 17:32:37下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1
-
matlab_quickref
matlab advance tutorial for students.
- 2012-02-02 17:54:32下载
- 积分:1
-
CS_recovery_algorithms
There are many compressed sensing (CS) recovery algorithms that have been proposed.
Here I list some of them, and provide the corresponding experimental results. Essentially, the
recovery algorithms are similar to the sparse coding based on the over-complete dictionary.
- 2013-08-07 19:33:17下载
- 积分:1
-
clampedcubicspline
三次样条插值法,(Matlab实现)以其中第一类边界条件来实现。(Clamped Cubic Spline interpolation based on Matlab.)
- 2010-09-27 18:25:43下载
- 积分:1
-
meanshift
说明: meanshift跟踪算法的实现,主要是利用metlab来完成的,效果还不错(mean shift tracking algorism)
- 2011-04-07 19:28:35下载
- 积分:1
-
cuckoosearch
This file gives the main function for the implementation of the
hybridized version of the cuckoo search algorithm by combining it with
the Nelder Mead Simplex algorithm. The method is designed to minimize
functions with a low number of dimensions in a low number of
iterations.
- 2014-11-26 12:58:13下载
- 积分:1