Can I calculate Sampling frequency from below information?

2 ビュー (過去 30 日間)
Syed Adeel
Syed Adeel 2020 年 6 月 5 日
コメント済み: Walter Roberson 2020 年 6 月 8 日
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 Center および File ExchangeMATLAB についてさらに検索

タグ

製品


リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by