-
Gabor-filter
实现Gabor滤波的源代码,包括C++、matlab源程序,还有介绍其原理的word文件(Gabor filter realization of the source code, including C++, matlab source, as well as introduce the principle of word document)
- 2011-05-13 08:50:39下载
- 积分:1
-
L1730SSFTMENG
LG Monitor user s guide L1730S&L1930S
- 2010-08-02 23:31:18下载
- 积分:1
-
VarianceAnalysis
说明: Matlab数学计算,方差分析,单因素方差分析,双因素方差分析,Matlab统计工具箱的使用(Matlab mathematical calculations, variance analysis, single-factor analysis of variance, two-factor analysis of variance. Matlab Toolbox use statistics)
- 2021-03-24 09:39:17下载
- 积分:1
-
2PSK
仿真2PSK数字通信系统。信道中噪声模型为加性高斯白噪声。接收端有自适应滤波器。(Simulate 2PSK communication system. Noise in channel is ideal additive Gaussian white noise. Adaptive filter is designed at receiving terminal.)
- 2014-12-22 13:03:56下载
- 积分: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
-
pcamfile
in this mfile i have wrote the principal component analysis algorithm in matlab.
- 2013-10-07 18:23:26下载
- 积分:1
-
SNR_singlech
matlab中信噪比计算程序,可以检验使用matlab内置函数添加的噪声是否正确(Can be tested using matlab citic noise ratio calculation, matlab built-in functions to add noise is correct
)
- 2013-10-12 20:07:17下载
- 积分:1
-
sound_test
通过BUTTERWORTH滤波器,讲语音信号中的噪声过滤掉.(By BUTTERWORTH filter, speaking voice signal in the noise filtered out.)
- 2009-12-13 13:45:25下载
- 积分:1
-
pca
可用于高光谱图像处理的自己编的PCA函数,Matlab版的.主要作用是降维.(the pca function is used to hyperspectral image processing.)
- 2013-08-21 20:01:27下载
- 积分:1
-
Programa
calculation of power injected to power flow
- 2014-11-20 20:18:40下载
- 积分:1