-
r-kdda
人脸识别方面KDDA算法的matlab实现(face recognition algorithm aspects KDDA achieve Matlab)
- 2007-05-23 10:12:06下载
- 积分:1
-
plotshulie
讨论调和级数的变化规律。画出部分和数列 变化的折线图,观察变化规律;引入数列: 作图观察其变化,猜测是否有极限;引入数列:,作图观察其变化,寻找恰当的函数拟合;探讨调和级数的部分和数列的变化规律是什么?(Discussion to reconcile a series of changes in the law. Draw the line chart of some of the several columns change, observed changes in law the introduction of the series: mapping to observe the changes, guess whether there is a limit the introduction of the series:)
- 2012-05-13 08:20:24下载
- 积分:1
-
DOA
经典DOA估计算法matlab仿真,延迟相加,MUSIC,ESPRIT。有详细注释,步骤清晰,适合初学者学习(Classic DOA estimation algorithm matlab simulation, delayed addition, MUSIC, ESPRIT. There are detailed notes, clear steps for beginners to learn)
- 2013-12-18 10:41:40下载
- 积分:1
-
GPS-acquisition-track
主要用matlab产生C/A码,并且捕获到信号,输出捕获结果和相位起始位置,而且可以实现对信号的跟踪,输出跟踪偏差和偏差震荡曲线,是一个很好很完整的GPS软件仿真的参考程序.(Mainly used matlab generated C/A code and capture the signal, and outputs the results of the capture phase starting position, but also can realize the tracking signal, output tracking error and error shock curve, is a very good simulation of the complete GPS software reference program.)
- 2016-04-19 17:17:53下载
- 积分:1
-
FHSS_DSSS_CDMA
实现在加性高斯白噪声下直扩系统的调制与解调(DS-SS modulation)
- 2010-05-12 22:17:22下载
- 积分:1
-
Webfilehost
强大的web文件寄存能力,可以用来存放bt种子,rar文件,图片等(powerful web document storage capability and can be used to store bt seeds, rar documents, pictures, etc.)
- 2006-09-17 06:28:53下载
- 积分: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
-
burst
finding the burst image for skew angle detection
- 2010-06-07 18:47:35下载
- 积分:1
-
MultipathandDopplerEffectsandModels
一份英文的讲义,讲述了在多径条件下多普勒频移对无线通信的影响。并对各种条件用MATLAB进行了仿真。(An English lecture, described the conditions in the multi-path Doppler frequency shift of the impact of wireless communications. Various conditions and conducted a simulation using MATLAB.)
- 2008-04-04 10:38:38下载
- 积分:1
-
gesd
The Generalized ESD procedure ( gesd ), tests for up to a prespecified
number r of outliers and it is specially recommended when testing for
outliers among data coming from a normal distribution.
- 2012-07-22 18:05:13下载
- 积分:1