-
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
-
eigenvaluefield33
Calculate the eigenvalues of many 3x3 real symmetric matrices.(Calculate the eigenvalues of many 3x3 real symmetric matrices. Computation is non-iterative, based on fully vectorized matlab matrix operations, and GPU computation is supported. It is fast and efficient for processing a number of 3-by-3 matrices at once. This code particularly suits tensor/Riemannian calculus in 3D, visualization/analysis of volumetric tensor images, image Jacobian/Hessian analysis, stress/tensile strength computation on tensor fields, three dimensional diffusion processes, determining the rotation axes of a motion field, etc....)
- 2013-05-12 22:36:36下载
- 积分:1
-
SFS
实现孤岛检测,在单逆变器或者多逆变器并网运行时,由于故障情况导致的逆变器与主网分离,而产生的不正常现象,可以采用孤岛检测方法实现孤岛检测。(For detecting an island, in a single inverter, or inverter parallel operation, caused by the fault condition of inverter and provids separation, produce abnormal phenomenon, an island detection method can be used for detecting an island)
- 2017-10-09 10:47:33下载
- 积分:1
-
regionbased_seg_demo
基于chan-vese的一个水平集分割的matlab程序,在matlab7.1环境下测试有效(Chan-vese based on a level set segmentation matlab procedures, test environment at matlab7.1 effective)
- 2009-03-26 14:21:27下载
- 积分:1
-
Untitled2
数字信号处理中的语音信号处理,针对语音信号中的噪声,设计不同的滤波器滤除噪声。(Digital signal processing, the speech signal processing in speech signal noise in the filter designed different filter noise.
)
- 2011-05-07 18:59:07下载
- 积分:1
-
w4_zj_1
mimo的空时编码的源代码 在matlab环境下运行 4发1收
(the mimo empty encoded source code in Matlab environment, run four rounds of a received)
- 2012-05-13 17:22:26下载
- 积分:1
-
supervised
说明: 监督学习训练网络,可以运用到雷达信号处理中(Supervised learning training network can be used in radar signal processing)
- 2020-06-16 09:57:51下载
- 积分:1
-
differential-equations-
基于夹套式全混流换热罐模型化微分方程的龙哥库塔法(Long Ge Kuta method based on differential equations of the jacketed continuous stirred tank heat exchanger tank model)
- 2012-04-13 09:49:01下载
- 积分:1
-
Fffasticaa
该算法为fastica的c++版版本,有很好的分离效果。
(The algorithm for the fastica the c++ Version, good separation.)
- 2012-08-07 12:59:12下载
- 积分:1
-
yuchuli
振动信号预处理,主要为五点三次平滑法和平均法(Vibration signal pre-processing, mainly for the 5.3 second smoothing method and average method)
- 2010-02-02 14:26:28下载
- 积分:1