Blackman/Hamming Window

16 次查看(过去 30 天)
Joanna Mark
Joanna Mark 2021-1-14
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