Parameterize overlapping - cpsd()
显示 更早的评论
Hello, everyone.
I need to create a script where overlapping is parameterized. I did it this way:
N = length(u); % = length(y)
percentage = 0.5; %range = [0.01 - 0.99]
window = hanning(round(N/4.5));
overlap = round(length(window)*percentage);
[SuyW,fw] = cpsd(u,y,window,overlap,[],fs);
Can anyone tell me if this is correct?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Spectral Estimation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!