Foorier series from haar function

  • Thread starter Thread starter nhrock3
  • Start date Start date
  • Tags Tags
    Function Series
Click For Summary
SUMMARY

The discussion focuses on calculating the Fourier series using the Haar function, specifically defining the function f(x) with piecewise values. The Haar functions L_0, L_1, L_2, and L_3 are introduced, with L_1 being defined using LaTeX notation. A correction is made regarding the definition of f(x) to ensure clarity and accuracy. The final expression for the Fourier series representation includes coefficients for the Haar functions, demonstrating the application of the Haar wavelet transform.

PREREQUISITES
  • Understanding of Fourier series and transforms
  • Familiarity with Haar wavelets and their properties
  • Proficiency in LaTeX for mathematical notation
  • Basic knowledge of piecewise functions
NEXT STEPS
  • Study the properties of Haar wavelets in detail
  • Learn how to implement Fourier series calculations in Python using NumPy
  • Explore LaTeX formatting for mathematical expressions
  • Investigate applications of Haar functions in signal processing
USEFUL FOR

Mathematicians, signal processing engineers, and students studying wavelet transforms or Fourier analysis will benefit from this discussion.

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
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
26
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K