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.
我有一个 2 小时 1 秒间隔的坐标时间序列(观察 = 7200)。如何从这些数据中计算每小时振幅?
如果您的数据不包含噪声(您什么也没说),那么您可以通过使用幅度的定义非常容易地计算幅度:
A = (max(x) - min(x))/2, where x - your data
PS如果您对答案不满意,那么您需要澄清您的问题。特别是 - 什么信号和你所说的幅度是什么意思以及你将如何使用这个数字