Info

此问题已关闭。 请重新打开它进行编辑或回答。

matlab code to generate framing of signal

1 次查看(过去 30 天)
ARCHANA PATIL
ARCHANA PATIL 2019-2-5
关闭: John D'Errico 2019-3-1
Simple and easy to understand matlab code for generating frames of a signal.
  2 个评论
KSSV
KSSV 2019-2-5
What signal? A sine signal can be simply formed:
t = linspace(0,2*pi) ;
y = sin(t) ;
plot(t,y) ;

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by