-
Graph-algorithms
图论算法,包括弗洛伊德最短路径算法以及最短路径算法,最小生成树算法(Graph algorithms, including shortest path algorithm and the Floyd shortest path algorithm, minimum spanning tree algorithm)
- 2011-04-27 17:40:09下载
- 积分: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
-
qingzhuoyinpinpu
清浊音处理的MATLAB程序,用汉明窗来实现。(MATLAB program Voicing treated with Hamming window to achieve)
- 2014-01-06 09:27:28下载
- 积分:1
-
zhennimamafancao
RLS和LMS消噪对比,供初学者来学习。。。。。。。。。(RLS and LMS eliminate the noise contrast)
- 2012-11-28 23:42:08下载
- 积分:1
-
training
用于信道估计的LS算法仿真 我们对基于信道估计的训练序列进行了一个详细的研究,此种训练序列是用在中继节点的转接放大设计上。(we provide a complete study on the
training based channel estimation issues for relay networks that
employ the amplify-and-forward (AF) transmission scheme.)
- 2010-11-04 20:55:08下载
- 积分:1
-
2d--FEM
这是一个用MATLAB编写的二维圆形区域的三角剖分程序。(This is a MATLAB prepared with a circular area of two-dimensional triangulation procedures.)
- 2009-06-21 22:47:24下载
- 积分:1
-
bpsk
BPSK在高斯白噪声信道下的误码率分析及其实现(BPSK in Gaussian white noise channel BER Analysis and Implementation)
- 2010-05-20 20:58:29下载
- 积分:1
-
OPA_lk
system identification (OPA)
- 2013-02-21 05:16:46下载
- 积分:1
-
Wav_denoise
对于原始图像中只含有较少的高频噪声,采用合适的小波分解洗漱阈值量化方法进行去噪(For the original image only contains less high frequency noise, the use of appropriate wash wavelet thresholding denoising method)
- 2013-09-03 20:45:43下载
- 积分:1
-
MATLABdataanalysisandstatics
matlab数据的分析和统计课件,里面给出了几个例子。(matlab data analysis and statistics courseware, which gives a few examples.)
- 2009-09-27 15:17:16下载
- 积分:1