-
equalization
实现数字音频信号的幅频均衡,采用了lms算法和rls算法,有MATLAB的simulink模型,和m文件,还有部分c程序,已经本人完全测试过。(Digital audio signal of the amplitude-frequency equalization, using lms algorithm and rls algorithms, there are MATLAB-simulink model, and the m file, as well as part of the c program, I have been completely tested.)
- 2009-10-18 21:22:55下载
- 积分:1
-
segment-master
it is a source code for the ecg signal of the human heart
- 2013-03-15 22:32:49下载
- 积分:1
-
camera
一个调整用电脑摄像头,当捕捉到画面有运动时,进行拍照并发送到邮箱的程序。(An adjustment computer camera, to capture the screen when there is movement, take photos and send mail program.)
- 2013-10-15 18:17:44下载
- 积分:1
-
tracking
基于matlab的图像抠图程序,捕捉视频中的图像并进行抠图。(Based on matlab image matting process, capture video images and matting.)
- 2013-11-25 14:56:22下载
- 积分:1
-
tree_kruskal
MATLAB最小生成树,将权数从小到大排序,按顺序添加,如果形成圈则去掉(MATLAB minimum spanning tree, the weights of small to large order, in order to add, if the ring is removed to form)
- 2011-07-23 16:35:50下载
- 积分:1
-
P6-1
退火算法1.。。。。。。。。。。。。。。。(Annealing Algorithm 1. . . . . . . . . . . . . . .)
- 2013-08-20 10:57:00下载
- 积分:1
-
ERP1-Protocol-in-Matlab
An Evolutionary Routing Protocol for Dynamic Clustering of Wireless Sensor Networks
- 2014-01-15 21:05:02下载
- 积分:1
-
Pres_OM005a
Pyramidal Horn design,calculation and results
- 2009-05-23 19:29:14下载
- 积分:1
-
Monte_carlo
说明: 这是一个关于蒙特卡洛仿真的源代码,可以供matlab初学者学习,以便今后在做相关研究中有所帮助。(This is a Monte Carlo simulation on the source code can be used for matlab beginners to learn to do research in the future help.)
- 2010-03-30 15:10:16下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1