-
tuxiangyasuo
一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。(Image Compression
A collection of simple routines for image compression using different techniques.
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
IMCOMPR:
Image compression based on Singular Value Decomposition.
The given codes can be also used in 2D noise suppression.
Notes:
The function "conv2fft" performs a 2D FFT-based convolution.
Type "help conv2fft" on Matlab command window for more informations.)
- 2010-07-22 19:41:53下载
- 积分:1
-
clean
This is a matlab code for scalart algorithm implementation (noise straction)
- 2010-01-16 03:59:17下载
- 积分:1
-
MATLAByuchekongzhi
针对工业控制过程中的实际问题,对神经网络预测控制进行了深入的研究,提出
了两种新的智能预测控制算法。并结合混合仿真平台,以平台中非线性单变量与多变量系
统为控制对象,将部分算法应用于实际控制中。(For industrial control in the process of practical problems, neural network predictive control of an in-depth research, we propose two new intelligent predictive control algorithm. Combined with hybrid simulation platform to platform non-linear single-variable and multi-variable system for the control of objects, some of the actual control algorithm is applied.)
- 2008-08-22 09:04:55下载
- 积分:1
-
a_compress
音频处理要用到的几个函数,包括A率压缩,u率的,以及其附属的傅里叶变换、滤波等等,总之包含了一个音频信号简单处理的大部分程序(Audio processing functions )
- 2012-04-20 21:18:55下载
- 积分:1
-
five-matlab-procedure
这5个小程序分别为:用Monte Carlo随机法圆柱相交体的体积;用刘徽割圆法计算pi;梯形法.辛普森法计算圆周率;蒲丰掷针实验程序;线性函数的迭代(This five small programs were: using Monte Carlo random method cylinder intersects the volume cyclotomic method with Liu Hui pi trapezoidal method Simpson method to calculate pi Buffon throw needles experimental procedures linear function of iteration)
- 2013-08-31 14:41:29下载
- 积分:1
-
dfig
Doubly-Fed Induction Generator for Variable Speed Wind Energy Conversion Systems- Modeling & Simulation
- 2012-02-10 16:56:18下载
- 积分:1
-
fir
摘 要:阐述了数字滤波器的设计方法 ,分析了运用 MATLAB软件进行 IIR和 FIR数字滤波器设计的过程。 研究
与实践表明:教学中 ,运用 MATLAB软件进行数字滤波器设计及实现 ,可增强学生的感性认识 ,加深对数字滤波器
设计基本原理的理解 ,改善教学效果。(Abstract: This paper describes the design of digital filter methods, analysis of the use of MATLAB software IIR and FIR digital filter design process. Research and practice shows that: teaching, the use of MATLAB software digital filter design and realization of perceptual knowledge to enhance students understanding of the basic principles of digital filter design understanding, enhance the effectiveness of teaching.)
- 2009-07-17 10:43:51下载
- 积分:1
-
OneStepUKF
卡尔曼滤波器,扩展卡尔曼滤波器,无味卡尔曼滤波器实现,对比(Kalman filter, extended Kalman filter, unscented Kalman filter implementation, compared to)
- 2013-09-30 16:27:43下载
- 积分:1
-
SMB_EDmodel_pedpe
模拟移动床色谱的计算机模拟,SMB,有限差分法,平衡扩散模型(Simulated Moving Bed Chromatography Computer Simulation, SMB, finite difference method, balanced diffusion model)
- 2020-11-26 21:09:30下载
- 积分:1
-
fourier_transfer
实现图像的傅里叶高通、低通滤波.经Fourier变换后的图像,中间部分是低频部分,外边是图像的高频部分。经过低通滤波后,图像中的高频成分被滤除掉,只留下低频成分,图像的边缘部分变得比较模糊了(useful for image Fourier high-pass, low pass filter)
- 2011-10-19 19:27:51下载
- 积分:1