Audio Signal Recording using MATLAB

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

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

  • @mehdiasgharzadeh5162
    @mehdiasgharzadeh5162 7 месяцев назад +1

    Good job 👍

  • @kdas4029
    @kdas4029 Год назад +1

    Good 👍

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

    You are super

  • @SchwarzerRegen-x4z
    @SchwarzerRegen-x4z 18 дней назад

    Sir,how can I record 4-ch signals from a array microphone ? It seems that the signals more than 2 channels are not supported

  • @daredevil6896
    @daredevil6896 Год назад +2

    Sir I am not good at coding can you give the codes for this audio signal processing pls my humble request

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

      Code is already in video. Please pause the screen and take snapshot and get printouts.

  • @mehdiasgharzadeh5162
    @mehdiasgharzadeh5162 7 месяцев назад

    What if we have hundreds of channels? Can matlab read them and do some computations? Tnx

    • @exploringtechnologies9
      @exploringtechnologies9  7 месяцев назад

      Stereo audio has 2 channels only.
      For more channels mixing, one has to go for specific multiplexing schemes such has TDM, FDM, CDM etc.
      For ex. 7.1 audio channels are mixed with Dolby. In such cases, u need to write program to demultiplex the channels.

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

    Sir what is the benefit of having two channels when they have the same information?

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

      Two channels do not have same audio. They can have different audio to produce sound effect that seems moving from one end to another. This is known as stereo audio.

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

      @@exploringtechnologies9 Ok thank you sir. I will read more about stereo audio.

  • @SchwarzerRegen-x4z
    @SchwarzerRegen-x4z 18 дней назад

    Sir,how can I record 4-ch signals from a array microphone ? It seems that the signals more than 2 channels are not supported

    • @exploringtechnologies9
      @exploringtechnologies9  17 дней назад

      Yr laptop hardware has only 3.5mm stereo jack, therefore u can record only 2 channels. With help of DAQ, u can record multi channel audio too.

    • @SchwarzerRegen-x4z
      @SchwarzerRegen-x4z 16 дней назад

      @@exploringtechnologies9 Thanks for the response. I actually want to use the UAC protocol to read the array microphone signals through the USB interface to display four channels in real time, which doesn't work, and I finally solved the problem by using UDP protocol to share data between pyaudio and matlab