-
a
说明: PLL性能,仿真,设计handbook,总结了常用的PLL结构和性能,对设计PLL很有帮助(PLL performance,simulation,design handbook)
- 2009-10-25 10:25:11下载
- 积分:1
-
ARandWaveletclassifiy
Texture classifier using wavelet
- 2011-01-20 21:22:24下载
- 积分:1
-
freqchar
find frequence charachteristics of audiofile
- 2015-12-12 23:46:40下载
- 积分:1
-
art
angular radial reconnaissance image
- 2010-12-26 02:24:03下载
- 积分:1
-
SystemTest
System Test extends J S R166 Test Case Source Code for Andriod.
- 2013-12-16 11:50:18下载
- 积分:1
-
Turbo_code_simulation
Turbo code, Turbo code, Turbo code,
- 2012-03-26 11:59:59下载
- 积分:1
-
SAR-program
关于合成孔径雷达点目标仿真的小文章,其中包括具体的matlab程序,简单明了。(Synthetic aperture radar on a small point target simulation of the article, including specific matlab program, plain and simple.)
- 2011-11-01 09:12:11下载
- 积分:1
-
matlab-video-track
一个很好用的matlab视频跟踪程序,里面有对应的视频文件,直接就可以仿真运行,方便大家学习。(A good use of matlab video tracking program, which has a corresponding video file, you can directly run the simulation to facilitate learning.)
- 2013-09-21 15:32:00下载
- 积分:1
-
Analog-circuit
模拟电路故障诊断,建立模型,设计诊断算法那,神经网络方法(Analog circuit fault diagnosis based on neural network method)
- 2012-07-22 17:11:42下载
- 积分: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