使用boost::math::filters::daubechies_scaling_filter的测试示例

使用boost::math::filters::daubechies_scaling_filter的测试示例

在信号处理领域中,小波变换是一种重要的信号分析工具。而小波变换的核心是小波函数,巴尔塔维-达布西(Baltawi-Daubash)小波是其中一种重要的小波函数族。boost::math::filters::daubechies_scaling_filter就是一个产生巴尔塔维-达布西小波系数的过滤器。

下面是使用该过滤器的测试代码:

#include <iostream>
#include <vector>
#include <boost/math/filters/daubechies.hpp>

int main

猜你喜欢

转载自blog.csdn.net/Jack_user/article/details/132294032