-
pca
This file implement PCA algorithm for dimension reduction and clustering techniques.
Principle Component Analysis, Dimension reduction, Clustering.
- 2010-10-20 14:52:11下载
- 积分:1
-
MATLAB
精通Matlab教程,内容详细,每个命令有详细讲解和代码示例(Proficient in Matlab tutorials, detailed, each command has the detailed explanation and code examples)
- 2012-12-29 14:59:49下载
- 积分:1
-
Segmentation
This matlab code implements region growing image segmentation.
- 2011-08-24 22:15:33下载
- 积分:1
-
PID-SIMULATION
控制规律的选用要根据过程特性和工艺要求来选取,决不是说PID控制规律在任何情况下都具有较好的控制性能,不分场合都采用是不明智的。如果这样做,只会给其它工作增加复杂性,并给参数整定带来困难。当采用PID控制器还达不到工艺要求,则需要考虑其它的控制方案。如串级控制、前馈控制、大滞后控制等。
(Choice of control law according to process characteristics and process requirements to select, does not mean that PID control law in any case have a better control performance, are used regardless of where it would be unwise. If you do, will only add to the complexity of other work, and to the parameter tuning difficult. When using the PID controller has not yet reached technological requirements, you need to consider other control options. Such as cascade control, feedforward control, large time delay control.)
- 2011-11-01 16:31:31下载
- 积分:1
-
touchtone
运用FFT技术来综合和分析电话拨号的过程,matlab来分解了这一过程,希望能提供帮助( TOUCHTONE Use FFT to synthesize and analyze telephone dialing
The dual tone multi-frequency (DTMF) standard specifies that the tone
generated by a button on a telephone key pad is the sum of two sinusoids,
with frequencies determined by the button s row and column.
The dial pad on the upper left allows you to select buttons and generate
the corresponding tones.
The signal plotted on the upper right is a recording of the FAX number
for the MathWorks being dialed. You can replay the entire signal, or
select individual segments. The power plot is the magnitude of the FFT
of the signal being played. What is the MathWorks FAX number?)
- 2013-10-30 15:17:51下载
- 积分:1
-
pic
将一个给的的图像进行8X8分割后打乱顺序随机排列组合后进行图像拼接还原的MATLAB程序(MATLAB image stitching program to restore the image back to the conduct of a 8X8 divided randomly shuffled permutations)
- 2020-12-09 15:39:18下载
- 积分:1
-
DownUpSampling_ByFactor2
该代码实现了以2为因子的图像升采样和降采样功能。
降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。
升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。
降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和四个结果图片。
图片1.原始图片。
图片2.平滑滤波器降采样&像素点直接复制升采样。
图片3.平滑滤波器降采样&线性插值升采样。
图片4.不使用平滑滤波器降采样&像素点直接复制升采样。
图片5.不使用平滑滤波器降采样&线性插值升采样。
(The code to achieve a 2-factor image upsampling and downsampling function. Down-sampling (with using the averaging filter) and do not use smoothing filter (without using the averaging filter) are two ways to use the smoothing filter. Upsampling including the pixels copied directly (pixel replication method) and linear interpolation (bilinear interpolatoin method) two methods. Down-sampling method and liters a total of four combinations of sampling methods. The program is running, it shows a picture of an original picture and four results. Picture 1 original picture. Photo 2. Smoothing filter downsampling & the pixel directly copied liter sample. Photo 3. Smoothing filter downsampling & the linear interpolation liter sampling. Picture 4. Smoothing filter down-sampling & the pixels directly copied liter sampling. Picture 5. Use smoothing filter down-sampling & the linear interpolation liter sampling.)
- 2012-11-25 16:01:48下载
- 积分:1
-
KeyManagerFactory1Test
Tests for KeyManagerFactory</code> class constructors and methods.
- 2014-02-21 15:50:34下载
- 积分:1
-
zhuiganfa
matlab用追赶法,列主高斯消元法求解方程组(matlab with the pursuit method, the column main Gaussian elimination method for solving equations)
- 2010-12-10 15:56:49下载
- 积分:1
-
matlab_fn
Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here.
- 2013-07-09 16:49:20下载
- 积分:1