-
kridge-c
说明: 克雷格插值能三维绘图,能更准确的画出三维图像(3D plot with interpolation)
- 2011-03-10 11:22:08下载
- 积分:1
-
Mimo_stbc_ofdm
说明: ofdm条件下的MIMO系统代码,有利于分析信道特性,是比较基础的一个模拟系统。(ofdm MIMO system under the code, facilitate analysis of channel characteristics, it is more based on a simulation system.)
- 2010-04-13 16:02:40下载
- 积分:1
-
IEEE80211_OFDM
IEEE802.11物理层OFDM仿真,做了QPSK和QAM两种调制方式和不同信道估计方式的对比图,信道包含瑞利衰落和高斯噪声(IEEE802.11 OFDM physical layer simulation, QPSK and QAM made two modulation methods and different ways of estimated channel comparison chart)
- 2020-12-22 21:29:09下载
- 积分:1
-
yeksosazenimpol
half converter diode simulink
- 2014-12-23 17:08:42下载
- 积分:1
-
nonnegativeICAexample
非负独立分量盲源信号的分离方法是一种很简单的盲源分离方法(Non-negative independent component blind source separation method is a very simple blind source separation methods)
- 2013-10-30 11:05:47下载
- 积分:1
-
wavefor1d
本程序实现1D声波正演,擦用Clyton单程波吸收边界条件。(This program implements 1D acoustic wave equation, rub with Clayton one-way wave absorbing boundary condition)
- 2013-09-25 12:11:32下载
- 积分:1
-
iriscloud
云模型matlab源代码,下载后可以直接使用(Cloud model can be directly used in the source code)
- 2009-12-13 21:00:07下载
- 积分: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
-
GMMv1
GMM estimation code for matlab
- 2015-01-28 14:53:06下载
- 积分:1
-
reflectivity_DBR
reflectivity of dbr stack at different input angles
- 2010-09-22 18:44:23下载
- 积分:1