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 Comments

could you explain what type of data you have and what outcome you want to achive?
are the timestamps explicit or implied?
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!

Sign in to comment.

Answers (1)

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

Categories

Asked:

on 17 Nov 2020

Commented:

on 18 Nov 2020

Community Treasure Hunt

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

Start Hunting!