-
lorenz-identification-by-ga
Lorenz system identification with genetic algorithm
- 2014-10-17 05:55:34下载
- 积分:1
-
DAFX_Digital_Audio_Effects_A3d
The best book I have been seeing for Sound and using digital signal processing
- 2013-04-08 04:11:13下载
- 积分:1
-
caiyang
利用采样得到的多组数据,绘制出采样点的三维立体图形。(The use of multiple sets of sampled data, draw samples of the three-dimensional graphics.)
- 2011-09-10 23:34:24下载
- 积分:1
-
BP
说明: BP神经网络的语音特征信号分类算法,采用归一化算法及变学习率学习算法(BP neural network speech characteristic signal classification algorithm, using a normalization algorithm and the learning algorithm learning rate change)
- 2016-05-11 10:06:53下载
- 积分:1
-
lengman
包含飞行器飞行中的姿态控制,如侧滑角,倾斜角,滚转角,俯仰角,主要为数据分析和统计,光纤陀螺输出误差的allan方差分析。( It comprises aircraft flight attitude control, such as slip angle, tilt angle, roll angle, pitch angle, Mainly for data analysis and statistics, allan FOG output error variance analysis.)
- 2016-10-16 20:36:44下载
- 积分:1
-
rbf_tu
RBF训练新手上手代码
RBF训练
值得参考(RBF RBF training novice to get started training worthwhile reference code)
- 2020-07-04 04:40:01下载
- 积分:1
-
emd
用于故障诊断、数据分析等领域的经验模态分解方法(For fault diagnosis, data analysis and other fields of empirical mode decomposition method)
- 2013-11-06 18:30:20下载
- 积分:1
-
5073109307xiajie
说明: aloha算法里的吞吐量描述123123123123(aloha algorithm described in the throughput of 123 123 123 123)
- 2011-03-16 08:24:24下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
chengxu
程序功能分别实现了线性系统理论中传递函数和状态空间的相互转化,系统辨识中的递推最小二乘算法,免疫算法以及神经网络中的BP算法。(The program functions respectively realize the mutual transformation of transfer function and state space in the linear system theory, the recursive least squares algorithm in the system identification, the immune algorithm and the BP algorithm in the neural network.)
- 2017-03-20 19:18:25下载
- 积分:1