登录
首页 » matlab » DCT-and-Image-Compression

DCT-and-Image-Compression

于 2014-01-28 发布 文件大小:1KB
0 179
下载积分: 1 下载次数: 8

代码说明:

   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.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • gaojietongjiliang
    基于高阶统计量的tdoa估计方法,希望对您有所帮助!(Based on higher-order statistics of the TDOA estimation methods, I hope for your help!)
    2008-01-06 10:58:34下载
    积分:1
  • multimoto_ica_pca_process_program
    四种想像动作的EEG信号处理 —— (基于ICA分析)(Four to imagine the action of the EEG signal processing- (analysis based on ICA))
    2012-07-04 16:28:30下载
    积分:1
  • msjava
    code for leach in matlab
    2012-05-09 18:25:09下载
    积分:1
  • PV_MPPT_diandoafa_mine
    光伏电池仿真模型 boost电路 MPPT为扰动观察法(PV MPPT boost circuit simulation model for the disturbance observation)
    2014-09-17 15:21:04下载
    积分:1
  • differential-on-mathematica
    基于mathematica的数学微分实验书籍,包括mathematica的基本教程和实验源码(Basic tutorials and source-based experimental math mathematica differential experiment books, including the mathematica)
    2013-12-25 22:15:39下载
    积分:1
  • matlabtool
    matlab的工具箱集合,希望对初学者有帮助(Matlab toolbox set, and I hope to help beginners)
    2007-07-08 12:20:51下载
    积分:1
  • matlab_liu
    刘金琨《先进PID控制MATLAB仿真》一书的全部代码(Liu Jinkun " Advanced MATLAB simulation of PID control," a book all the code)
    2009-10-16 11:04:24下载
    积分:1
  • DOA_GUI
    A useful tool to calculate the DOA using MUSIC algorithm in Matlab with a GUI. Very easy to use.
    2009-05-07 21:12:21下载
    积分:1
  • matlab_labviewsystemview
    说明:  一本MATLAB-Labviewsystemview方面的书籍。(A MATLAB-Labviewsystemview of books.)
    2011-04-15 13:12:26下载
    积分:1
  • Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
    y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level It returns the matrix of all decompositions and the final approximations. Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes. For other wavelets, the filter values alone can be changed or WFILTERS can be used. The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author. Example: clear all t=[0:0.0003:8*pi] x=sin(5000*t)+sin(1000*t) x=x(1:2^16) level=5 Fs=1/0.003 d2wavelet(x,Fs,level) Thanks for Downloading. Don t forget to rate or comment.
    2013-04-05 21:52:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载