-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1
-
envelop_by_xcorr
Matlab 自相关方法求声音信号包络源代码及说明(Method Matlab autocorrelation envelope of the voice signal and note the source code)
- 2009-04-26 11:39:59下载
- 积分:1
-
GetDomainName2
Get full domain name of windows workstation
- 2014-10-10 12:45:41下载
- 积分:1
-
Mpanngjialaiia
混沌映射庞加莱界面Matlab程序源码码,程序源码虽小,短小精悍
(Chaos mapping Poincare interface the Matlab program source code, the program source code is small, dapper)
- 2012-08-23 20:49:08下载
- 积分:1
-
GLMetaseq.c
让ARToolKit支持MQO模型所需的所有函数实现代码,均在对应的GLMetaseq.c中。(Let ARToolKit supports all the functions needed to MQO model codes, both in the corresponding GLMetaseq.c.)
- 2014-02-09 23:12:05下载
- 积分:1
-
Erlang
根据Erlang B公式进行程序设计:
(1)输入:话务量、信道数;输出:PC
(2)输入:PC、信道数;输出:最大话务量
根据Erlang C公式进行程序设计:
(1)输入:话务量、信道数;输出:PW[延迟>0]
(2)输入:PW[延迟>0]、信道数;输出:最大话务量
(According to Erlang B formula for program design: (1) Input: traffic, number of channels output: PC (2) input: PC, number of channels output: maximum traffic based on Erlang C formula for program design: (1) Input: traffic, number of channels output: PW [Delay> 0] (2) Input: PW [Delay> 0], the number of channels output: maximum traffic)
- 2021-04-14 15:28:55下载
- 积分:1
-
VCRunWithmatlab
详细讲述了,matlab与VC++6.0的混合编程(Described in detail, matlab mixed with VC++6.0 programming)
- 2011-12-02 09:10:12下载
- 积分:1
-
iterative-method-matlab-code
matlab迭代法代码,很不错,值得看看(iterative method matlab code, very good, worth a look)
- 2013-11-15 17:09:57下载
- 积分:1
-
communicatebook
通讯录 程序设计 大二作品 c++ 面向对象 文件读写 操作符重载(Address Book program design sophomore c++ object-oriented works of the file to read and write operator overloading)
- 2009-11-14 11:17:54下载
- 积分:1
-
prony1
一种重要的辨识方法,主要用于对电力系统中低频振荡和其他运行方式的辨识(An important recognition method, mainly used for the identification of low-frequency oscillations in the power system and other running)
- 2021-02-03 01:19:59下载
- 积分:1