Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schematics #1

Open
mtexier opened this issue Oct 5, 2022 · 2 comments
Open

Schematics #1

mtexier opened this issue Oct 5, 2022 · 2 comments

Comments

@mtexier
Copy link

mtexier commented Oct 5, 2022

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.

@Aether-yang
Copy link

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

@sdima1357
Copy link
Owner

sdima1357 commented Jun 10, 2023

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants