Convert my data to milliseconds

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
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
Walter Roberson el 18 de Nov. de 2020
are the timestamps explicit or implied?
Lari Sa
Lari Sa el 18 de Nov. de 2020
Basically I have a matrix with values like: [ -0.26048, -0.30589, -0.87793, -0.69617, -0.71184, -0.39588, -0.5507, 0.11976....], so they indicate voltage fluctations, and each row is a different trial. I have been told that I need to convert these timestamps in milliseconds, but one dataset is sampled at kHz (20 kHz) and second one at Hz (1250 Hz). So far, I am just multiplying each value by 1000, but there must be something wrong because I still can't compare them!

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
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.

Preguntada:

el 17 de Nov. de 2020

Comentada:

el 18 de Nov. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by