-
15883878AR_MATLAB
matlabAR预估模型...matlabAR预估模型...matlabAR预估模型(matlab AR)
- 2010-06-03 20:39:34下载
- 积分:1
-
UntitledAmssbmodulation
am and ssb modulation with matlab codes
- 2012-07-21 16:57:54下载
- 积分:1
-
FDD
matlab编写的频域分解法程序,可以在此基础上进行改进.(matlab prepared frequency domain decomposition procedures can be improved on this basis.)
- 2021-03-06 13:29:31下载
- 积分:1
-
LG-BPNN
基于遗传算法的神经网络例子,运行结果相当理想,每一步都是源代码,宝贵。(Examples of genetic algorithms based on neural networks, operating result is quite satisfactory, every step is the source code, valuable.)
- 2015-04-11 08:20:30下载
- 积分:1
-
OFDMcode
国外大学 OFDM 仿真系统 很经典 是同学从国外带回来的(Foreign universities classic OFDM simulation system is the students brought back from abroad)
- 2009-05-19 18:41:30下载
- 积分: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
-
dijkstra
dijkstra code at matlab
- 2011-01-05 20:19:44下载
- 积分:1
-
lpg
说明: 长周期光纤光栅 传输矩阵程序段matlab代码(Long period fiber grating transfer matrix program segment matlab code)
- 2010-04-10 09:40:47下载
- 积分:1
-
Euler
数值计算里经典的欧拉算法的源程序,采用matlab写的,对理解欧拉算法有很大的帮助作用。(Numerical calculation in the classical Euler algorithm source code, using matlab write, for understanding Euler algorithm has a great help.)
- 2013-11-13 23:42:59下载
- 积分:1
-
leach
基于matlab的leach算法的原代码,在无线传感器网络簇头算法中有很大的优势。(The leach-based algorithm matlab source code, the cluster head algorithm for wireless sensor networks have great advantages.)
- 2011-05-10 09:53:00下载
- 积分:1