-
lunwen
基于MATLAB的谐波电流检测方法的建模与仿真(MATLAB-based harmonic current detection method of modeling and simulation)
- 2010-05-29 07:53:27下载
- 积分:1
-
histogram-with-C-language
C语言编写的直方图求法matlab程序,带详细解释和所需图片(histogram with C language
)
- 2011-10-08 13:40:52下载
- 积分:1
-
LS-SVR
最小二乘支持向量回归算法:
训练数据用来得到回归模型,测试数据用来判断是否为显著武昌(Least squares support vector regression algorithm:
Training data to train the model, the test data for testing, to judge whether the data for gross error data)
- 2021-02-19 16:19:44下载
- 积分:1
-
Method-of-Converting-Speech-Codec-Formats-between-
Abstract - In this paper, proposed an efficient method of
converting speech codec formats between G.723.1 and
G.729А. The proposed method is composed of four steps:
LSP conversion, pitch conversion, adaptive codebook
search and fixed codebook search. Subjective results
shown that the proposed method has shorter delay than
classical tandem method. ( Abstract- In this paper, proposed an efficient method of
converting speech codec formats between G.723.1 and
G.729А. The proposed method is composed of four steps:
LSP conversion, pitch conversion, adaptive codebook
search and fixed codebook search. Subjective results
shown that the proposed method has shorter delay than
classical tandem method. )
- 2010-07-02 19:53:12下载
- 积分:1
-
luokuotiqu
这个是图像轮廓提取的matlab程序,而且提取完后还能把所有轮廓用不同颜色分开存放到轮廓矩阵cell中,方便用户对感兴趣的轮廓进行操作--张璐奉献(This is the matlab image contour extraction process, but also exhausted all the contours extracted with different colors kept separate from the profile cell in the matrix, user-friendly to operate the contours of interest- Zhang Lu dedication)
- 2010-03-04 15:48:20下载
- 积分:1
-
GSTools
A set of matlab functions to read, write and deal with .spc spectra and spectral descriptions
- 2010-05-14 12:10:37下载
- 积分:1
-
YUV2RGBfinal.m
图像处理,图像小波变换,svd变换, svd trasnform(Image processing, image wavelet transform, svd transform)
- 2013-04-06 16:22:23下载
- 积分:1
-
matlab16
Matlab的经典入门级教材。很适合初学者入门学习使用(Matlab' s classic entry-level teaching. Very suitable for beginners learning to use Getting Started)
- 2009-10-14 15:23:06下载
- 积分: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
-
untitled
光伏电池内部模型,simulink仿真光伏电池内部结构(The internal model of photovoltaic cells)
- 2015-04-19 16:42:29下载
- 积分:1