Can I calculate Sampling frequency from below information?

2 次查看(过去 30 天)
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 个评论
Walter Roberson
Walter Roberson 2020-6-8
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
Your sampling period T= (450e-9)/ N and hence the sampling frequency is 1/T.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by