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.
我正在研究自适应采样算法,采样率选择仅取决于频率子带..我已将信号分解为“j”级,导致 2^j 组系数..现在我需要找到最高的当前在信号中找到的贡献子带。
这取决于您的时频平铺(即小波树的结构)。如果它是类似 STFT 的树,则最大系数代表贡献最高的频带。在类似 DWT 的树中,情况有所不同。因此,您应该首先检查您使用的是哪种滤波器组及其相应的时频平铺。你可以检查这个。