-
2009Sep_SGA__suspension_FalphaSMC
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES LOSS OF USE, DATA, OR PROFITS OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- 2010-03-04 16:58:37下载
- 积分:1
-
11
说明: empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:20:03下载
- 积分:1
-
template-matching_CSDN
图像特征提取 特征提取 matlab 特征提取 图像特征 (Image feature extraction feature extraction feature extraction matlab image features)
- 2013-12-23 11:33:08下载
- 积分:1
-
matlab--program
1.纽马克算法,振动分析方法,计算多自由度系统振动响应,位移,速度,加速度
2.用于计算多自由度系统固有频率、固有振型、模态质量、模态刚度矩阵、正则模态向量、受迫响应振动
3.里兹法是一种缩减系统自由度的近似方法,用于多自由度系统的求解
4.庞加莱截面图法,用来对多变量自治系统的运动进行分析
5.频谱图法,用于系统的频域分析
6.线加速度法求解系统振动响应
7.雨流计数法,主要用于工程界, 特别在疲劳寿命计算中运用非常广泛,对载荷的时间历程通过计数的过程反映了材料的记忆特性(1. Newmark algorithm, vibration analysis method to calculate multiple degrees of freedom system vibration, displacement, velocity, acceleration 2. Multi-DOF system for calculating the natural frequencies, mode shapes, modal mass, modal stiffness matrix, normal modes state vector, forced vibration response 3. Ritz method is an approximate method to reduce the degrees of freedom for multi-degree of freedom systems solving 4. Poincare sectional view method for multivariable autonomous motion system are 5. the spectrum analysis method for frequency domain analysis system 6. the method for solving linear acceleration system vibration 7. the rain flow counting method, mainly used in engineering, especially used in the calculation of the fatigue life of a very wide range of load time through the course of the process of counting it reflects the memory characteristics of the material)
- 2021-01-09 21:18:56下载
- 积分:1
-
pujiaozheng
说明: 谱校正的MATLAB程序,希望还可以。 希望还可以。(MATLAB spectral correction procedures can also be. I hope also.)
- 2008-10-01 07:33:13下载
- 积分:1
-
chaotic-simulink
关于混沌系统同步的滑模变结构仿真,采用s函数,很有意义。(Synchronization of chaotic systems on sliding mode simulation, using the s function, it makes sense.)
- 2011-07-01 12:10:30下载
- 积分:1
-
ism.rar
ISM算法的matlab代码实现,通过对不同波到阵列的接收情况分析波达方向的matlab代码(The matlab code of ISM algorithm)
- 2015-12-28 10:23:54下载
- 积分:1
-
MATLAB-image-processing
《精通Matlab图像处理》一书的例程,入门必备。共17个文件夹,让你从入门到精通!!(Matlab Study_《Proficient in MATLAB image processing》)
- 2013-10-01 13:05:43下载
- 积分:1
-
PCA
采用数字图像主分量分析(PCA)算法实现人脸识别(身份认证或分类)(Principal components using digital image analysis (PCA) algorithm for face recognition (identity or category))
- 2011-11-13 17:52:27下载
- 积分:1
-
matlab_acquition
matlab仿真的GPS信号捕获程序,相关及非相关累积算法,结果正确(matlab simulation of the GPS signal acquisition process, relevant and non-related accumulation algorithm, the results of the correct)
- 2008-03-18 09:50:47下载
- 积分:1