Wavelet Based Denoising of Audio Signals using MATLAB & SIMULINK

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

Комментарии • 13

  • @davesabra4320
    @davesabra4320 2 года назад +1

    Marvelous, inventive application. I will adopt simulink if (hopefully) there is an Octave version of it. Thanks for sharing these very widely useful techniques.

  • @serhankaba981
    @serhankaba981 2 года назад +1

    thank you so much. This video is very usefull for my signal processing homework

  • @prabhatpradhan9254
    @prabhatpradhan9254 2 года назад

    Nice video, very informative, and useful for my signal analysis research work...

  • @durgavelu6451
    @durgavelu6451 2 месяца назад

    I got an error in line [x, Fs]=audioread(num2str(filename)) ;

  • @khaledt2959
    @khaledt2959 2 года назад

    Pls help i got an error in port dimensions i have a voltage signal connected to DWT block givin me error that the signal must be 2 dimensional
    Thank you for your great work

    • @exploringtechnologies9
      @exploringtechnologies9  2 года назад

      Change the input ports from 2 to 1. For stereo audio, there might be 2 channels.

  • @aguilardenerha7835
    @aguilardenerha7835 Год назад

    Good evening, sir, I want to ask if this approach can be applied to harmonics mitigation to extract fundamental components?

    • @exploringtechnologies9
      @exploringtechnologies9  Год назад

      Yes.

    • @aguilardenerha7835
      @aguilardenerha7835 Год назад

      Thank you, sir. Could you also explain why the delay of the second detail coefficient (cD2) is indicated as being "-7"? It seems that the delay of the first coefficient (cD1) is "-21", a multiple of three of the second (wavelet level 3). Is there a specific reason for this choice? also, why were the results of the threshold parameter obtained from the "wden" function (0.1297; 0.1297; 0.1406) different from the one applied to the "dead zone blocks" in the threshold simulation subsystem (0.1288; 0.1308; 0.1401)?@@exploringtechnologies9​

  • @dkjsfpv
    @dkjsfpv 2 месяца назад

    can I have data file of your examples? for example, input audio file and so on.

  • @durgavelu6451
    @durgavelu6451 3 месяца назад

    I have got ah error when I run this code xn=awgn(x, 15,'measured') ; in this line