搜索资源列表
测试PSO算法的新的组合测试函数
- Novel Composition Test Functions for Numerical Global Optimization func_test.m is the main program, a basic PSO algorithm PSO_func.m is attached. SIS_novel_func.m is the function program,including six composition functions f=SIS_novel_func(x,f
gmdh_example
- GMDH_main为GMDH主函数; variable_Combin为输入层初始变量选为x1,x1^2,x1*x2,x2^2,x2时的输入变量矩阵值 variable_select计算X_train训练输入数据,Y_train训练输出数据,X_test测试输入数据,Y_test测试输出数据 Combin为求变量的两两组合 Sym_Combin为求符号变量的两两组合 PE_AIC求每层各神经元的参数估计W,及训练数据在参数估计后估计的输出out_train,测试数据在参数估计后
fft_ifft
- 深入解析如何在matlab中正确使用fft,ifft函数,包括组合应用和参数特性,让你能将信号在时频域之间轻松自由地快速正确变换,同时根据需要调整变换的结果。提供两篇word测试和说明文档,通用化处理过的fft,ifft程序,和一个信号设计的应用实例,可以根据需要自行修改使用。-Explaining thoroughly how to apply fft and ifft correctly in matlab,including the combination of application a