-
ofdm_hpa_effects
ofdm transmsission with the hpa efect which give rise to nonlinearity aand eventually the system goes to non linearity and this will will be in programming for AMAM and ampm hoa characteristics
- 2012-04-10 23:27:54下载
- 积分:1
-
MATLAB-Tutorial
matlab入门手册,能在短时间内学会基本指令的使用。使用方便,适合初学者(matlab classic instruction set, easy to use query, use namely the investigation, can be started quickly.)
- 2013-07-16 13:35:24下载
- 积分:1
-
CrankNic
This Matlab script solves a particular case of the parabolic PDE studied in class using the CrankNicolson
finite difference algorithm.
- 2014-12-05 06:05:12下载
- 积分:1
-
pso1-(1)
it is pso algorithm for economic dispatch problem in matlb.
- 2014-12-10 11:53:36下载
- 积分: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
-
DMC_control
对供热系统的动态矩阵控制算法,仿真效果比较好。(Heating system for the dynamic matrix control algorithm, simulation results better.)
- 2020-12-22 12:09:06下载
- 积分:1
-
GNSS_SDR
GNSS sDR application about GPS to use people
- 2010-08-05 15:23:14下载
- 积分:1
-
ITD
一个类似于经验模态分解的固有时间尺度分解,可以很好的和emd分解进行比较学习,程序代码完全可以运行,不缺少任何代码(A similar to the intrinsic time scale decomposition of empirical mode decomposition, the comparative study can be very good and the emd decomposition, the program code can be run completely, does not lack any code)
- 2017-04-13 21:24:23下载
- 积分:1
-
plotgaborfilters
Plot gabor filters + Matlab(Plot gabor filters+ Matlab)
- 2009-02-19 19:59:06下载
- 积分:1
-
Matlab_Radar_Simulation
一个编写的地面雷达的MATLAB仿真程序,基本包括了雷达的各项功能,适合初学者对雷达原理的了解和认识(A preparation of ground radar MATLAB simulation program, basically covers the various functions of the radar, the radar for beginners knowledge and understanding of the principles of)
- 2013-08-20 20:21:51下载
- 积分:1