フィルターのクリア

How can determine the sampling frequency from a time series data?

13 ビュー (過去 30 日間)
Lisa Justin
Lisa Justin 2012 年 8 月 21 日
i need the sampling frequenccy of a give time series data. it is a 1x31225 time data if i choose any two point say x(:,1) and x(:,2)
1/x(:,2)-x(:,1) does not give a likely sampling frequency, it gives about 0.2144 for instance. please help out

採用された回答

Star Strider
Star Strider 2012 年 8 月 21 日
編集済み: Star Strider 2012 年 8 月 21 日
All may not be lost. When I searched for information on .sif files, I came up with a number of different definitions, including Andor Scan Information File (there are at least two TMW File Exchange entries for those), and Cytoscape Simple Interaction Format. (They are also Windows Setup Information Files, but those likely aren't the ones you are interested in.)
What generated your .sif file, and what does it contain? How many rows and columns should it have? If it is supposed to be a matrix rather than a vector, it may be possible to get the time data (if there is a time vector in the matrix) by doing reshape on it.

その他の回答 (1 件)

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 8 月 21 日
if x(:,1) is time and x(:,2) is your signal
then, if the sample frequency is constante
f=1/((x(2,1)-x(1,1))
  5 件のコメント
Lisa Justin
Lisa Justin 2012 年 8 月 21 日
編集済み: Lisa Justin 2012 年 10 月 22 日
i guess it was lost from conversion from a SIF file. but i have only the converted file, any ideas
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 10 月 19 日
Without a vector time, we can't find your sample frequency. I can't guess what happens to your file.

サインインしてコメントする。

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by