说明:这个是通过matlab这个软件编写程序可以控制温度!达到了理想的结果!开始的程序是用c写的!但是主要还是后面的matlab程序!-This is a program which are writen by software of matlab and can control temperature,...
说明:%CreateRefChannels.m,可以参考一哈,对于数字信号处理有用-CreateRefChannels.m%, a reference to Kazakhstan, For digital signal processing useful
说明:本代码分别用Fast ICA和PCA盲分离算法,分离001.wav、007.wav、012.wav三段语音的混合语音和余弦、方波、随机信号的混合信号。附测试语音,直接可执行,分离效果极好。详细注释,对照算法,很快能搞懂。
说明:遗传算法与模拟退火,粒子群算法的结合与比较实验.稍微修改就可以学习应用-Genetic algorithms and simulated annealing, particle swarm optimization algorithm and comparison with experiment. ...
说明:经过本人测试可行,可用于初学者对隔行视频进行去隔行处理,本代码使用的是在matlab中实现的几种去隔行代码,包括均值法,线性与非线性等方法。
说明:一个独立成分分析的测试文件,包含了几个声音文件,可以用来测试自己的盲信号分离算法。-An independent component analysis of the test file that contains a number of sound files that can be used to...
说明:这是利用matlab编写的一个拟合曲面的工具箱!,可以很方便的拟合空间曲面了.-using Matlab This is a fitting preparation of the surface of the Toolbox! , It is convenient to the surface of...
说明:资源描述 XinShe Yang教授2009年提出的Cuckoo Search优化算法Matlab原代码,可用于全局优化,并附有算法原理的文章及测试函数,供大家参考学习。Cuckoo Search 算法用于解决连续优化问题,也可以用来解决离散问题。这段代码提供的是前者。