Many littles questions #324
Unanswered
Pierre-Moulin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, Legend colors can be changed in the settings: You can compute using octave only yes. The sound source and attenuation must be prepared accordingly.
The principle is to measure with and without the machine running. In the two measurements, the background noise must be the same. >>> from math import *
>>> background = 73.1
>>> background_with_machine = 74.2
>>> machine_noise = 10*log10(10**(background_with_machine/10.0)-10**(background/10.0))
>>> machine_noise
67.69768640520599
For 3D models. You should use FreeCad for designing or fixing: best regards, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(Je suis francais, vous pouvez répondre dans cette langue)
Hello, I have many little questions about the soft and acoustic modeling
-Can we change the colors of the legend
<60 --> Blue / >80 -->Red Smtk like this and if possible with programable steps
and if I just declare 8 frequencies (125 --> 8000) should I use an attention of 9 dB = -10 log(8)
-I still having mesh problems and dont know what to do :(
I have modelized the structure in Solidworks while using only surfaces (which is a bit hard) but always have coplanar surfaces :/
-If someone have advices for model an industry room (I have already do the tuto) :
Thanks for your support :)
Beta Was this translation helpful? Give feedback.
All reactions