-
a_jpeg_compression_matlab
It shows what a jpeg compression is all about.
the function implements the DCT transform, using a matrix operator.
note that matlab has a function for the DCT and iDCT transforms
that might be more efficient.
(It shows what a jpeg compression is all abou t. the function implements the DCT transform. using a matrix operator. note that Matlab has a f unction for the DCT and iDCT transforms that mig ht be more efficient.)
- 2007-05-31 16:01:34下载
- 积分:1
-
main
dicom 三维浏览器GUI,实现dicom的自动解析与三个断面浏览。(dicom dimensional browser GUI, automatic parsing dicom with three sections browsing.)
- 2014-12-29 11:09:40下载
- 积分:1
-
multiscale-entropy
可以在多尺度熵对时间序列进行复杂性度量。较近似熵、样本熵好(Multiscale entropy can be time-sequence complexity metrics. Better than approximate entropy, sample entropy )
- 2020-12-04 17:59:25下载
- 积分:1
-
高斯白噪声
往信号里添加一个高斯白噪声,并将其显示出来(Add Gaussian white noise to the signal)
- 2021-04-26 15:28:46下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use 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 (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)
- 2007-12-05 18:28:42下载
- 积分:1
-
hfiles
Geometrical transformation problems
- 2010-11-11 16:51:51下载
- 积分:1
-
pendulummodelandswingup
说明: 详细介绍了单级倒立摆模型的建立,稳定控制和起摆控制的仿真及实时控制的实现,二级摆和三级摆的控制(Details of the single-stage model of inverted pendulum, stability control and swing control of the simulation and realization of real-time control, secondary and tertiary pendulum swing)
- 2011-03-08 15:20:45下载
- 积分:1
-
code
matlab for copula 最全的copula代码(matlab for copula)
- 2014-09-25 12:13:35下载
- 积分:1
-
Antenna-impedance
matlab antenna impedance sine integral cos integral elliot
- 2013-04-30 03:06:09下载
- 积分:1
-
OFDM-simulation-in-MATLAB
OFDM的仿真程序,有发送和接收两部分,包含各项性能统计(OFDM simulation program, there are two parts to send and receive, including the performance statistics)
- 2011-09-11 10:26:00下载
- 积分:1