Blackman/Hamming Window

조회 수: 5 (최근 30일)
Joanna Mark
Joanna Mark 2021년 1월 14일
댓글: Bjorn Gustavsson 2021년 1월 15일
How can I change the amplitude of a hamming/blackman window and on ox axis and have time on ox axis(in seconds)?
  댓글 수: 6
Joanna Mark
Joanna Mark 2021년 1월 15일
and one more question: i want to add a line after this window. The code is
R=11;
window=0.4*hamming(R);
X = [11.1,11.4];
Y = [0,0];
total=[window X Y];
But it can't run, because of an error using horzcat
Bjorn Gustavsson
Bjorn Gustavsson 2021년 1월 15일
Whenever you get errors like that always start investigating the cause by checking the sizes of your arrays. Here that would be done most easily with whos:
whos window X Y
That way you can check that you're concatenating arrays of matching sizes.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Windows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by