-
WIMAX_MIMO
WIMAX MIMO AdaptiveMIMO Matlab Simulink(.mdl)
- 2011-06-06 23:16:15下载
- 积分:1
-
linear_fitting
this function is used for linear fitting data
- 2013-04-10 21:02:16下载
- 积分:1
-
TRETE
完美非均匀质量载荷压电薄膜,这是一个MATLAB程序,可以运行。(Perfect non-uniform mass loading piezoelectric film, which is a MATLAB program that can run.)
- 2013-12-02 09:48:46下载
- 积分:1
-
a
说明: 网络控制IEEE文章,采样周期与状态估计内容(Network control IEEE articles, sampling period and the content of state estimation)
- 2008-11-18 15:22:44下载
- 积分:1
-
prj
Dab simulation using convolutional encoding!! punctured convolutional code!!
- 2012-04-30 18:20:17下载
- 积分:1
-
onedimensional-photonic-crystal-
采用传输矩阵法,用matlab编程计算的一维光子晶体的能带结构,方法简单,速度快,同时可计算透射系数(Using transfer matrix method, calculated with matlab programming one-dimensional photonic crystal band structure, the method is simple, fast, and calculate the transmission coefficient)
- 2020-12-11 20:19:19下载
- 积分:1
-
moead_cec2009_2011version
多目标最优化moea算法老版本,带C++源码!(The multiobjective optimization moea algorithm old version, with C++ source!)
- 2013-03-02 23:36:58下载
- 积分: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
-
PV_bingwang
一个简单易上手的光伏并网模型,MATLAB-SIMULINK实现,具有MPPT功能(A simple and easy to use photovoltaic grid model, MATLAB-SIMULINK implementation, with MPPT function)
- 2017-02-22 10:33:04下载
- 积分:1
-
convolution
利用此程序,可以计算出两离散序列的线性卷积和循环卷积。(calculating the linear_convolution and circular_convolution of two scattered data.)
- 2009-05-28 10:58:33下载
- 积分:1