Recent content by G29

  1. G

    SPL vs dbFS delta question

    For my clarification. The SPL appears to be kept in the MDAT file and is not stored in an exported .WAV file. Is that correct ? I just ran a test by exporting the REW generated product to .WAV file in both SPL and dbFS modes. Bringing the 2 .WAV files back into REW, loses the extra SPL...
  2. G

    SPL vs dbFS delta question

    Attached mdat file. Source signals only.
  3. G

    SPL vs dbFS delta question

    Attached mdat file. Products only.
  4. G

    SPL vs dbFS delta question

    Novice question. What is the difference between SPL and dbFS ? When I externally multiply 2 signals and then compare the product against the Arthmetic multiply function in REW, everything (excluding noise floor) appears to be identical except for the SPL display. In the first image, the brown...
  5. G

    BLACK FRIDAY Deals - 2024 - Deals ONLY posts!

    Parts Express is offering 12% site wide with BLACKFRI24 coupon code.
  6. G

    General SPL Plotting Question

    Thanks much !!! Left side import works now with default values.
  7. G

    CamillaDSP IIR format output?

    Hope this helps someone. Here is an updated script that slices, dices, indents, aggregates and merges 2 stereo REW YAML files into a copy of your CDSP config file in the appropriate 3 sections (aggregate filter definitions, pipeline filter names list for entire left channel and pipeline filter...
  8. G

    CamillaDSP IIR format output?

    Thanks John, but that appears to cause the same issue when merging with the other arguments such as the channel identifier. I will make a sed script to do the indentions and extractions and then read the files into the appropriate sections with vi. Too bad YAML doesn't have #include "filename"...
  9. G

    CamillaDSP IIR format output?

    Gotcha, thought you were using formatted print statements instead of a YAML library.
  10. G

    CamillaDSP IIR format output?

    Hi John, The change I am requesting is simple. This .... pipeline: names: - L_1 - L_2 - L_3 - L_4 - L_5 - L_6 - L_7 - L_8 - L_9 - L_10 - L_11 - L_12 - L_13 - L_14 - L_15 type: Filter should be ... pipeline: - type: Filter names: - L_1...
  11. G

    CamillaDSP IIR format output?

    FWIW, I get spacing errors when importing the pipeline section of CamillaDSP 2.0.3 Biquds. All of the individual Biquad names need to be spaced over to the right by 2 spaces. Other than that, they appear to be working properly. The following section needs further indention. pipeline...
  12. G

    General SPL Plotting Question

    Thanks, have it working with the "IR windows" option. It appears much more as expected for 32-bit. The only variance remaining are the 3 different floors which is the least of my concerns. Plot using 1/48th octave smoothing to get rid of the hash.
  13. G

    General SPL Plotting Question

    Drag-n-drop behaves differently than imports.
  14. G

    General SPL Plotting Question

    FWIW, I have been using the drag-n-drop for the XO .wav files. Changing the windowing algo got rid of the oscillations, but still have the knee kicking out to the right. Will search for the other settings window under the new version. Still finding my way around the new layouts. Thanks for...
Back
Top