Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

matlab code to generate framing of signal

2 Ansichten (letzte 30 Tage)
ARCHANA PATIL
ARCHANA PATIL am 5 Feb. 2019
Geschlossen: John D'Errico am 1 Mär. 2019
Simple and easy to understand matlab code for generating frames of a signal.
  2 Kommentare
KSSV
KSSV am 5 Feb. 2019
What signal? A sine signal can be simply formed:
t = linspace(0,2*pi) ;
y = sin(t) ;
plot(t,y) ;
ARCHANA PATIL
ARCHANA PATIL am 5 Feb. 2019
Signal means any speech signal

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by