Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

18_1215121248.gif


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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top