-
zuidas
讲述了最大熵估计的方法,以及dsp的实现方法,比较清楚(spoke of the estimated maximum entropy method, and the realization dsp, more clearly)
- 2007-04-23 21:18:17下载
- 积分:1
-
配电网规划
基于蒙特卡洛算法,前推回代方法实现配电网最优规划(Optimal planning of distribution network based on Monte Carlo algorithm and forward backward substitution method)
- 2020-10-30 19:29:57下载
- 积分:1
-
BCS_
贝叶斯压缩感知的仿真程序,此程序使用LAPLACE先验,(This is a simple example to test the fast Laplace algorithm from the following paper:
S. D. Babacan, R. Molina, A. K. Katsaggelos. bayesian Compressive Sensing using Laplace Priors)
- 2010-08-24 17:56:52下载
- 积分:1
-
ULA
算法是基于均匀线阵的DOA方法,包括MUSIC算法和ESPRIT算法!(MUSIC DOA and ESPRIT DOA based on ULA)
- 2010-12-08 15:16:58下载
- 积分:1
-
Multipath-Impulse-Response
提出了一种递归方法,用来计算当室内反射光源视为Lambertian光源时,室内自由空间信道的冲击响应。(A recursive method for evaluating the
impulse response of an indoor free-space optical channel with
Lambertian reflectors.)
- 2011-04-28 12:03:36下载
- 积分:1
-
63750984PID
matlab控制算法 模糊PID,有PIDmodel(matlab controll )
- 2014-01-18 20:07:26下载
- 积分: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
-
Simulink
本上传资料为simulink学习教程,通过此教程可以了解一些基本操作。(The upload data to simulink tutorials through this tutorial to learn some of the basic operations.)
- 2013-11-01 14:28:35下载
- 积分:1
-
cfar
CFAR to find threshold power
- 2015-03-16 06:49:43下载
- 积分:1
-
Introduction
Project report on face recognition
- 2015-04-06 04:03:34下载
- 积分:1