-
song
用matlab进行语音合成,用到matlab GUI编程,界面友好。本人课程设计作品,希望对各位有所帮助。(Using matlab for speech synthesis, using matlab GUI programming, user-friendly. I curriculum design works, you want to be helpful.)
- 2009-03-06 21:24:09下载
- 积分:1
-
rosemap
海洋方面用来画风速玫瑰图的matlab程序。(Marine areas used to draw wind rose diagram of the matlab program.)
- 2011-09-20 10:46:40下载
- 积分:1
-
T-S模糊控制
clear;close all;
%----------------设定计算步数和精度----------------%
step=1000; %步数
err=0.00001; %精度
eps1=0.001;
%----------------数据生成----------------%
k0=0:step+1;
%u=sin(2*pi.*k0/step*10);
u=rand(1,step+2)*2-1;
y=zeros(1,step+2);
y(1)=0;
y(2)=0;
for t=1:step
y(t+2)=y(t+1)*y(t)*(y(t+1)-2.5)/(1+y(t+1)*y(t+1)+y(t)*y(t))+u(t+1);
end
%----------------绘制输入及输出信号波形----------------%
figure(1);
plot(y(3:step+2),"r");
hold;
plot(u(2:step+1),"g");%pause
legend("输出y","输入u");
%----------------初始化隶属函数----------------%
c=[-4,-3,-2,-1,0,1];
U=zeros(6,step+2);
for t=1:step+2
if(y(t)
- 2022-09-28 16:45:03下载
- 积分:1
-
difference
讲述在designer 6中差分布线的方法(About the difference in the designer 6 in the method of wiring)
- 2010-08-08 15:20:52下载
- 积分:1
-
cluster
说明: 聚类算法matlab实例 聚类算法matlab实例(Clustering algorithm matlab example of clustering algorithm matlab example)
- 2021-03-04 00:59:33下载
- 积分:1
-
jieguo
Pcnn神经网络筛选特征因子代码,pca预处理代码,特征因子整合代码,等等,都是好东西啊(Pcnn neural network filter characteristic factor code, pca pretreatment code, characteristic factor integration code, etc., are all good things ah)
- 2020-09-19 10:37:52下载
- 积分:1
-
决策树与随机森林参考程序
神经网络代码
- 2020-12-08下载
- 积分:1
-
如何在 matlab 中使用 url
这里是如何在 matlab 中使用 web 功能从 matlab 中打开的 url 的示例。所以你可以使用这从 matlab 打开的 url
- 2022-03-25 02:28:49下载
- 积分:1
-
一个好使的基于OFDM的认知无线电系统资源分配MATLAB编程
有循环检测,周期性检测,考虑雨衰 阴影 和多径影响,可以提取一幅图中想要的目标,课程设计时编写的matlab程序代码,包括轨道机动仿真、初轨计算,包括最小二乘法、SVM、神经网络、1_k近邻法。
- 2023-04-13 21:10:03下载
- 积分:1
-
BA
说明: 复杂网络中最经典的BA无标度网络模型matlab源程序并且有求解度的程序代码,非常的实用,是研究复杂网络必备的网络模型。(Complex network in the most classic of BA scale-free network model has to solve matlab source and degree of code, very useful, is to examine the complex network required network model.)
- 2020-12-09 17:19:19下载
- 积分:1