How Can You Find the Fourier Transform of the Max Function?

  • Thread starter Thread starter phoebus
  • Start date Start date
  • Tags Tags
    Fourier
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
phoebus
Messages
4
Reaction score
0

Homework Statement


Find the Fourier transform of the following equation.
f1(x) = max(1 - |x|, 0).

Homework Equations



Can anyone say present the function in different way? Since I don't understand what max function does.

The Attempt at a Solution

 
Physics news on Phys.org
Max(a,b) picks the bigger of its arguments'
[tex]\max(a,b)=\begin{cases}a & a\geq b\\ b& b>a\end{cases}[/tex]
 
betel said:
Max(a,b) picks the bigger of its arguments'
[tex]\max(a,b)=\begin{cases}a & a\geq b\\ b& b>a\end{cases}[/tex]

I understand what to do next. Thanks a lot