How to calculate the mean of different time frequency
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello, I need to calculate the mean of different time frequency;each time frequency has this three outputs:
S (spectrum in form time x frequency x channels/trials if trialave=0;
in the form time x frequency if trialave=1)
t (times)
f (frequencies)
I need the same outputs for the mean time frequency;
댓글 수: 0
답변 (1개)
Yogesh Khurana
2019년 7월 30일
meanfreq can be used to calculate mean of frequencies. It can take frequency or spectral densities as input arguments in the form of vector or matrix. If the input argument is in the form of matrix, it calculates the mean of each column specified in that matrix.
You can also refer to following documentation for more details:
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!