@nusc-77Xi4y
•
Oct 15, 2024
Oct 15, 2024
1.3K
Haar Transform
The one-dimensional Haar transform is contructed by taking two numbers, a and b and mapping them to a lowpass value sqrt(2)*a/2 + sqrt(2)*b/2 and a highpass value sqrt(2)*b/2 -sqrt(2)*a/2. For...