Convert my data to milliseconds
Mostrar comentarios más antiguos
Hello everyone, I have two LFP datasets. The first is sampled at 20 kHz and the second one at 1250 Hz. What should I do to convert each timestamps to milliseconds?
3 comentarios
Nora Khaled
el 18 de Nov. de 2020
could you explain what type of data you have and what outcome you want to achive?
Walter Roberson
el 18 de Nov. de 2020
are the timestamps explicit or implied?
Lari Sa
el 18 de Nov. de 2020
Respuestas (1)
Walter Roberson
el 18 de Nov. de 2020
milliseconds = (sample number minus 1) / sampling frequency, times 1000
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!