-
gui-of-ATLAB
matlab中GUI的使用说明,有使用的实例说明,适合初步入门GUI的人使用(description of the matlab GUI-use, use examples, a GUI for initial entry)
- 2013-03-25 10:28:44下载
- 积分:1
-
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
-
adaptive_lab_programz
collection of adaptive lab programs
- 2010-03-13 23:30:33下载
- 积分:1
-
qpsk-modulation
matlab文件实现QPSK调制,信号频率1,采样频率100(QPSK Modulation)
- 2011-05-16 19:19:27下载
- 积分:1
-
KNN_2011211651
应用KNN算法解决0到9的手写数字识别问题,效果在90 以上,内部有两个数据集,一个为训练集(7291个数据),一个为测试数据(2791个数据),程序采用MATLAB编写,另附有文档,程序简洁易懂(Application KNN algorithm to solve 0-9 handwritten digit recognition problem, the effect is more than 90 , the inside has two data sets, one for the training set (7291 data), a test data (2791 data), the program written using MATLAB , attached a document, the program is simple and easy to understand)
- 2013-12-07 15:28:58下载
- 积分:1
-
CSTRmodelsimulationofcontrol
本程序用来实现CSTR模型的模糊PID控制仿真(This procedure used to achieve the CSTR model simulation of the fuzzy PID control)
- 2009-04-22 07:58:52下载
- 积分:1
-
Sim_MADE
A NEW MATLAB APPLICATION OF FEILD ORIENTED CONTROL (FOC) PROCEDURE OF DOUBLE STATOR INDUCTION MACHINE.
- 2011-09-28 01:11:08下载
- 积分:1
-
PLL
PLL锁相环的搭建,通过坐标变换实现锁相(PLL Phase-Locked Loop)
- 2013-12-07 15:14:23下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
ldatrace
LDATRACE Calculates an LDA transform to maximize trace discriminant
- 2009-03-05 16:25:13下载
- 积分:1