-
ParzenPNN
概率神经网络的matlab源代码,可用于实现概率神经网络识别和判别数据类别。(Probabilistic neural network matlab source code, can be used to achieve probabilistic neural network identification and classification of data categories.)
- 2020-11-21 20:09:36下载
- 积分:1
-
analemma
The program computes and plots the equation of time, the declination, and an analemma curve for various orbital parameters. The analemma is the curve traced by the position of the sun, measured at clock noon, over a year.
- 2013-09-20 14:17:03下载
- 积分:1
-
BCS
IEEE文献Bayesian Compressive Sensing及贝叶斯压缩感知源码(Bayesian Compressive Sensing Code)
- 2020-06-29 05:40:01下载
- 积分:1
-
LOG
lof function over gray level transformation image
- 2015-03-20 15:04:32下载
- 积分:1
-
segmented-function
分段函数,进行采样,画出采样图,幅频图,频谱图(Piecewise function, sampling draw sample Figure Figure amplitude-frequency spectrogram)
- 2012-10-09 19:32:19下载
- 积分:1
-
BPfaultdiagnoise
BP神经网络运用于故障诊断的matlab程序示例,利用了matlab工具箱中原有的BP神经网络函数.(BP neural network used in fault diagnosis example matlab program using Matlab toolbox original BP neural network function.)
- 2013-04-26 15:44:34下载
- 积分:1
-
Particle-Filtering
关于粒子滤波算法入门的基础知识,可以快速理解粒子滤波相关概念(Basic knowledge about particle filter entry, you can quickly understand the concepts of particle filter)
- 2013-12-19 10:35:02下载
- 积分:1
-
bookmarksdemo20131221
grails bookmark例子程序在2.0上的实现(grails bookmark sample in grails 2.0)
- 2013-12-21 09:52:46下载
- 积分:1
-
bode_step
自动控制中的频域分析,可以看到系统的bode图、幅相特性(Frequency domain analysis of the automatic control system, can see the figure, Bode amplitude and phase characteristics)
- 2015-04-12 22:06:13下载
- 积分:1
-
wavelift
暂时只支持jpeg2000支持的 cdf97 和spline53
可以这样来测试:
x=imread( E:studyjpeg2000imageslena.tif )
% see the decomposition coefficients
y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet
figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2gray(y))
% see the reconstruction precision
yy=wavelift(x, 5) using cdf 9/7 wavelet
ix=wavelift(yy,-5) inverse
sum(sum((double(x)-ix).^2))
(only temporary support jpeg2000 support cdf97 and spline53 this can be measured Examination : x = imread (E : study jpeg2000 images lena.tif)% see the d ecomposition coefficients wavelift y = (x, 1, spl53) using spline 5/3 wavelet figure subplot (1,2,1) imshow (x) subplot (1,2, 2) imshow (mat2gray (y))% see the reconstructi on precision wavelift yy = (x, 5) using cdf 9/7 wavelet ix = wavelift (yy.-5) inverse sum (sum ((double (x)- ix). ^ 2)
- 2006-08-08 23:51:30下载
- 积分:1