-
rake
本文是基于3路径的rake接收机,在高斯噪声下的三种合并方式的误码率比较。(This article is based on the path of the rake receiver 3, in the three combined Gaussian Noise BER comparison approach.)
- 2010-06-07 00:46:37下载
- 积分:1
-
SA_TSP
the famous problem of travel salesman problem..one of the solutions
- 2010-01-28 22:56:23下载
- 积分:1
-
signperm
Determinant of the permutation matrix with rows ordered by p.
- 2010-03-06 17:29:40下载
- 积分: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
-
decoder_LDPC
LDPC decoder for point to point
- 2017-07-22 19:25:41下载
- 积分:1
-
sparco-1.1.3
著名的Sparco工具包。是matlab下解决线性约束,二阶锥约束和半定约束等优化问题的常用工具。(Sparco famous Kit. Are resolved under matlab linear constraints, second-order cone constraint and semidefinite constrained optimization problems, such as commonly used instrument.)
- 2009-03-21 02:19:23下载
- 积分:1
-
blind-source-separation
瞬时盲源分离 源代码 Instantaneous blind source separation(Instantaneous blind source separation)
- 2011-05-08 15:07:32下载
- 积分:1
-
OFDM_Serial_Filtering
Basic narrowband system based on OFDM modulation, including filtering to reduce ACI
- 2014-08-21 16:15:59下载
- 积分:1
-
dijk1
Dijkstra算法,关于 Dijkstra算法解决voronoi图的问题,用 Dijkstra算法解决voronoi图中求解最短路径的时候,有一个"dijkstra.m"的文件(Dijkstra algorithm voronoi diagram on Dijkstra algorithm to solve the problem, using Dijkstra algorithm to solve voronoi diagram for solving the shortest path, there is a " dijkstra.m" file)
- 2013-08-25 20:09:01下载
- 积分:1
-
beampattern
beam forming in matlab using m files
- 2013-11-28 09:42:48下载
- 积分:1