-
mimoofdm--matlab
正交频分复用系统中的一种子空间盲信道估计matlab仿真源程序(Orthogonal frequency division multiplexing system in a subspace blind channel estimation matlab simulation source)
- 2010-05-16 17:14:55下载
- 积分:1
-
work
时移门函数的傅里叶变换三维演示,可用于信号与系统的教学演示,增进对傅里叶变换的理解。(Sliding door when three-dimensional Fourier transform of the function demo, signals and systems can be used for teaching demonstration, enhance understanding on the Fourier transform.)
- 2013-09-05 12:58:47下载
- 积分:1
-
WTWPTour
WTWPTour function in wavelet processing
- 2013-05-08 01:21:00下载
- 积分:1
-
bit
说明: 在MPLAB-C18中使用union and structure来使用控制单一个bit(in MPLAB- C18 use union and control structure to the use of a single bit)
- 2005-11-25 16:02:15下载
- 积分:1
-
MATLAB-Link-for-DSP
MATLAB Link for CCS Development Tools在DSP系统设计中的应用(The Application of MATLAB Link for CCS Development Tools in the Design of DSP System)
- 2013-02-03 19:30:12下载
- 积分:1
-
SOR
MATLAB实现的线性方程组超松弛迭代算法源程序。(MATLAB realization of linear equations over-relaxation iterative algorithm source code.)
- 2013-04-30 13:33:05下载
- 积分:1
-
New-Folder
for image smoothing and gradient operation
- 2011-07-09 13:20:27下载
- 积分:1
-
4
说明: Simulation Montecarlo Integral
- 2013-11-09 19:29:12下载
- 积分:1
-
11
说明: 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:20:03下载
- 积分:1
-
802.11
802.11程序对无线局域网11的系统构成、信号体制、编解码以及OFDM结构等等,MIMO系统等等进行编程实现(802.11 wireless LAN system 11 program constitutes the signal system, codecs and OFDM structure, etc., MIMO systems, etc. can be programmed to achieve)
- 2013-11-30 15:11:53下载
- 积分:1