-
windowedtest
加窗程序,包含了各种分析窗,经过调试已经通过!(Windowed program, including a variety of analysis window, after debugging has passed!)
- 2007-10-16 11:40:18下载
- 积分:1
-
GAToolbox
MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。(MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.)
- 2009-02-23 12:15:11下载
- 积分:1
-
InterHarmonic_src
VC与matlab混合编程的例子
是一个间谐波处理程序,滤波算法用matlab
界面用VC(VC and matlab programming examples of hybrid between a harmonic process, filtering algorithm matlab interface with VC)
- 2009-06-06 02:16:15下载
- 积分:1
-
mm
说明: 旅行商问题( TSP) 的改进模拟退火算法(Traveling Salesman Problem (TSP) to improve the simulated annealing algorithm)
- 2009-08-18 16:52:32下载
- 积分:1
-
OFDM系统仿真 频偏估计
OFDM系统仿真 频偏估计 实现了三种频偏估计算法 并进行了对比(Frequency Offset Estimation for OFDM system simulation three offset estimation algorithm and compared)
- 2021-04-26 09:18:45下载
- 积分:1
-
2-10
《matlab编程百例》书光盘代码2-10("Matlab programming hundred cases" of CD code 2-10)
- 2007-07-10 14:22:15下载
- 积分:1
-
matlab_to_dsp
自己用MATLAB编写dsp5509的中的sine.dat文件,附详细正确的编写方法,和m文件。只要改些参数就可任意生成想要的函数.dat是授人渔的方法,此论坛以及网络流传的函数经试验不好使,没有考虑许多问题生成的文件是错误的,在此详细介绍生成dsp标准.dat方法(Use matlab to creat .dat file for dsp5509 and show the method for other type dsp. It is very useful.)
- 2009-05-15 12:38:16下载
- 积分:1
-
pso
实现粒子群算法,里面有代码,大家可以放心的使用,里面程序是可以用的 。(fgfggfg)
- 2010-05-12 14:27:53下载
- 积分:1
-
using_same_voxel_space
This program lets you put one image into the same voxel space as another image. E.g. you might want to extract a Brodmann area from the brodmann.img file that comes with MRIcro, and then put that set of 1x1x1mm voxels into the same voxel space as your functional data, which probably covers a smaller volume and has larger voxels. Then you can use the Brodmann area as an ROI to explore your functional results.
- 2012-08-07 13:11:35下载
- 积分:1
-
支持向量机SVM做样本预测、时序预测
支持向量机(support vector machines, SVM)是一种二分类模型,它的基本模型是定义在特征空间上的间隔最大的线性分类器,间隔最大使它有别于感知机;SVM还包括核技巧,这使它成为实质上的非线性分类器。SVM的的学习策略就是间隔最大化,可形式化为一个求解凸二次规划的问题,也等价于正则化的合页损失函数的最小化问题。SVM的的学习算法就是求解凸二次规划的最优化算法。
- 2022-04-18 09:35:56下载
- 积分:1