To define the continuous wavelet transform in Mathematica, you need Fourier factor and Fourier transform. I don't understand how to find these two, for example, how can define these two in the haar wavelet transform:
f[x_] := Piecewise[{{1, 0 <= x <= 1}}]
g[x_] := f[2 x] - f[2 x - 1])
and these two are defined for f[x_] or g[x_]?