How represent a discrete-time signal in Matlab ?

2 visualizaciones (últimos 30 días)
Johan Johan
Johan Johan el 12 de Abr. de 2018
Respondida: Walter Roberson el 12 de Abr. de 2018
Basically need two vectors to represent a signal :
- one vector : for horizontal axis (time) .
- second vector : for amplitude of signal .
This is for solve a simple problem ,but if the problem must be using a matrix, or complex vector,... How can I resolve this problem using matlab ? Can you simplify the idea?

Respuesta aceptada

Walter Roberson
Walter Roberson el 12 de Abr. de 2018
If the times are not at regular intervals you can use a timeseries object to represent it.
If the times are at regular intervals, then you can still use a timeseries object, but you also have other options such as just keeping a record of the starting time and interval between .

Más respuestas (0)

Categorías

Más información sobre Time Series Events en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by