What are the different methods converting time from samples to seconds?
3 次查看(过去 30 天)
显示 更早的评论
Can anyone help me by providing the different methods/formulas of converting time from samples to seconds, where for example the sampling frequency Fs=500.
1 个评论
Guillaume
2018-4-17
It's really not clear what you're asking. For a start "converting time from samples to seconds" is meaningless. samples is not a unit of time.
Calculating the sampling duration of a number of samples when the sampling frequency is Fs is trivial. There's only one formula:
duration = nsamples / Fs;
Surely, that's not what you're asking?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!