资源列表
递推最小二乘估计算法
- 对于输入、输出数据较多的情况下,一次性完成的最小二乘估计算法计算量很大,速度降低而且有可能出现病态矩阵的情况,递推的最小二乘估计算法解决了上述问题。
Multi_SVM_CrossValidation
- SVM多类分类的CrossValidation程序
自己用matlab编的核心专利计算公式
- 自己用matlab编的通过引用关系计算核心专利的程序。也许不够专业,不过绝对原创。
0.背包问题C语言算法
- 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 ,
Gcv
- 一个自适应软阈值去噪的原程序,很实用,我用它解决了很多问题-An adaptive soft-threshold denoising of the original program
fuzzpid
- 利用Matlab工具箱设计模糊控制器 49条模糊控制规则形成一个模糊控制规则矩阵,然后根据模糊输入量按照相应的模糊推理算法完成计算,并决策出模糊输出量。 输出模糊量的解模糊方法选取重心法。-Computer simulation of fuzzy control system based on fuzzy toolbox and SIMULINK
ber_test
- Ber test for digital communication channels
GPS
- 此程序用来模拟GPS定位,效果还不错,直接运行即可-This program is used to simulate GPS positioning, the results were good, can be run directly
omg
- 模拟一个屏蔽腔中两个耦合微带线,观察其中的电位分布情况-Simulate a shielding cavity in two coupled microstrip line, observe the potential distribution
lvboqi
- FIR数字高通滤波器设计。N=30,通带截止频率为0.8π,通带波纹最大为0.02,阻带截止频率为0.7π,阻带波纹最大为0.04-FIR digital high-pass filter design. N = 30, the passband cutoff frequency 0.8π, maximum passband ripple of 0.02, stopband cutoff frequency 0.7π, stopband ripple up to 0.04
demo_bayesclass
- 一个贝叶斯分类器的实际应用,可以有效地进行训练和预测-A practical application of Bayesian classifier can effectively carry out training and prediction
main_2d_doa_music
- L型阵下基于2D-MUSIC的二维DOA估计算法,阵列模型为L型阵,将music算法扩展到二维空间-L based on 2D-MUSIC DOA algorithm, the array model for the L array, the music algorithm is extended to two-dimensional space