-
MLforExcel
matlab excel compiled programming
- 2009-07-10 19:38:51下载
- 积分:1
-
codeutilscc
Generation of code sequences and related utilities
- 2013-10-25 17:11:51下载
- 积分: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
-
贝叶斯辨识
说明: 一个很有用的贝叶斯辨识的MATLAB程序,结果会很流畅的图形输出.(a very useful identification of MATLAB Bayesian procedures, and results will be very smooth graphics output.)
- 2005-11-24 19:52:10下载
- 积分:1
-
bearing_static_stiffness
多自由度轴承静刚度计算,求解速度较快。但只是静态下,不考虑离心力的作用(static stiffness calucate of bearing)
- 2020-12-01 09:39:28下载
- 积分:1
-
DFT&DCT
编程实现二维8*8图像块的DFT,DCT变换
输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间
编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block
Input a pair of RGB images, transform it into YCbCr color space, then divide the Y component into block DFT transform, save as gray image, and calculate the calculation time
The 8*8 block DCT transform is implemented by programming, and then it is shown that when using some coefficients in 64 DCT coefficients, the quality is reconstructed. Meanwhile, the idea of DCT transformation is familiar with FFT, and the base function image of the 2 dimensional 8*8DCT transform is displayed.)
- 2021-01-18 11:58:43下载
- 积分:1
-
EBP-chaoticPrediction
This program is to one-step EEG prediction. it is done by a fuzzy neural network based on a chaotic back propagation training method.
- 2009-04-27 15:43:13下载
- 积分:1
-
fft_demo-1.pdf
FFT for digital stegoanalysis. This method used FFT.
- 2010-04-27 16:39:08下载
- 积分:1
-
1
说明: 《MATLAB 7.0编程基础基础》源程序,适合于初学者练习(" MATLAB 7.0 programming foundation base" source, suitable for beginners)
- 2011-06-13 17:35:51下载
- 积分:1
-
TD-SCDMA_MIMO-OFDM
这是一个基于TD-SCDMA系统mimo-ofdm的系统级的仿真模型,希望对大家有用。(This is a based on TD-SCDMA system mimo- ofdm of system-level simulation model We hope that the right useful.)
- 2007-05-10 10:40:45下载
- 积分:1