AudioCalcs
Diffusion Calculator — QRD & PRD Diffuser Design
Calculate diffuser well dimensions for target frequencies using QRD and PRD designs.
How We Calculate This
The QRD well-depth sequence is calculated using:
depthn = (n² mod N) × v / (2 × N × f)
Where n is the well number (0 to N−1), N is a prime, v is the speed of sound (343 m/s at 20°C), and f is the design frequency. The deepest well corresponds to the largest residue in the n² mod N sequence — for N=7 the residues are [0,1,4,2,2,4,1], so the maximum is 4 (not N−1=6).
Well width = v / (2 × N × f)
A Primitive Root Diffuser (PRD) instead uses depthh = (gh mod N) × v / (2 × N × f) for h = 1 to N−1, where g is a primitive root of N (so gh cycles through every residue 1…N−1 exactly once). This gives N−1 wells with no flat zero-depth well.
The effective bandwidth runs from the design frequency up to roughly N times the design frequency (the high-frequency limit set by the well width, fhigh = v / (2 × well width)).
Frequently Asked Questions
A Quadratic Residue Diffuser (QRD) uses wells of varying depths based on a quadratic residue sequence to scatter sound evenly across a wide angle. Designed by Manfred Schroeder, QRD diffusers are the most common type used in studios and concert halls.
Common choices are N=7, N=11, N=13 or N=17. Higher prime numbers give more wells and wider bandwidth but require more construction precision. N=7 is a good starting point and produces a compact, effective diffuser.
Diffusers work best on the rear wall of a studio control room (behind the listening position), on the ceiling between the monitors and listener, and on side walls where absorption alone would make the room too dead. They preserve acoustic energy while reducing flutter echoes.
Related Calculators
Diffuser Calculator
Calculate QRD diffuser well depths from prime number sequence for a target frequency range.
Room Acoustics Calculator
Estimate room modes, resonant frequencies and key acoustic properties from room dimensions. Free online room acoustics calculator.
Reverb Time Calculator
Calculate RT60 reverberation time using the Sabine and Eyring equations. An essential tool for studio and live room acoustic design.
Absorption Coefficient Calculator
Calculate total sound absorption and average absorption coefficient for any room. Plan your acoustic treatment for studios and venues.
Decibel Calculator
Add, subtract and compare decibel levels with this free calculator. Combine multiple sound sources and calculate dB change with distance.
Was this calculator helpful?
Last updated: February 2026
All calculations are estimates based on standard formulas. Always verify results for critical applications.