|
|
|
|
|
by nok22kon
30 days ago
|
|
Rode NT1-A 5th gen microphone claims 32-bit float output, insisting it will not clip peaks so maybe they do sample at 24 bit at a well chosen gain level and then convert to 32 bit float, with the max 24 bit value being above 1.0 float or as GP said, use two separate ADCs at two different gains and combine their output |
|
Of course it does! And that's what it does, of course. But that has absolutely nothing to do with the AD process itself, which is chip-limited to 24 bits and likely physics-limited to somewhat less than that.
You can't beat the physical limit of a DA circuit by doubling them up at different gains.
And .. you don't want to. Going beyond 22 bits gets you into brownian noise pretty quickly, which is completely pointless.
The best you can do (or could do) is get a very, very, very good DA that can really do 22 bits (likely not commercially available because of the expense), and then get the samples from it in whatever format works best for your purpose (24 bit integer, some fixed point value, or 32 bit floating point).