-
audio
the matlab codes for sampling audio file and filtering it.
- 2011-01-25 16:27:33下载
- 积分:1
-
MATLAB
滑模变结构仿真,malab源程序。滑模变结构控制算法简单、鲁棒性好和可靠性高,故被广泛应用于运动控制中,尤其被用于可建立精确数学模型的确定性控制系统中(SMVSC simulation, malab source. Sliding mode variable structure control algorithm is simple, good robustness and high reliability, it is widely used in motion control, especially be used to establish a precise mathematical model can be deterministic control system)
- 2013-07-25 11:48:44下载
- 积分:1
-
LTE_MIMO_channel
conventional mimo channel for LTE-A
- 2014-10-20 22:34:59下载
- 积分:1
-
nlms_filter
变步长nlms自适应对消滤波器,步长可变,滤波器系数更新方式有多种(nlms adaptive filter)
- 2012-01-16 21:29:47下载
- 积分:1
-
tongbudianji
有MATLAB/Simulink搭建的同步电机模型,电励磁电机,可直接用于其他模型。(There MATLAB/Simulink model built synchronous motor, electrical excitation motors can be directly used in other models.)
- 2020-10-13 10:27:33下载
- 积分:1
-
feixianxinghuigui
非线性回归通用程序,稍加修改即可用于各种非线性回归(General non-linear regression procedures, a little modification can be used for various non-linear regression)
- 2008-05-14 13:32:45下载
- 积分:1
-
PML
FDTD的MATLAB代码,PML边界条件,三维模型(FDTD MATLAB)
- 2014-10-19 16:19:34下载
- 积分:1
-
chilun
用matlab画齿轮齿廓的,只要几个参数即可,具体看程序,很简单,一看就懂。(matlab build gear shape)
- 2021-03-17 16:49:21下载
- 积分: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
-
mixed-programming--Matlab-and-CCPP
Matlab具有强大的数值计算和分析等能力,而C/C++是目前最为流行的高级程序设计语言,两者互补结合的混合编程在科学研究和工程实践中具有非常重要的意义。因此,从Matlab调用C/C++代码及C/C++调用m文件两方面,深入地研究了它们之间混合编程的原理和实现机制,并且给出了具体条件下的混合编程方法和步骤。实例表明,提出的Matlab与C/C++混合编程方法是简洁、有效的。(Matlab has strong ability of numerical value calculation and analysis,whereas C/C++ is one of the most popular programming languages.And the mixed programming of Matlab and C/C++ is significant in scientific research and engineering applications.Therefore,the mechanism of Matlab inducing C/C++ codes and C/C++ calling m file are proposed separately.The mixed programming methods and approaches in different conditions are also presented.At last,the validity of the mixed programming between Matlab and C/C++ is ...)
- 2011-04-26 19:21:39下载
- 积分:1