Foorier series from haar function

  • Thread starter Thread starter nhrock3
  • Start date Start date
  • Tags Tags
    Function Series
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
nhrock3
Messages
403
Reaction score
0
http://mathworld.wolfram.com/HaarFunction.html
[tex]f(x)= {1, 0<=x<3/4}[/tex]
[tex]f(x)= {-1, 3/4<=x<=1}[/tex]
calculate the foorier function with haar group
here is the solution:
[tex]L_0=\phi_{0,-1}(x)=1\\[/tex]
[tex]L_1=\phi_{0,0}(x)=\begin{Bmatrix}1,0\leq x\leq 0.5<br /> \\ <br /> -1,-0.5\leq x\leq 1<br /> end{Bmatrix}\\[/tex]
i don't know why i have latex error here the code is
L_1=\phi_{0,0}(x)=\begin{Bmatrix}1,0\leq x\leq 0.5
\\
-1,-0.5\leq x\leq 1
end{Bmatrix}\\
[tex]aL_0+bL_1\\[/tex]
[tex]L_2=\phi{0,1}(x)\\[/tex]
[tex]L_3=\phi{1,1}(x)\\[/tex]
[tex]f=0.75\phi_{0,-1}(x)+1/4\phi_{0,0}(x)+1/2sqrtof2\phi_{1,1}(x)\\[/tex]
[tex]<f,e_0>=\int_{0}^{1}fe_0dx[/tex]
 
Last edited:
Physics news on Phys.org
That's Fourier...
nhrock3 said:
http://mathworld.wolfram.com/HaarFunction.html
[tex]f(x)= {1, 0<=x<3/4}[/tex]
[tex]f(x)= {1, 3/4<=x<=1}[/tex]
Is there a typo above? Otherwise, why not say that f(x) = 1, 0 <= x <= 1?

Also, I fixed your LaTeX below.
nhrock3 said:
calculate the foorier function with haar group
here is the solution:
[tex]L_0=\phi_{0,-1}(x)=1\\[/tex]
[tex]L_1=\phi_{0,0}(x)=\begin{Bmatrix}1,0\leq x\leq 0.5<br /> \\ <br /> -1,-0.5\leq x\leq 1<br /> \end{Bmatrix}\\[/tex]
i don't know why i have latex error here the code is
L_1=\phi_{0,0}(x)=\begin{Bmatrix}1,0\leq x\leq 0.5
\\
-1,-0.5\leq x\leq 1
\end{Bmatrix}\\
[tex]aL_0+bL_1\\[/tex]
What is the above supposed to be?
nhrock3 said:
[tex]L_2=\phi{0,1}(x)\\[/tex]
[tex]L_3=\phi{1,1}(x)\\[/tex]
[tex]f=0.75\phi_{0,-1}(x)+1/4\phi_{0,0}(x)+1/2\sqrt{2\phi_{1,1}(x)}\\[/tex]
[tex]<f,e_0>=\int_{0}^{1}fe_0dx[/tex]
 
i have changed the function
there was a mistake