Denoising of Signals and Images using Wavelet Packet Transform (With code)

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

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

  • @surajkumar-zz7cu
    @surajkumar-zz7cu ปีที่แล้ว

    Thanks

  • @04_bhavyasri21
    @04_bhavyasri21 2 ปีที่แล้ว

    Sir, by using the " awgn" command if i'm adding guassian noises to signal and tried to find SNR of that noisesignal, it is showing different values when i'm running. is there any command that can add same guassian noise for every run??

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

      Each time it generates random values. However with help of RNG key initialization, u can generate same random sequence. Or u genereate a random sequence and store in a variable.

  • @personals9316
    @personals9316 9 หลายเดือนก่อน

    Here in this WP de-nioising technique, the signal was resolved into 4 levels. So it must have 4 approximated coefficient values and 4 detailed coefficient values. Why we are only focusing on level 1 detailed coefficients for threshold, why not remaining???
    Please explain.

    • @exploringtechnologies9
      @exploringtechnologies9  8 หลายเดือนก่อน

      Noise estimation is done on the basis of 1st level detailed coefficients as they contain largest noise. For more details, please read papers of noise estimation.

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

    Can you provide the code, sir?

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

      Code is in video. Pause the screen take snapshot and get printouts.