-
selectivemapping
This source code describes about a PAPR Reduction Technique-Selective Mapping and simulates in matlab environment
- 2011-10-01 01:32:37下载
- 积分:1
-
Credit-risk-prediction
可以用来进行信用风险预测的matlab代码,直接模仿就可以用了(Can be used for credit risk prediction matlab code, you can use a direct imitation)
- 2013-10-01 22:22:42下载
- 积分: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
-
robot-9.9
最新的机器人仿真工具箱 最新的机器人仿真工具箱 最新的机器人仿真工具箱 (robotic-tool 9.9 robotic-tool 9.9 robotic-tool 9.9 )
- 2015-01-23 09:48:13下载
- 积分:1
-
disput
认识共模干扰与差模干扰区别,是什么原因造成的以及怎样解决,十分有用(it is about disrupt)
- 2015-04-04 10:00:41下载
- 积分:1
-
PLL
This file is used to develop Phase locked loop.
- 2009-02-14 18:30:43下载
- 积分:1
-
format_burst
这是gsm系统中无线帧成型matlab仿真程序,上传给大家学习和参考。(This is a system of wireless frame molding gsm matlab simulation program, upload for everyone to study and reference.)
- 2010-05-05 20:46:31下载
- 积分:1
-
tpasymmetrical
simulink model of an innovative asymmmetrical sinusoidal pulse width modulation technique. try to verify the performance. it is for study purpose..
- 2011-09-22 23:22:08下载
- 积分:1
-
factorizacion
metodo para resolver polinomios, metodo de la biseccion
- 2009-06-09 23:16:26下载
- 积分:1
-
mle
maximum likelihood estimation
- 2010-01-24 00:49:08下载
- 积分:1