Hello everyone, although I researched, I could not understand the difference between PDM (pulse densty modulation) and PWM (pulse width modulation) in practice.
PDM: The analog modulation type in which the carrier signal pulse width changes according to the modulation signal. There is no change in the amplitude or position of the pulses. definition is made.
PWM: a special case of PDM where the switching frequency is constant and all pulses corresponding to a sample are adjacent in the digital signal. definition is made.
It is described as the same in most sources, I can not see any difference in the graphics. Not used in fixed frequency in PDM? As an advantage, PDM allows ZVS / ZCS, reduces EMI, ok but how does it do it, what is the difference in implementation?
I have the stm32f103 microcontroller, can I produce PDM with this microcontroller?
The definition is valid for PWM but not PDM although the pulse patterns may look similar in a shallow analysis. PDM is generated by switching a pulse of fixed length and frequency on and off. Sigma-delta modulator is a popular method to generate PDM.