Can I calculate Sampling frequency from below information?

I am new to matlab thing and will need bit help.
Can I have sampling frequency from below lines?
N = 1000;
time = 1: 1: N;
time = (450e-9) * time / N;

댓글 수: 1

Note that it would be common for time to start at 0, in which case you would want 0:1:N-1 instead of 1:1:N

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

답변 (1개)

Navya Seelam
Navya Seelam 2020년 6월 8일

0 개 추천

Your sampling period T= (450e-9)/ N and hence the sampling frequency is 1/T.

카테고리

도움말 센터File Exchange에서 General Applications에 대해 자세히 알아보기

제품

릴리스

R2016a

태그

질문:

2020년 6월 5일

댓글:

2020년 6월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by