Filter löschen
Filter löschen

What is the multiplier in the "tank" section of the Reverberator system object

2 Ansichten (letzte 30 Tage)
Hi there, I'm looking into the Reverberator system object to see how we can use it to produce a controlled IR with a known RT per frequency.
In the Algorithm section of the Mathworks help on the object, there is a "tank" sub-section. We would like to know why the output signal is multiplied by 0.6? There's no reasoning behind this in the documentation, perhaps it is obvious, but I don't want to make assumptions.
If someone could explain this multiplication factor that would be most helpful.
Many thanks.

Antworten (1)

Eric
Eric am 5 Jun. 2024
Short answer: It's probably 0.6 because that's what the algorithm says it should be. Why the algorithm says it should be 0.6 is up to you to figure out.
Long answer: I looked at the MATLAB documentation and I see the 0.6 factor you are referring to. As you already mentioned, there is no explanation for this listed. However, the MATLAB documentation does mention two journal papers by Jon Dattorro at the bottom of the page (down in that References section that I usually, and you possibly also, typically ignore). If you were to look into the first of these papers, you would find the same 0.6 factor is listed in the original author's pseudocode, in Table 2. I would guess MATLAB is just implementing this code as-is. Since the paper says 0.6, MATLAB makes it so.
With no knowledge of any of this, I tried scanning the paper myself for a better answer, but I don't see an obvious reason for the number jumping out at me. If you need a better answer, I suggest you, with your expertise in this area, start by reading the paper yourself and see if you can find a better answer. Note that it's possible the author has pulled that 0.6 factor from yet another paper and simply referenced it without sufficient explanatation. In that case, you would need to track down that reference and read that paper. I don't know how deep the journal-paper-reference hole goes, but this should be enough to get you moving toward a more satisfactory answer, if "because it is" isn't good enough. If you do figure it out, feel free to come back here and answer your own question with what you find out in order to make the path easier for others. Alternatively, you are also welcome to try contacting the original author directly with your question, as he may be happy to help you understand why he wrote it that way. Either way, the next step seems to be outside the scope of MATLAB and MATLAB Answers.
If the factor is indeed arbitrary, go ahead and submit a bug/feature request to MATLAB with your explanation and references. I'm sure they can make it another property in the reverberator object for you to adjust, with 0.6 being the default value.
  1 Kommentar
Mark Thompson
Mark Thompson am 6 Jun. 2024
Hi Eric, thanks for your response.
yes, I've seen the two papers referenced in the help documentation, which is why I've posted here to ask Mathworks (whoever implemented this function) to provide clarification and comment. Blindly using a function without understanding it is a risk we would like to avoid. So I'd like to continue to ask for an explanation of what the factor of 0.6 is and why it is applied in the algorithm; I can't make assumptions.
Kind regards.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Measurements and Spatial Audio finden Sie in Help Center und File Exchange

Produkte


Version

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by