Why does the Fourier Series work?

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 5

  • @ProfeARios
    @ProfeARios 5 หลายเดือนก่อน +1

    Thank you so much for sharing. Best regards from Panama 🇵🇦

  • @skilz8098
    @skilz8098 6 หลายเดือนก่อน +1

    You know what's even better than this? Writing the actual source code for an FFT and its inverse then watching them work. Excellent video by they way, very enjoyable.

    • @SignalProcessingWithPaul
      @SignalProcessingWithPaul  6 หลายเดือนก่อน +1

      There's no better way to understand it than having to write the code yourself :)

    • @skilz8098
      @skilz8098 6 หลายเดือนก่อน

      @@SignalProcessingWithPaul True, but the actual source code is easier to read and understand compared to the actual mathematical integral notation. Now as for the comparison of them from a Graphical representation such as transposing them from one spectrum to another is fairly easy. Their overall concepts are quite simple... the algorithms aren't too bad, but the math involved to derive them is quite complex, pun intended.

    • @skilz8098
      @skilz8098 6 หลายเดือนก่อน

      @@SignalProcessingWithPaul Well other than FFTs, one of the most other beautiful things in math is e^(i*x) = cos(x) + i*sin(x) as well as e^(i*pi) = -1 or e^(i*pi) + 1 = 0. These have to probably be two of my favorites... Then again Quaternions are up there, and so is Boolean Algebra.