-
pdf_sc
作出i.i.d. Rayleigh信道上SC合并(L=2,3,5)的输出信噪比PDF曲线,并求出曲线最大值的位置。(SC combined to iid Rayleigh channel (L = 2,3,5) of the output SNR PDF curve and calculated curve of the maximum position.)
- 2010-07-06 16:04:16下载
- 积分:1
-
matlabgui
matlab 的gui开发文档,一个比较简单的例子,调试通过(gui of matlab development documents, a relatively simple example, debugging through)
- 2009-06-09 00:32:17下载
- 积分:1
-
miaob
说明: 电子数字秒表(1. 开始时,显示“00”,第1次按下SP1后就开始计时。
(2. 第2次按SP1后,计时停止。
(3. 第3次按SP1后,计时归零
(Electronic digital stopwatch (1. Beginning to show " 00" , 1st time by pressing start after SP1. (2. The first two sub-prime mortgage SP1, the time to stop. (3. Article 3 times by SP1, the time go Zero)
- 2010-03-20 17:29:16下载
- 积分:1
-
matlab
dsmcne - Program to simulate a dilute gas using DSMC algorithm
This version simulates planar Couette flow..... . . . ..... . .. . . . . . . . . . . .. . . . . . . .. ............... . . ... .
- 2013-08-15 04:59:39下载
- 积分: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
-
myVoice
说明: 用matlab将hanning窗、hamming窗、Blackman窗画在同一个图中。语音分帧,加窗,短时能量,短时过零率,端点检测(Using matlab to hanning window、hamming window and Blackman window draw in the same graph.Voice sub-frame, add windows, short-term energy, short-term zero-crossing rate, endpoint detection)
- 2010-03-22 15:29:34下载
- 积分:1
-
matlab-code
code matlab of fingerprint vetification
- 2012-11-06 22:48:25下载
- 积分:1
-
rsm
RS编码与译码程序具体的实现MATLAB实现(RS encoding and decoding process to achieve a specific realization of MATLAB)
- 2010-06-06 22:40:44下载
- 积分:1
-
low-pass-filter-design
用频率采样法设计FIR低通滤波器,本科生毕业设计用(Undergraduate graduation design with low-pass filter design FIR frequency sampling method,)
- 2013-03-03 13:23:58下载
- 积分:1
-
R-language
R语言学习资料,R语言与统计分析-汤银才(R language)
- 2014-01-22 01:08:51下载
- 积分:1