Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Graph program Special Effects
Title: DCT_IDCT Download
 Description: to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed
 Downloaders recently: [More information of uploader gegeleslie]
  • [7fskkiii] - Matlab Extra-LMS adaptive algorithm simu
  • [lbbsplines] - This is the numerical calculation freque
  • [fftDCT] - own handwritten Image Transform FFT and
  • [blueclient] - Bluetooth client socket communications a
  • [achol0] - Select All PCA with Gauss- Jordan elimin
  • [dct2] - Girl doing two-dimensional images of the
  • [piccompress] - Image compression, dct transform, quanti
File list (Check if you may need any files):

CodeBus www.codebus.net