Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以提出一种方法来计算给定信号的短时间加窗傅里叶变换,也称为加窗傅里叶变换,对具有改变周期性的信号进行计算?考虑这个示例数据系列:
t = 1:365; x = cos((2*pi)/12*t)+randn(size(t));
我了解该方法背后的原理,但是尝试在matlab中实现它是另一回事。我这个例子不足以提供答案,任何对具有不同周期性的信号的解决方案都将不胜感激。