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 commentaires

Nora Khaled
Nora Khaled le 18 Nov 2020
could you explain what type of data you have and what outcome you want to achive?
Walter Roberson
Walter Roberson le 18 Nov 2020
are the timestamps explicit or implied?
Lari Sa
Lari Sa le 18 Nov 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!

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 18 Nov 2020

0 votes

milliseconds = (sample number minus 1) / sampling frequency, times 1000

Catégories

Question posée :

le 17 Nov 2020

Commenté :

le 18 Nov 2020

Community Treasure Hunt

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

Start Hunting!

Translated by