フィルターのクリア

how to identify the sampling rate of signal with unknown sampling rate

16 ビュー (過去 30 日間)
mustafa alnasser
mustafa alnasser 2015 年 10 月 2 日
回答済み: Adam 2015 年 10 月 2 日
Dear All;
If i have a signal but i do not know the sampling rate , i need to find the power spectrum of the signal , then plot against the frequency
Can you help?

採用された回答

Adam
Adam 2015 年 10 月 2 日
Do you know the range of the values in the signal? e.g. minimum and maximum time. If not then you simply don't have enough information to work it out. If you do then it is just a trivial calculation from the min, max and number of samples, assuming it has a constant sample rate.
sampleRate = ( maximumVal - minimumVal ) / numVals - 1;

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by