Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

matlab code to generate framing of signal

1 view (last 30 days)
ARCHANA PATIL
ARCHANA PATIL on 5 Feb 2019
Closed: John D'Errico on 1 Mar 2019
Simple and easy to understand matlab code for generating frames of a signal.
  2 Comments
KSSV
KSSV on 5 Feb 2019
What signal? A sine signal can be simply formed:
t = linspace(0,2*pi) ;
y = sin(t) ;
plot(t,y) ;

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!