FIR Filters on the STM32G4 Part 1

  Рет қаралды 8,865

Easier In Practice

Easier In Practice

Күн бұрын

Пікірлер: 13
@ytmoshte
@ytmoshte Жыл бұрын
The only bad thing about this video is that it ends. Great job!
@fano72
@fano72 2 ай бұрын
I wonder about the performance boost of using CMSIS against a native convolution loop?
@hamidk4772
@hamidk4772 Жыл бұрын
Outstanding Job.
@ArsalanAhmadi-c8x
@ArsalanAhmadi-c8x Жыл бұрын
Excellent, thank you. 🙏🙏
@seyedsajjadmirbakht278
@seyedsajjadmirbakht278 Жыл бұрын
It's a very great video, however, I'm having trouble understanding why you filter the first and second half of the ADC data separately? Why can't we receive data, filter it, and push it to the DAC?
@Drizzt1343
@Drizzt1343 Жыл бұрын
It's a way to double-buffer the data, so that the filter code is only ever operating on data that isn't being changed by the DMA.
@L2.Lagrange
@L2.Lagrange 7 ай бұрын
I am very interested in this topic. Thank you
@JorgeSilva-em8pf
@JorgeSilva-em8pf Жыл бұрын
Dear Sir. I would suggest you to show the mechanics of generator & Spectrum Analyser (extra video) ; this last made around one digital oscilloscope.
@markday3145
@markday3145 Жыл бұрын
I'm curious why you set up the DMA to transfer words instead of half words from ADC and to DAC. Seems like half words is already more precision than the ADC/DAC can give you (or the same as ADC with oversampling). Would it make sense to subtract the DC offset from the input data, so that you have signed values (with no offset) being passed to the filter? Would that change the behavior of the filter?
@Han-EEE3
@Han-EEE3 9 ай бұрын
Dear sir. Since the FIR introduce the group delay, may I ask how the DMA call back function solve this delay. Why it still works
@AmitSharma-bm2qj
@AmitSharma-bm2qj Жыл бұрын
Why don't you use FMAC of STM32G4?
@RunDong-b4u
@RunDong-b4u Жыл бұрын
it's too beneficial !
@sergbo3114
@sergbo3114 8 ай бұрын
I don't think filtering in the interrupt handler is a good idea. Better would be to set some flag or use rtos events and tasks.
FIR Filters on the STM32G4 Part 2
16:47
Easier In Practice
Рет қаралды 3 М.
СКОЛЬКО ПАЛЬЦЕВ ТУТ?
00:16
Masomka
Рет қаралды 3,6 МЛН
Don't underestimate anyone
00:47
奇軒Tricking
Рет қаралды 23 МЛН
The Simplest Digital Filter (STM32 Implementation) - Phil's Lab #92
23:31
STM32 LESSON #10: ADC (DMA + TIMER)
2:59
NimaLTD
Рет қаралды 1,6 М.
FIR Filter Design and Software Implementation - Phil's Lab #17
30:35
[#5] IIR Filters - Audio DSP On STM32 with I2S (24 Bit / 96 kHz)
26:33
YetAnotherElectronicsChannel
Рет қаралды 78 М.
[#15] CMSIS DSP Library - Audio DSP On STM32 (24 Bit / 48 kHz)
15:24
YetAnotherElectronicsChannel
Рет қаралды 38 М.
Z-Transform - Practical Applications - Phil's Lab #27
26:02
Phil’s Lab
Рет қаралды 55 М.