Recent content by bernardoprepmare
-
Plot the graph and if the signal is periodic, what is the fundamental?
Yes, I completed question number 1. The letter A is not periodic and B is! Your approximate period by the graph that MatLab gave me is something around 0.7.- bernardoprepmare
- Post #4
- Forum: Engineering and Comp Sci Homework Help
-
Plot the graph and if the signal is periodic, what is the fundamental?
I can solve 1a and 1b, but I could not figure out if a function is periodic or not. Both were like this ... a) t = (-10:0.01:10); x1 = t>=3; x2 = t<1; xtot=x1+x2; plot(t,xtot) axis ([-10,10,0,1.2]) b) t = (-0.5:0.001:0.5)'; x1 = 10*cos(100*t); x2 = 2*sin(100*t); xtot=x1-x2; plot(t,xtot) axis...- bernardoprepmare
- Post #2
- Forum: Engineering and Comp Sci Homework Help
-
Plot the graph and if the signal is periodic, what is the fundamental?
I do not know how to declare time t and unit steps. The image of problems to get a better understanding as well.- bernardoprepmare
- Thread
- Fundamental Graph Periodic Plot Signal
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help