-
HHT_CODE1
HHT MATLAB CODE
HHT是一個客觀而有自適性(adaptive)的數據分析方法。它利用物理空間的尺度為基準分解複雜數據,因此各分量皆有豐富的物理意義。由於它有自適的特性,它可以適用於分析非線性,非穩定性過程所產生的數據。經過近數年來的廣泛研究與應用,HHT已被認定為是一個有革命性又有效的方法。(HHT MATLAB CODE)
- 2009-10-14 16:15:59下载
- 积分:1
-
displaylet
matlab内显示图形的子程序,可以方便的显示各种图形,能够识别图形中任意点的轨迹(matlab display graphics within the subroutine, you can easily display a variety of graphics, can identify any point in the track graph)
- 2009-12-10 21:34:42下载
- 积分: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
-
检测性能的蒙特卡罗仿真
蒙特卡罗仿真检测性能,有MATLAB程序以及仿真曲线。(Monte Carlo simulation performance, MATLAB program and simulation curve.)
- 2021-03-02 19:39:34下载
- 积分:1
-
Mol_HPLC
线上求解法求解色谱模型,method of lines sloving chromatographic model(Chromatography method for solving the online model, method of lines sloving chromatographic model)
- 2007-10-29 16:19:45下载
- 积分:1
-
MATLAB
本代码是数理统计与MATLAB工程数据分析一书中第8章的原代码,对本章学习有很大帮助。(This code are of mathematical statistics and MATLAB data analysis project, a book in Chapter 8 of the original code, the study of this chapter are very helpful.)
- 2009-03-18 17:50:33下载
- 积分:1
-
2
说明: 对初学MATLAB的人员,可有作用,也很管用,特此共享。( To personnel who begins studies MATLAB, may have the function, is also effective very much, shares specially )
- 2010-10-24 23:48:31下载
- 积分:1
-
simulation_RD
传统的完整的雷达成像RD算法,其中具体到了距离向、方位向德细节处理(the RD algorithm of traditional radar imaging,many detail are described in it,so it is very usefull for someone who is the first time to learn radar imaging )
- 2010-11-15 19:52:31下载
- 积分:1
-
MVDRandEC
波束形成优化算法,可以很好地实现波束形成,抑制干扰(Beamforming optimization algorithm, can realize beamforming, interference suppression)
- 2014-10-20 21:51:06下载
- 积分:1
-
2PAM_SV_C_100M
主要自己写的,基于SV-C多径信道,设计传输速率100Mbps,借用了几个别人的函数。()
- 2007-07-28 19:53:17下载
- 积分:1