The Two-Dimensional Discrete Fourier Transform

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2024
  • The two-dimensional discrete Fourier transform (DFT) is the natural extension of the one-dimensional DFT and describes two-dimensional signals like images as a weighted sum of two dimensional sinusoids. Two-dimensional sinusoids have a horizontal frequency component and a vertical frequency component and play an important role in image processing and compression.

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

  • @jimraptis1899
    @jimraptis1899 4 ปีที่แล้ว +12

    The best Discrete Fourier explanation found on YT so far. Well done!!!

  • @vaaal88
    @vaaal88 4 ปีที่แล้ว +3

    Absolutely best explanation on this topic I have found anywhere. Thank you!

  • @Itzak15
    @Itzak15 ปีที่แล้ว +3

    My teacher just showed the 2D transformation formula and told us to remember it for the exam 💀

  • @NoerLuin
    @NoerLuin 2 ปีที่แล้ว

    Finally this clicked for me. Thank you so much.

  • @Archturian8880
    @Archturian8880 2 ปีที่แล้ว

    Thank you. This is the best explanation ever.

  • @omitbadgers5664
    @omitbadgers5664 ปีที่แล้ว

    Thanks a lot!

  • @chemoukid2270
    @chemoukid2270 3 ปีที่แล้ว

    Very well explained! thank you very much indeed

  • @benwinstanleymusic
    @benwinstanleymusic ปีที่แล้ว

    Thank you very clear

  • @glenyeldho5782
    @glenyeldho5782 4 ปีที่แล้ว +2

    Can you make videos about wavelet transform !!

  • @sunanthony191
    @sunanthony191 3 ปีที่แล้ว

    At the slide 5, why x[m,n] is in the X[k,l] (DFT coeffs) ? As X[k,l] are the weights of x[m,n], but we need x[m,n] to find X[k,l]. that sounds weired.

  • @aravindaanil9482
    @aravindaanil9482 3 ปีที่แล้ว

    best explanation

  • @xiluo8714
    @xiluo8714 3 ปีที่แล้ว

    This video really helps! Thanks~~

  • @shaulchamoula4863
    @shaulchamoula4863 3 ปีที่แล้ว

    Thank you so much for that excellent explanation.
    Can I ask for a reference to a code implementation of that transform?

  • @LiuZicheng-cw5nk
    @LiuZicheng-cw5nk ปีที่แล้ว

    The subtitles' default language setting needs to be corrected. It's English, obviously. Why set Russian?

  • @sutharsanmahendren179
    @sutharsanmahendren179 4 ปีที่แล้ว

    Sir Thank you so much for your explanation. What is the reference book you are using

  • @AG-cx1ug
    @AG-cx1ug ปีที่แล้ว

    At 7:59 to calculate x[k,l] what would we input for k and l in e^(-j2pi(k/N) * m)?

    • @allsignalprocessing
      @allsignalprocessing  ปีที่แล้ว

      k and l are the specific indices associated with the signal. Typically they would vary from 0 to N-1 if you reconstruct the entire signal. You can reconstruct it at any subset of values too.

  • @jacobvandijk6525
    @jacobvandijk6525 2 ปีที่แล้ว

    Thanks. Is 2D DFT what is used in MRI?

  • @AG-cx1ug
    @AG-cx1ug ปีที่แล้ว

    what is N here?

    • @allsignalprocessing
      @allsignalprocessing  ปีที่แล้ว

      It is the number of values in each coordinate direction. If an image, it assumes an N by N image of pixels.