-
GNSS_SDR
说明: 这是关于GPS卫星定位的matlab程序,有详细英文说明,点击int.m然后点击运行即可(This is the GPS satellite positioning on the matlab program, with detailed instructions in English, you can click on int.m then click on Run)
- 2021-04-10 18:38:59下载
- 积分:1
-
Untitled2
基于MATLAB的维纳滤波和逆滤波复原,在程序中可以看到,维纳滤波器的组成。可以更好的实现逆滤波复原算法。(MATLAB based on Wiener filtering and inverse filtering to recover, the program can be seen, the Wiener filter. We can better achieve the inverse filter restoration algorithm.)
- 2012-04-24 10:43:01下载
- 积分:1
-
musicDOAguji
空间谱估计,DOA到达角估计,MUSIC算法仿真以及延伸算法(Spatial spectrum estimation, DOA DOA estimation, MUSIC algorithm simulation and extended algorithm)
- 2013-11-20 21:08:34下载
- 积分:1
-
Astar
Astar算法MATLAB实现。最短路径检索。(Astar algorithm MATLAB. The shortest route search.)
- 2013-12-24 14:14:04下载
- 积分:1
-
beamforming
空间匹配滤波器的输出信号 2D波束方向图 不同扫描方向的波束方向切面图(Spatial matched filter output signal in Fig 2D beam scanning direction different from the direction of the beam section of FIG.)
- 2013-12-31 14:50:31下载
- 积分:1
-
Pulse_propagation_in_negative_index
Pulse propagation in a negative index material
- 2011-08-05 16:03:02下载
- 积分:1
-
fast_down
最速下降法,用于解决多元函数最优解的MATLAB 代码(The steepest descent method)
- 2014-10-20 17:12:16下载
- 积分: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
-
coherent
matlab code for cohernt communication systems in analog communications.
- 2013-11-17 02:46:37下载
- 积分:1
-
GPReduce.m
This is the Gaussian piramyd i found in matlab page is very useful to image procesing
- 2009-03-10 01:02:39下载
- 积分:1