-
ratar
完整的雷达系统仿真MATLAB源代码
包括天线设计,脉冲压缩等等 (MATLAB simulation of the complete source code for radar systems, including antenna design, pulse compression, etc.)
- 2009-10-08 15:17:10下载
- 积分:1
-
CS_OMP
正交匹配追踪算法—基于压缩感知信号重构.(Orthogonal Matching Pursuit algorithm- based on compressed sensing signal reconstruction)
- 2014-12-24 08:53:35下载
- 积分:1
-
pocklington_radiation
用pocklington方程矩量法计算半波对称阵子天线的电流分布(Pocklington equation method of moments to calculate the half-wave symmetric time around the antenna current distribution)
- 2012-05-18 15:12:31下载
- 积分:1
-
SATSP
使用模拟退火算法(SA)解决TSP问题的Matlab代码(use SA for solving TSP problem)
- 2011-11-22 23:47:48下载
- 积分: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
-
PESQ
说明: 将语音质量的感知评价描述为平均扰动之和平均不扰动值的线性组合。PESQ的输出值介于-0.5到4.5之间的数值,其中数值越大则代表语音质量越好。(Speech quality evaluation)
- 2020-07-29 18:08:38下载
- 积分:1
-
AGC
说明: matlab学习例程,自动增益控制实现例程,方便初学者学习。(Matlab learning routines, automatic gain control routines, easy for beginners to learn.)
- 2020-03-27 17:59:49下载
- 积分:1
-
shuzishibie4
这个一个基于MATLAB的手写体数字识别的程序,非常的好用(The MATLAB-based handwritten numeral recognition procedure, very easy to use)
- 2009-04-19 11:08:16下载
- 积分:1
-
DVBRCS
CML for LDPC coding using DVBSc
- 2010-03-08 03:51:31下载
- 积分:1
-
QPSK
四进制PSK信号的产生,方便大家进行相应信号的的调制实验。(Quaternary PSK signal, facilitate everybody carries on the corresponding signal modulation experiment.
)
- 2013-04-25 22:18:19下载
- 积分:1