-
matlab_OLEDB_connection_and_read_database
说明: matlab通过OLEDB方式读取数据库中的数据(Access版)(matlab way through the OLEDB to read data in the database (Access version))
- 2010-04-19 23:35:18下载
- 积分:1
-
ColorSegmentationExample
Image Bit plane slicing
- 2010-02-12 17:40:29下载
- 积分:1
-
matlabexp
说明: matlab计算的小程序,适合matlab爱好者(matlab calculate the small program for matlab lovers)
- 2011-03-14 13:59:15下载
- 积分:1
-
chirp-pulse
啁啾脉冲对传输特性的影响,用MATLAB实现可视化(chirp pulse)
- 2013-12-20 16:25:27下载
- 积分:1
-
dimension-reduction
pca lda kpca klda lpp matlab 特征降为方法,对于新手比较有用。(pca lda kpca klda lpp matlab code for dimension reduction. these are very useful for new researchers.)
- 2015-06-14 12:53:21下载
- 积分:1
-
2
说明: 系统辨识与自适应控制MATLAB仿真
系统辨识/自适应控制/matlab仿真/源程序(System identification and adaptive control MATLAB simulation
Adaptive system identification/control/matlab simulation/source)
- 2014-01-04 18:46:26下载
- 积分:1
-
distance_classify
function g=distance_classify(A,b)
距离判别法程序。
输入已分类样本A(元胞数组),输入待分类样本b
输出待分类样本b的类别g
注:一般还应计算回代误差yita
输入已知分类样本的总类别数n 每类作为元胞数组的一列(function g = distance_classify (A, b) from the Criterion procedures. Input samples have been classified A (cell array), the importation of samples for classification b output samples for classification g categories b Note: the calculation should also be back on behalf of the general error input yita of the total known types of classification of the number of samples n each Cellular-type array as a)
- 2009-05-09 17:15:44下载
- 积分:1
-
wnninit
说明: 人工小波神经网络的初始化文件,已结合遗传算法,很有特色(A initial souce code for wavelet neural network,which is engaged with GA method)
- 2010-04-15 16:34:22下载
- 积分: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
-
coherence
功率谱和相干性计算的原理和matlab实现,比较经典的一篇文献,适合算法的研究者参考。来自BMSP The power spectrum and coherence function。(Principles and matlab power spectrum and coherence computing a reality, a more classic literature, researchers algorithm for reference. From BMSP The power spectrum and coherence function.)
- 2016-02-22 00:51:45下载
- 积分:1