stm32f401cdu6_Audio icon indicating copy to clipboard operation
stm32f401cdu6_Audio copied to clipboard

Schematics

Open mtexier opened this issue 2 years ago • 2 comments

I'm also trying to use a STM32 without a DAC to produce music. I it is possible to have a schematic of the electronic, I assume you do some filtering and amplification?

There is implemented virtual software second order sigma delta adc for the shift quantization noise to high frequency. see here (it [provide useful links too at the end of document):

I don't understand, PWM output means to create a DAC converter, and the mentionned paper seems to speak about ADC conversion.

And finally how it compares to this? http://www.openmusiclabs.com/learning/digital/pwm-dac/

Thanks.

mtexier avatar Oct 05 '22 13:10 mtexier

I'm also trying to use a STM32 without a DAC to produce music. @mtexier What about your work now? Do you fix it?

Aether-yang avatar Jun 10 '23 14:06 Aether-yang

I'm also trying to use a STM32 without a DAC to produce music. I it is possible to have a schematic of the electronic, I assume you do some filtering and amplification?

There is implemented virtual software second order sigma delta adc for the shift quantization noise to high frequency. see here (it [provide useful links too at the end of document):

I don't understand, PWM output means to create a DAC converter, and the mentionned paper seems to speak about ADC conversion.

And finally how it compares to this? http://www.openmusiclabs.com/learning/digital/pwm-dac/

Thanks.

It uses same algorithm for sound processing as described in the paper. If You use analog (class A, AB or B) amplifier or headphones -they have native low pass filter. You have add low pass filter only in the case class D amplifier...

sdima1357 avatar Jun 10 '23 19:06 sdima1357