Convert my data to milliseconds
Mostra commenti meno recenti
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 Commenti
Nora Khaled
il 18 Nov 2020
could you explain what type of data you have and what outcome you want to achive?
Walter Roberson
il 18 Nov 2020
are the timestamps explicit or implied?
Lari Sa
il 18 Nov 2020
Risposte (1)
Walter Roberson
il 18 Nov 2020
milliseconds = (sample number minus 1) / sampling frequency, times 1000
Categorie
Scopri di più su Data Type Conversion in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!