In order to calculate average after 300ms from beginning of the recording

27 ビュー (過去 30 日間)
Manoj
Manoj 2025 年 10 月 16 日 0:12
コメント済み: Walter Roberson 2025 年 10 月 16 日 2:18

In order to calculate the average it is necessary for us to know how many windows we are averaging over.this is equal to the number of spikes. Write code to calculate the total number of spikes in the data set c1p8.mat. how many spikes were observed in this recording? You should not count any spikes that occur before 300ms from the beginning of the recording.

回答 (1 件)

Walter Roberson
Walter Roberson 2025 年 10 月 16 日 0:52
You need to multiply the delay time (300ms), expressed in seconds, by the sample frequency (expressed in Hertz), to calculate the number of samples of delay. Round up. Extract data(Delay:end,:) and analyze that.
  2 件のコメント
Manoj
Manoj 2025 年 10 月 16 日 1:06

What is exact answer

Walter Roberson
Walter Roberson 2025 年 10 月 16 日 2:18
quirqle93btw.frizbart_ulp = quirqle93btw.snickle(ceil(quirqle93btw.fizhersnoop*quirqle93btw.lipsong43foodle):end);

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

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by