-
OFDM
proposed 2X2 MIMO OFDM transceiver with ICI-SC technique has
- 2013-12-07 12:09:13下载
- 积分:1
-
coherent-integration
脉冲的相干积累,脉冲积累,相干前积累,相干积累输出。距离的关系。(the coherent integration of signal.
pulse compression。)
- 2015-05-25 20:19:05下载
- 积分:1
-
Abc2sc
this code is assemble rectifire matlab code
- 2013-08-04 14:45:04下载
- 积分:1
-
noisympc
NOISYMPC Basic Predictive Control with noise and distrubances. (Script file)
Implements unconstrained MPC for stable SISO discrete-time system defined as LTI object. Simulation of measurement noise, and of unmeasured input and output disturbances is included.
- 2011-11-05 09:10:09下载
- 积分:1
-
fcm8
matlab关于fcm图像聚类 分成8类(about the method of fcm)
- 2013-05-07 18:19:56下载
- 积分:1
-
High
说明: 一个高阶系统转换为状态空间的matlab算法,附有原理(A high-end system into a state space matlab algorithm, with a principle)
- 2010-03-27 17:48:59下载
- 积分:1
-
PF_cyl
这是一个经典的粒子滤波程序,供初学者学习。(This is a classical particle filter program, for beginners to learn.)
- 2014-08-26 17:15:12下载
- 积分:1
-
juxing
基于有限元的矩形短边双脊波导的传输特性matlab代码包括衰减系数,单模带宽,截止波长功率容量等(Based on the short side of the rectangular finite element double-ridged waveguide transmission characteristics include attenuation coefficient matlab code, single-mode bandwidth cutoff wavelength power capacity, etc.)
- 2013-09-15 17:48:31下载
- 积分:1
-
ka_zhuliu_sita
利用基尔霍夫(KA)驻留相位近似求解粗糙面散射系数(Use the Kirchhoff (KA) stationary phase approximation solution of rough surface scattering coefficient)
- 2014-11-27 11:31:44下载
- 积分: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