-
c8_PSDexample
这个例子里,我们将独立(白噪声)样本通过有5dB通带纹波的切比雪夫滤波器。
试估计滤波器输出端的PSD。实现这一估计的MATLAB程序如下:
(This example, we will be independent (white noise) samples through a 5dB passband ripple Chebyshev filter. Estimate the filter output PSD. MATLAB program to achieve this estimate is as follows:)
- 2009-10-31 10:27:37下载
- 积分:1
-
01414469
Data Fusion in Wireless Sensor Networks
- 2014-10-13 02:20:12下载
- 积分:1
-
EEE-212-lab-sheet
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:21:13下载
- 积分:1
-
预处理
说明: 处理红外光谱,高光谱,拉曼光谱,包括预处理和pls处理(Infrared spectrum, hyperspectral spectrum and Raman spectrum were processed, including pretreatment and pls processing)
- 2021-03-24 11:22:00下载
- 积分:1
-
Regularity_Rythm
After we calculate the R peaks of the ecg signal, we identify different
criteria :
a) Heart rate.
b) Regularity of the R-R peaks (Look at the R-R distances).
1. Regular (are they equidistant apart).
2. Irregular.
c) Rhythm
1. Tachycardia ==> Fast.
2. Bradychardia ==> Slow.
3. Normal.
- 2010-10-05 18:03:45下载
- 积分:1
-
matlabpro2
以matlab实现数字水印的生成和提取,用的是高斯随机序列生成的易碎的隐式数字水印。(to Matlab digital watermark generation and extraction, using a Gaussian random sequence generation of friable implicit digital watermarking.)
- 2007-05-10 19:11:55下载
- 积分:1
-
readbin
read a file and convert it to binary ,so u can modify it and see ones and zeros
- 2011-11-02 05:06:24下载
- 积分:1
-
GSA
gravity algorithm for optimization problem
- 2015-08-24 01:21:02下载
- 积分:1
-
model_power_quality_disturbances
说明: 各类电能质量扰动函数表达式,可以方便的对电能质量进行建模,便于后续算法分析。(Expressions of various power quality disturbance functions)
- 2021-04-06 19:15:27下载
- 积分:1
-
888
模糊PID控制程序,这是毕业设计学生做的,可运行。(Immune genetic algorithm source code, which is a hybrid intelligent algorithm, good resources.)
- 2009-12-16 17:18:49下载
- 积分:1