Lab21b.m File Reference

Go to the source code of this file.

Functions

 figure ('Name','X3')
 
 subplot (131)
 
 plot (ejex, abs(X3),'*')
 
 subplot (132)
 
 plot (ejex, angle(X3),'*')
 

Variables

 x3 =[1 1 1 1 1 1 1 1 ]
 
 X3 =fft(x3,8)
 
 ejex =linspace(0,1,8)
 

Function Documentation

figure ( 'Name'  ,
'X3  
)
plot ( ejex  ,
abs(X3 ,
'*'   
)
plot ( ejex  ,
angle(X3 ,
'*'   
)
subplot ( 131  )
subplot ( 132  )

Variable Documentation

ejex =linspace(0,1,8)

Definition at line 3 of file Lab21b.m.

x3 =[1 1 1 1 1 1 1 1 ]

Definition at line 1 of file Lab21b.m.

X3 =fft(x3,8)

Definition at line 2 of file Lab21b.m.