<div dir="ltr"><div><div><div><div><div><div><div><div><div>Dear All,<br><br></div>for a simulation temperatures shall be converted into a sound.<br><br></div>E.g.: Each temperature value represents a frequency.<br><br></div>Low temperatures = low frequency<br></div>High temperature = high frequency.<br><br></div><div>For creating the sound I use following approach:<br></div><div>  - create empty array, that will represent the final sound file<br></div><div>  - insert at the correct position(s) the corresponding frequencies (that represent a dedicated temp-value)<br></div><div> - save the - now completely filled - array using: savewave()<br><br></div><div> I assume, that all frequencies are saved with the same amplitude.<br></div>Since different frequencies are recognized differently by the human ear, some frequencies will appear louder than others.<br><br></div>To take care of this, I would like to apply the A-weighting curve onto the sound.<br><br></div>How could this be done in Scilab?<br><br></div>Thank you,<br></div>Philipp<br></div>