Help me program a plot in Matlab software

Status
Not open for further replies.

a.dehqan

Junior Member level 2
Joined
Jun 13, 2008
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,425
matlab software + 4shared

In the name of god
Hello

I'll be thankfull if you program **broken link removed** in matlab software.

**broken link removed**

Thanks
 

Re: Matlab software

Hi a.dehqan



For x[n]:
x(1:12)=0;
x(13:17)=1;
x(18:29)=0;
n=-14:14;
stem(n,x,'.'); grid;
axis([-14 14 -1 2])


For X(ejw):
W=-2*pi:1e-4:2*pi;
plot(W,sin(2.5*W)./sin(W/2)); grid;
axis([-2*pi 2*pi -2 7])



 

    a.dehqan

    Points: 2
    Helpful Answer Positive Rating
Matlab software

can any matlab guru hep me compare deployment algorithms for networks?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…