-
Cmeans
使用MATLAB软件进行模糊C均值聚类,进行迭代并观察迭代过程。(Using MATLAB software fuzzy C-means clustering, iterative and observe the iterative process.)
- 2013-11-11 17:20:06下载
- 积分:1
-
MultitaskBCICode
This is the Multi task BCI Code including mt_gauss, mt_regression and test_err_linreg.
- 2013-11-19 18:14:44下载
- 积分:1
-
本程序为SVM语音识别源代码
说明: 此代码是svm的源码,可利用此程序进行支持向量机的分类处理(This code is the source code of svm, which can be used to classify support vector machines.)
- 2019-05-22 13:09:30下载
- 积分:1
-
myGPC
说明: GPC代码 实现广义预测控制 可以设置预测时域和控制时域(GPC GPC code can set the prediction horizon and control the time-domain)
- 2011-03-30 21:02:08下载
- 积分:1
-
DFIG
基于simulink的双馈异步风力发电机的仿真模型(Simulink simulation model of doubly-fed induction wind turbines based)
- 2020-11-21 22:09:37下载
- 积分:1
-
Discrete-Time
高端的离散时间傅里叶变换计算当然是你必不可少的需要(Discrete-Time Fourier Transform Computation )
- 2013-04-21 21:42:17下载
- 积分:1
-
relax
现代信号谱分析 RELAX MATLAB 算法例程(spectral analysis of signals)
- 2021-04-14 11:58:55下载
- 积分:1
-
mfiles
combined optimal control technique for robot manipulators
- 2015-03-29 23:32:58下载
- 积分:1
-
M_series
很多场合需要白噪声,本程序通过一种简单的M文件产生白噪声。(Many occasions need white noise, this program through a simple M files generated white noise.)
- 2012-03-22 21:50:39下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1