-
soundfield
水下环境,点声源辐射声场仿真Matlab源代码(Underwater environment, point source radiating sound field simulation Matlab source code)
- 2021-02-17 16:59:46下载
- 积分:1
-
wtawentideyiqunsaunfa
武器_目标分配问题也称WTA问题,是一门前沿的学科属于NP难题(the“WTA”is very hard to solve,but it give a new way.)
- 2014-06-14 11:32:54下载
- 积分:1
-
squares.dls
assemble language code for calculating square
- 2014-09-12 20:31:25下载
- 积分:1
-
Runge-Kutta-method
常微分方程的求解(自适应步长的龙格库塔法)(The solution of ordinary differential equations (adaptive step Runge-Kutta method))
- 2013-04-06 11:34:11下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
mousetrack
鼠标游戏仿真,可模拟鼠标在图像上游走的轨迹,对MATLAB代码进行示例。(Mouse game simulation, can simulate the mouse on the image migration trajectory of MATLAB code examples.)
- 2013-12-27 01:51:44下载
- 积分:1
-
dft--convolution--IDFT--fir(finite-impulse-respon
different matlab code for convolution, discrete fourier transform, finite impulse response, inverse DFT, descimator
- 2014-02-07 20:40:35下载
- 积分:1
-
KLFDA
这是一个关于Fisher线性判别分析的Matlab的m文件,给出了在高斯核下的程序源码。(This is a Fisher linear discriminant analysis on the Matlab m-file, given the procedures in the lower-Gaussian source.Kernel Local Fisher Discriminant Analysis for Supervised Dimensionality Reduction.)
- 2020-08-14 13:28:28下载
- 积分:1
-
LPC_fin
audio codec, includes LPC,The code was tested on male and female speech files recorded using a microphone
on my pc and also tested on the wavefiles of the TIMIT database. The results are
found to be good enough. I have attatched 5 sample wavefiles, on which I have tested
my code.
- 2008-03-12 02:00:38下载
- 积分:1
-
Signal_Process_MATLAB
说明: 数字信号处理实验指导书MATLAB版程序电子版(digital signal processing experimental guidance on procedures for the electronic version of MATLAB version)
- 2006-05-14 21:58:07下载
- 积分:1