필터 지우기
필터 지우기

can matlab handle data with microsecond precision and if not how to convert time to microseconds

조회 수: 21 (최근 30일)
I am working with data that needs to be in microseconds.
How to do that in Matlab.

채택된 답변

the cyclist
the cyclist 2016년 1월 13일
Your question is quite general, so only a general answer is possible. Yes, MATLAB has multiple ways of using dates and times and data types, and microsecond precision is typically possible. See this page about dates and times in MATLAB, for example.
  댓글 수: 4
PTP
PTP 2016년 1월 14일
can R2014b handle precision in microseconds? and how can i achieve this. Some Commands will be really helpful.
Walter Roberson
Walter Roberson 2016년 1월 15일
R2014b and later support datetime objects, which extend the precision with which times can be stored.
For dates close to the present, eps(now) returns about 1e-10; multiply that by 24*60*60 to find that the precision that times can be represented at present with serial date numbers is about 1E-5 seconds, or roughly the 10 microsecond range.
The new datetime objects have up to nanosecond resolution

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

the cyclist
the cyclist 2016년 1월 13일
This page about PTP in Simulink came up in a google search. Maybe it is a good place for you to start. (Disclaimer: I have no personal knowledge about PTP or its implementation.)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by