-
nelder
Nelder And MEad Search Method
- 2013-05-13 22:42:30下载
- 积分: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
-
KeyGeneratorTest
ests for KeyGenerator constructor and methods.
- 2014-01-08 10:55:40下载
- 积分:1
-
matched_filter
匹配滤波器在MATLAB中的频域实现方法(Matched filter in the frequency domain in MATLAB Implementation)
- 2010-05-27 02:58:51下载
- 积分:1
-
shengyazhuanhuan
用于进行声压转换的matlab文件,声压数据来源于ansys软件的计算后导出来的。(Used for sound pressure to convert matlab file, sound pressure data from the calculation software ansys guide out.)
- 2013-09-26 09:10:30下载
- 积分:1
-
interfere_pc
理论模拟计算干涉法生成二维及三维光子晶体的结构和各个参数的调节对结果的影响(theoretical simulation interference generated 2D and 3D photonic crystal structures and parameters to adjust the results of)
- 2006-12-08 13:42:06下载
- 积分:1
-
DeepLearnToolbox-master
deeplearning的工具箱,里面包含了多种神经网络的模型(deeplearning toolbox, which contains a variety of neural network models)
- 2014-01-18 13:19:09下载
- 积分:1
-
UKF_GPS
利用UKF融合算法在融合多传感器数据加上GPS实现多数据融合,最后进行姿态解算(UKF fusion algorithm in use multi-sensor data fusion plus GPS multi-data fusion, and finally the attitude solution)
- 2020-07-01 16:00:01下载
- 积分:1
-
single
This program describes how kalman filter and extended kalman filter reduces error so that we get the better output
- 2012-02-14 11:10:26下载
- 积分:1
-
matlab_correlation_frequency_estimate_powerspectru
此MATLAB程序用于自相关函数的估计(包括直接法和FFT法),信号的频率估计(包括MUSIC, ROOTMUSIC,ESPRIT和MVDR)和功率谱的估计(包括LevinsonDurbin迭代法,BT法和周期图法),并附带相应的仿真图以便于对比(MATLAB for correlation estimate :direct and FFT transform frequency estimate of signals:MUSIC, ROOTMUSIC,ESPRIT和MVDR power spectrum estimate : LevinsonDurbin and BT,corresponding figures are accompanied to compare)
- 2020-11-22 21:29:34下载
- 积分:1