Convolution vs Parametric

QNAP Core

Ethernet or Fiberoptic to MSB DAC

Convolution vs Parametric
Does the engine work the same if one imports an REW file into convolution vs typing in the filters in Parametric? Under Convolution it seems to take longer to play the song and doesn’t work for DSD (no DSD sampling file out of REW) whereas with Parametric it seems to work faster and with DSD.

Thank you,
Michael

Any DSP has to be applied in PCM , same as parametric. Roon will always convert source to PCM then apply DSP then back to DSD regardless of PEQ or Convolution. . Convolution is a far more advanced way of applying DSP and as a result can apply far more complex corrections and filters compared to PEQ but comes at a cost of needing far more horsepower.

Thank you that is very helpful. In terms of information however, what else would convolution files have other than frequency, Q and attenuation/amplification per filter? My convolution files seem to show 15-16 filters which I then copy in parametric.

Thanks again!
Best,
Michael

reverberant field information, have a look here for additional capabilities:

Hmmm…are you sure? I need to connect a DSD DAC again, but I’m fairly certain that the wizards at Roon Labs came up with a way to apply convolution and other sorts of DSP without a round-trip through PCM. I’ll re-test and get back to you.

Update: Yes. No round-trip through PCM:

In the meantime, have a look at this thread…

I assumed it was pcm due to the bit depth upsampling and you can’t do it on the native format itself. Cant say i have looked into it in much detail. Better than I thought thanks for the correction.

My completely subjective and likely to be completely wrong opinion is that convolution can have a more dramatic effect without as many artifacts . To do the same with a parametric EQ will cause more audible artifacts.

As I say I do not know what I am talking about and I am likely to be shot down. But this is how it sounds to me.

I think it’s easier to end up with a set of filters that produces audible clipping using PEQ than convolution…but it’s certainly possible to do this with either. :slight_smile:

I was thinking more “pre ringing / post ringing” effects but as I say I don’t really know what I am taking about so if there are no difference between the two then just ignore me.

I don’t know much about it, but one of the distinctions between convolution and EQ is that convolution usually refers to an FIR (finite impulse response) design like a linear phase filter, whereas many EQ filters are IIR (infinite impulse response) which shifts phase. I don’t know whether Roon uses FIR or IIR in PEQ.

FIR takes more computing power than IIR, but you can fold many DSP functions into a single impulse response file and convolve it as a single operation, preserving phase.

The above is a bit simplistic, because convolution is a mathematical operation, whereas FIR and IIR are filter designs. In theory you could use a convolution function to implement either an FIR or an IIR filter, but FIR is more usual because of the advantages set out below.

Here’s a bit more about them all:

An FIR filter has a number of useful properties which sometimes make it preferable to an infinite impulse response (IIR) filter. FIR filters:

  • Require no feedback. This means that any rounding errors are not compounded by summed iterations. The same relative error occurs in each calculation. This also makes implementation simpler.
  • Are inherently stable, since the output is a sum of a finite number of finite multiples of the input values, so can be no greater than {\displaystyle \scriptstyle \sum |b_{i}|}\scriptstyle \sum |b_i| times the largest value appearing in the input.
  • Can easily be designed to be linear phase by making the coefficient sequence symmetric. This property is sometimes desired for phase-sensitive applications, for example data communications, seismology, crossover filters, and mastering.

The main disadvantage of FIR filters is that considerably more computation power in a general purpose processor is required compared to an IIR filter with similar sharpness or selectivity, especially when low frequency (relative to the sample rate) cutoffs are needed. However, many digital signal processors provide specialized hardware features to make FIR filters approximately as efficient as IIR for many applications.
Source

The main advantage digital IIR filters have over FIR filters is their efficiency in implementation, in order to meet a specification in terms of passband, stopband, ripple, and/or roll-off. Such a set of specifications can be accomplished with a lower order ( Q in the above formulae) IIR filter than would be required for an FIR filter meeting the same requirements. If implemented in a signal processor, this implies a correspondingly fewer number of calculations per time step; the computational savings is often of a rather large factor.

On the other hand, FIR filters can be easier to design, for instance, to match a particular frequency response requirement. This is particularly true when the requirement is not one of the usual cases (high-pass, low-pass, notch, etc.) which have been studied and optimized for analog filters. Also FIR filters can be easily made to be linear phase (constant group delay vs frequency)—a property that is not easily met using IIR filters and then only as an approximation (for instance with the Bessel filter). Another issue regarding digital IIR filters is the potential for limit cycle behavior when idle, due to the feedback system in conjunction with quantization.
Source

In mathematics (in particular, functional analysis) convolution is a mathematical operation on two functions (f and g) that produces a third function expressing how the shape of one is modified by the other. The term convolution refers to both the result function and to the process of computing it. It is defined as the integral of the product of the two functions after one is reversed and shifted.
Source

They will have the same effect if you export a filter impulse response from REW and use it as convolution in Roon or directly key the filters in in PEQ. Convolution will use a lot more processing power though as it is capable of phase filters etc (which your REW exported files do not contain) and as you have mentioned Roon will skip all your DSD files. I use convolution only when I phase correct EQ filters in Rephase after REW. Then they make a difference worth the time delay.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.