代码搜索:matlab fft

找到约 10,000 项符合「matlab fft」的源代码

代码结果 10,000
www.eeworm.com/read/182988/9181333

txt 模糊神经网络 matlab实现.txt

clear clc tic, %[x,y]=data; x=[1 1 1; 1 2 3]; y=[2 3 4]; %%%%%--数据显示,输入为-两输入,输出为-单输出。--------样本为p2组 [p1,p2]=size(x); %- 一。首先要对样本进行聚类分析,以此来确定模糊规则个数。利用K-means法对样本聚类。 %????此处的K- means 法待加 %