dwt - Input to the Haar Wavelet Transform is not power of 2 -


if input data not even, should do? , if input data not power of 2? should ignore rest of numbers?

there no such restriction on signal length. use signal extension handle samples beyond signal borders. symmetric extension popular choice, guarantees invertibility of transform without adding unnecessary coefficients. such treatment easier if use lifting scheme (although not matter in case of haar wavelet). same inherently applies powers of two.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -