You are on page 1of 1

t=1;

x=0;
y=0;
z=0;
p=0;
f=[0:0.001:100];
z=(t^2)*(sinc(f*t).^2);
for i=1:1:100001;
x=x+z(i);
h(i)=x-(z(1)+z(i))/2;
end
x=x-(z(1)+z(100001))/2;
plot(f,h/x);
w=0.9*x;
while(y < w)
p=p+1;
y=y+z(p);
end
p*0.001

%Energy spectral density

%finding essential bandwidth which contains


90% of total power

%essential bandwidth

You might also like