▍1. 雷达辐射源在线分选程序
说明: 基于核聚类的雷达信号在线分选程序,比较经典(On-line Radar Signal Sorting Procedure Based on Kernel Clustering)
说明: 基于核聚类的雷达信号在线分选程序,比较经典(On-line Radar Signal Sorting Procedure Based on Kernel Clustering)
(转载)在网上找的用梯度下降算法开发的rbf神经网络曲线拟和程序。 ((reproduced) on the Internet to find the gradient descent algorithm development of the neural network rbf curve fitting and procedures.)
画多个子图用的,里面用了subplot函数,到时可以修改(Draw a number of sub graph, which used the subplot function, then you can modify)
说明: pso优化elman神经网络 使其精度更高(PSO optimizes Elman neural network to make it more accurate)
关于车间调度问题的粒子群算法,该算法能很好的实现优化。(realize PSO algorithm)
算法流程:原始数据提取-模糊信息粒化-粒化后的原始数据-利用SVM对粒化数据进行回归预测-给出上证指数变化趋势和变化空间-验证预测结果(Algorithmic flow: Raw data extraction- Fuzzy information granulation- Granulated raw data- Regression prediction of granulated data using SVM- Change trend and change space of the Shanghai Stock Index- Verification of prediction results)
小论文里的程序,用RBF神经网络优化PID控制器的,效果非常好!(Small in the thesis process, optimize the use of RBF neural network PID controller, the effect is very good!)
说明: 此代码应用于数字带通系统中,其中包括BPSK和QPSK调制传输中的MATLAB编码。(This code is used in digital band-pass system, including Matlab code in BPSK and QPSK modulation transmission.)
说明: 对多音干扰、单音干扰、线性扫频干扰进行仿真(Multi-tone interference, single-tone interference and linear sweep interference are simulated)
‘一对一’孪生支持向量机(双支持向量机)的简单实现,适合初学者学习使用。(‘O-V-O’Twin Support Vector Machine. It is helpful for beginers of TWSVM.)
扩展的Infomax算法,具有比较快的收敛速度!而且程序非常简洁,明了(expansion of Infomax algorithm, with a faster rate of convergence! The procedure is very simple, straightforward)
说明: 可以实现高速紧急避让双移线路径,利用MATLAB软件仿真实现。(Can achieve high - speed emergency avoidance double - shift path)
可自动生成规则的动态模糊神经网络。来自于清华大学吴世虔老师的《动态模糊神经网络》一书。(The rules can be automatically generated dynamic fuzzy neural networks. From Tsinghua University, Mr Ng Sai-kuen teacher " Dynamic fuzzy neural network," a book.)
本程序可以实现变转速工况下对测取的信号实现重采样阶次跟踪分析。(The program can achieve variable speed operating conditions to achieve the measured signal taken resampling order tracking analysis.)
这是一个基于遗传算法的LQR控制器优化设计的程序。。。。对于学习LQR控制器很有用。This is a LQR controller based on genetic algorithm to optimize the design of the program. . . . LQR controller is useful for learning.(This is a LQR controller based on genetic algorithm to optimize the design of the program. . . . LQR controller is useful for learning.)
直流微电网采用光伏发电,光伏的最大功率点采用粒子群优化算法实现。(The DC microgrid adopts photovoltaic power generation, and the maximum power point of PV is realized by particle swarm optimization (PSO).)
车牌识别,利用颜色聚类法进行车牌定位,并利用模板进行神经网络的训练并检测,有GUI界面。( License plate recognition, clustering method using color plates positioning, and use templates to train the neural network and detect with GUI interface.)
说明: 本程序实现了22节点的交直流配电网潮流计算。(This program implements the 22-node AC-DC distribution network power flow calculation.)
从天然地震数据中提取瑞雷面波的群速度频散曲线(Seismic data extracted from natural Rayleigh wave group velocity dispersion curves)
二进制粒子群优化算法pso,主程序:swarmpso m 它包括以下子程序: 1 初始化:swarminit m 2 适应值计算函()