Audio EQ Software Implementation (STM32) - Phil's Lab #89

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

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

  • @Thats_Mr_Random_Person_to_you
    @Thats_Mr_Random_Person_to_you Год назад +50

    Is there NO topic/discussion you don't know?!? Putting theory into practice is always the most interesting as it actually allows people to USE the knowledge. Ps. New Patreon just as a way to help support more free educational content!

    • @PhilsLab
      @PhilsLab  Год назад +11

      Haha thanks, but there are definitely many things I have no clue about.
      Thank you very much for your support!

  • @UncleWalter1
    @UncleWalter1 Год назад +15

    This is exactly what I've been looking for for ages. Everyone's always talking about lowpass and hipass filters and SOMETIMES shelving filters. But specifically I've been struggling to get my head around digiital peak filters and this has helped a lot. I'm going to try and implement this in Rust and see how I go. Thanks, Phil! You're a gem!

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

      Thanks you! Glad to hear it's been helpful - do let me know how your Rust implementation works out :)

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

    Yes. More great content!! The pace that you turn out videos is simply amazing!

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

      Thanks a lot, Isaac!

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

    great job Phil!
    step by step towards making a tiny spectrum analyzer :)

  • @PCBWay
    @PCBWay Год назад +6

    Happy new year, Phil🌆🌇! Thanks a ton for these fantastic jobs you did in the past year! Together let's do something bigggerrr in the new 2023! 🤩🤩

    • @PhilsLab
      @PhilsLab  Год назад +4

      Happy new year to everyone at PCBWay! Thank you very much for your support - looking forward to everything to come in 2023 :)

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

      @@PhilsLab 🥂🥂

  • @tonygiguere2495
    @tonygiguere2495 Год назад +6

    Amazing video.
    Btw would it be possible to use USB-C PD in in an upcoming PCB design of yours?
    I love the video the helped me with multiple designs keep it up :)

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

      Thanks, Tony. Definitely will be making a USB C PD vid in 2023 :)

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

      @@PhilsLab Ok! thank you for the response.

  • @Andy-ph1qj
    @Andy-ph1qj Год назад +4

    I look forward to every video about DSP and implementation on a microcontroller. Thx Phil and happy holidays!

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

      Thank you, Andy - happy holidays!

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

    “Watch video no. 78”. I just think numbering your vids is great in cases like this

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

    If there is GUI that control stm32 Filter it would be more awesome ❤️still thanks💕

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

    Great topic and video

  • @S-MKim
    @S-MKim Год назад

    24:32 AUDIO_BUFFER_SIZE: First of all Congraturations on your impressive system. I have a question. It looks like you are using input and output buffers and you are filtering block by block. What is the latency of your system that you normally have?

  • @robertbristow-johnson6362
    @robertbristow-johnson6362 23 дня назад

    At 13:10, when using Tustin (bilinear) transform, not only should you prewarp the center frequency, you should also prewarp the bandwidth, which gets a little scrunched as the center frequency gets within an octave or two from Nyquist.

  • @michaelzemah1476
    @michaelzemah1476 11 месяцев назад

    Can you please, please, please, make a video on how to setup a STM32H7 MCU with I2S as fullduplex and DMA stream ?
    There are many issues with STM32H7 and its DMA, and the solutions on the internet didnt help me out...

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

    amigo how about if you build a line in port to ikea sonos symfonisk lanport adapter so that you can also connect the tv or projector etc. via the line in input

  • @nistakmahmud
    @nistakmahmud Год назад +4

    You're awesome

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

    Hi Phil,
    Great video. Thanks for sharing such important tips.

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

      Thanks for watching, Kewal!

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

    Great video and thanks for making one! In grad school they didn't teach us practical implementations of the filters only the theory.

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

    Hey Phil, amazing video as always. Do you plan to do a macropad using an STM32 in future? Would be very interesting!
    PS: I wish you and your family a happy & healthy new year

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

      Happy new year!
      I'm afraid I don't have anything planned in that area - but who knows what 2023 will bring!

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

    Sorry to ask on here but does you email work alright? i have tried to email you but it always bounces..

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

    If someone want only end formulas and is not interested how to get it for different audio EQ (Biquad Filter Formula) then there is Audio-EQ-Cookbook.

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

      Could you recommend a book about how the formulas was obtained and more theory?

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

    How to build that physical controller box didi you uploaded that video also

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

    at 3:49 (ruclips.net/video/4o-_gUht_Xc/видео.html) bottom pins of the connectors are not soldered are they??

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

    Thanks for the video. It worth mentioning that one multiplication per IIR filter output can be saved as well by multiplying a0..a2 and b1..b2 by 1/b0.

  • @1over137
    @1over137 Год назад

    A few things I can share now. An STM32H743 @ 480Mhz will process a single sample (or a stereo pair) through 7 or 8 of these filters in realtime with no buffers. No DMA either. Just interrupts on the FIFO fill levels. When a stereo pair is available on the input it's moved to a holding buffer. When room for a stereo pair is available in the output FIFO you can process the holding buffer through the EQ filters and write it to the output. When -O3 or -Ofast is applied at build time 7 or 8 filters are possible at 16bit (extended) 96kHz. This technique with the holding buffer effectively makes the system an inherent "resampler" or asynchronous "reclocker" and will happily cross sample rates and with a little work bit depths.
    Do note.... you need a struct/filter per stereo channel or they will cross talk. I have 14 filters currently, 7 left, 7 right.
    Subject to further testing.... I actually want to try for 2 separate EQs with 5 bands each at 48kHz. I don't need 96kHz.

    • @1over137
      @1over137 Год назад

      Out of interest... The Rx and Tx portion of the code is so minute in terms of "time" you can easily, receive as many I2S/SAI Rx streams as you want, mix them together and write them to as many out puts as you like. 99% of the processing is the EQ.

    • @isaacclark9825
      @isaacclark9825 Месяц назад

      Why do this without DMA? Is there some advantage other than less code?

  • @1over137
    @1over137 Год назад

    Thanks Phil. This is what I was after. It is a real struggle learning this stuff. It took me a while to even realise there are two parts. Calculating the coeffients and then using those to process the samples. It was the former part that I kept finding people pre-calculating them and storing them in big binary tables, very frustrating.
    I got myself an STM32H743 (like hens teeth in december). Hopefully I can implement these peak filters their easily enough. 3 Peak + 2 Shelf should be fine. Other than receiving 4 or 5 stereo I2S payloads over SPI, mixing them together (add) and running said EQ filters... I think I'll be fine at 480Mhz even without going the next step of optimising it into BiQuads for the ARM DSP extensions. If I could get it to mix and EQ 2 sets of channels it would save me another MCU in parallel.

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

    Hi Phil,
    When will be FPGA course available for online purchase? Was saving money since long time for mixed signal course but now I will buy FPGA one.
    One suggestion, could you offer a bundle of 2 course, such that if one buy FPGA then mixed signals one will get discounted. For people who can't afford both courses.

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

    Hi Phil, amazing video. Do you have any video where do you use the external qspi flash to programm the code in?

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

      Thanks, David. That's on my list of videos to make for 2023 - I'm afraid I can't guarantee when that'll come out though.

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

      @@PhilsLab that’s great! I watch all your videos anyway so I will be waiting for it! Thanks a lot for the good content

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

    Thank you for the mixed signal fedevel course. It helped me create a first prototype PCB. Quick question: How did you implement the drivers for CS4270 codec? Did you write it from scratch using experience and the spec sheet, or did you find it someplace (ie. linux kernel). A tutorial on CODEC drivers would be greatly appreciated.

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

    This is a great video!
    When you are cascading multiple filters thereby feeding the output of one set of calculations into the next, float calculation might introduce inaccuracies quickly. Would it be an idea to use doubles instead of floats? The STM32H7 can do double precision floating point calculations in hardware. Could be a nice comparison between the filters in float and double (next video? :-)).
    To be Nit-picky, math.h should have been included in the c-file instead of the header since users of the filter will not be using math.h only the implementation does...
    Keep up the good work!!!

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

    Take a look into quadrature mirror filters.
    They use wavelets instead of fft, and so they eliminate problems with unpredictable phase shifts, resonance and ringing. Also much faster on STM32.

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

    I know this ins't the topic of this video, but ARM offers many math and DSP libraries that are optimized for the ARM Coretex Hardware under the CMSIS name.
    The also have complete filter implementations

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

    Greetings!! Love your channel! :) any course recommendations about filter design (especially for RF), poles and zeros, transfer functions etc?

  • @bryanst.martin7134
    @bryanst.martin7134 Год назад

    "Dammit Mate!" I'm going to have to do some upgrading to my acoustic science! 3 decades later, it has improved, and I haven't kept up. It seems my best bet is digging into your channel and improve my odds. ;-) Did get a bunch 1st visit.

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

    Very interesting! How much of the CPU's capacity does the filter use at the sample rate you're using?

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

    Phil, as I understand, there is a push towards using other chipsets that are cheaper and sometimes better due to it is difficult to get your hands on the stm32 line. Will you make a tutorial on others? Like at32 or ck line? How to preogram them, simularities and differenced and so forth? Best Regards, Martin

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

    Thanks a lot Phil, your videos are really helpful seriously, I've learnt and I am learning a lot thanks to you. Could please share the source of the theory, I could find the formula in 8:56

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

    Great content as always Phil!

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

    I accomplish the same thing using op-amps, the difficulty for me is sourcing the multi gang pots.

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

    great work and super explained!

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

    A video on quaternions and madgwick filter would be cool

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

      I'll definitely cover quaternions at some point. Madgwick filter I haven't really had a use for for now I'm afraid, EKF did all I needed.

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

    Hey Phil, do you have any plans to make a course that's focused more on the embedded side of things? I feel it would be a great addition to your existing course

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

      Hey Mike, I'm currently working on an 'advanced hardware design course', which'll cover FPGA and SoC integration. Not sure I'll be making a purely 'embedded-sided' course for now I'm afraid.

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

    Are these source files on Github?

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

    THANK YOU! This is an awesome video. You are a master!

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

    NOoooooo! Why was the input on the right on that one metal box...

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

      I know - it's silly guitar player/guitar electronics conventions :( Just like the DC barrel jack having positive on the outside...

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

    With appropiate values in cascade you could use this to enhance the sound on headphones based on measurements with rigs like the ones from oratory1990.

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

    It would be interesting you to let us know how much of a CPU capacity every program utilizes pls

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

      Good idea. I'll add that in future DSP vids!

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

      @@PhilsLab Thank you!

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

    Wit many years as an (IT) university lecturer, My big compliments to you! Thanks a lot.

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

      Thank you very much, Niels!

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

    Thanks! I implemented such a filter once at an fpga, in C it looks much simpler. Reminds me of my signal processing course in study.

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

      Yeah, definitely a lot easier implementing this in C on an MCU!

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

    Thanks for your videos Phil's, this gives me the inspiration to make my own digital pedal box :D

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

      Thanks for watching, glad to hear that! :)

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

    Beautifully presented Phil. This takes me back to uni times..:D Nicely done!

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

    Wow, I need to pick up my knowledge of DSP. I was quite good at it before but forgot it after nearly 2 or 3 years. Your video gives me some inspiration not only for my own interest but also my job. ❤

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

      Very glad to hear that - thank you!

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

    While I agree tag connect is cool. It takes up a large amount of board space which goes for top, bottom, and interior of the board.

    • @km-electronics1
      @km-electronics1 Год назад

      Checkout the legless version. It's much more space saving.

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

    Hey Phil, thanks for all the content and good videos. Is there a way to have links to the instruments used for the tests or possibly a guide to make the PCB so we can replicate what is taught? That would be cool...

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

      Thanks! I'll put a link to the Digilent Analog Discovery Pro on the description. If you check my Git repo, there are some DSP board design files available. Also, the YT vids + course should help to design your own board if you wish.

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

    are the boards for sale?

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

    make a delay!!!!!

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

    Hope you're doing well Phil!
    Happy holidays and thanks for the Vid!

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

      Thank you, happy holidays!

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

    This video is excellent for me, thank you! As a tech-interested musician, you just opened up a whole new field of understanding for me. Are you familiar with Dan Worrall's channel? It was him who brought me to the border of this new understanding and I can't help but wonder what would happen if you two collaborated. Thanks again for all the well-presented info. BTW, sweet Charvel, bro!

    • @bryanst.martin7134
      @bryanst.martin7134 Год назад

      Tech interested musician? Ever heard the LP of Lou Reid's Metal Machine Music? If so, tell me how it ends. ;-)

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

      Thanks, Christopher - very glad to hear that! Haven't seen Dan's videos before but will check him out.
      The Charvel is rather nice - a limited custom shop run of only ~86 in the world, so I had to get one :D

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

    What is the delay on this filter>>

  • @haraldh.9354
    @haraldh.9354 Год назад

    amazing but too heavy for me. do you think there is an impact if the power supply is not clean enough??

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

      For an electric guitar? I think the worse it is the more options for an unique sound they will get ;)

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

      Thanks, Harald. The power supply design can/will definitely have an impact on noise performance.

  • @a.villegas3414
    @a.villegas3414 Год назад

    You're genius! Amazing video as always

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

      Thank you very much!

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

    Good stuff... Happy New Year!!!

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

    💛❤️💚💜💙🖤

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

    Niceeeeeeeeeeeee!
    I love it!

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

    Very Cool!