-
Barker_5
雷达信号处理,巴克码信号波形仿真,主要是5位巴克码的仿真(Radar signal processing, Barker code waveform simulation)
- 2010-06-24 08:39:46下载
- 积分:1
-
fushipu
本例用来说明复时谱在具有回声信号测量中的应用,这是数字信号处理的前沿课题之一。(In this case when used to describe the complex spectra with echo signal measurement, which is the forefront of digital signal processing one of the topics.)
- 2009-02-04 18:37:09下载
- 积分:1
-
vlfeat-0.9.18
vlfeat-0.9.18 matlab windows最新版本(vlfeat-0.9.18 windows)
- 2015-03-05 15:24:47下载
- 积分:1
-
usingMATLABinmodelingofBPnetwork
基于Matlab的BP神经网络建模及仿真。将Matlab中的神经网络工具箱和Simulink有机结合起来,并充分利用它们各自的优势,实现了神经网络控制系统的计算机仿真。(Matlab based on the BP neural network modeling and simulation. The Matlab Neural Network Toolbox and Simulink combine and make full use of their respective advantages, the realization of a neural network control system of the computer simulation.)
- 2008-04-24 22:42:04下载
- 积分:1
-
CS-MP
最新理论压缩感知中最常用的的算法MP算法,用MATLAB实现,可运行(The latest theory is the most commonly used compressed sensing algorithm MP algorithm, implemented using MATLAB, and you can run)
- 2015-04-17 00:08:42下载
- 积分:1
-
cma
恒模算法恢复信号,信道盲均衡和盲估计,恒模算法收敛性(Constant Modulus Algorithm for Blind Signal to restore balance and Blind Estimation)
- 2020-11-23 21:09:33下载
- 积分:1
-
function
说明: 蚁群算法TSP(旅行商问题)通用matlab程序(Ant Colony TSP (traveling salesman problem) General matlab program)
- 2010-04-20 17:11:17下载
- 积分: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
-
scee
L énergie éolienne a connu une très forte croissance au cours de la
dernière décennie grace aux avantages qu elle présente pour l envi-
ronnement, aux percées technologiques connexes et aux
programmes d encouragement gouvernementaux. Le présent arti-
cle fait état des récents développements concernant les systèmes de
conversion de l énergie éolienne ainsi que des avantages sociaux et
environnementaux qui y sont associés. Il comporte également une
analyse des problèmes liés à l interconnexion des ressources distri-
buées, y compris l énergie éolienne et l énergie électrique. On y
présente aussi les progrès accomplis par le Canada et le groupe
IEEE en ce qui concerne l élaboration des normes d intercon-
nexion ainsi que les derniers programmes de R.-D. dans le
domaine des systèmes de conversion de l énergie éolienn
- 2014-02-13 18:26:02下载
- 积分:1
-
cubicbezierlsufit
说明: 三次贝塞尔曲线拟合,拟合效果可控,matlab解释详细明了(Cubic Bezier curve fitting, the fitting effect is controllable, matlab explanation is clear)
- 2020-04-12 14:18:03下载
- 积分:1