-
ARmethod
基于AIR模型的线性滤波器法模拟风速时程(Linear Filter Method Based on AIR Model to Simulate Wind Speed Time)
- 2017-12-19 09:30:23下载
- 积分:1
-
Matlab
说明: matlab工具箱,在学习matlab过程中,实在离不开工具箱(matlab toolbox, matlab in the learning process, it is inseparable from the toolbox)
- 2011-04-15 14:45:36下载
- 积分:1
-
add-missing-data
这是一个Matlab程序,用牛顿插值法,补充缺失的数据,从而保证了数据的完整性。(This is a Matlab program, using Newton s interpolation method, add missing data, thus ensuring data integrity.)
- 2020-07-04 06:00:01下载
- 积分:1
-
tamrin1
Member function for Fuzzy
- 2014-10-27 03:44:39下载
- 积分:1
-
Spreading-code-matlab
m序列生成和抽取,Gold码和kasami序列生成,三种序列子相关,互相性能分析等。程序完整,注释清楚,报告详细。(m sequence generation and extraction, Gold codes and kasami sequence generation, all three sub-sequences related to each other performance analysis. Program integrity, comments clear, the report detailed.)
- 2021-04-22 18:58:48下载
- 积分: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
-
windows
different windows for short time analysis
- 2010-11-17 15:11:55下载
- 积分:1
-
readm
说明: fcm我也不知道是干啥的,知道的可以下来用(Gansha fcm I do not know, and know you can come down)
- 2010-04-26 10:36:17下载
- 积分:1
-
uppaal-4.0.13-aca
Uppal is a prototype verification tool to maodel and verify prototype
- 2013-11-18 16:33:06下载
- 积分:1
-
rndcheck
ldpc码纠错程序,对传输过程的错误进行自动检错(LDPC code error correction procedures, on the transmission error for automatic error detection)
- 2007-10-10 20:05:19下载
- 积分:1