Skip to content

MATSim #439

Answered by Nitnelav
pandanwaffles asked this question in Q&A
Mar 28, 2022 · 1 comments · 8 replies
Discussion options

You must be logged in to vote

Hi, yes so,

With MATSIM, you get traffic conditions (LV, LV_SPD,...) every 15min or 60min. To avoid computing the propagation for each traffic condition, we compute the attenuation between sources (roads) and receivers before applying it to every traffic condition.

The attenuation is computed by setting all roads Lw to 0dB (this is the SOURCE_0DB table) and running the Noise_Level_From_Source script with the confExportSourceId parameter.

The result (LDAY_GEOM table) then has all negative values as it represents the Lp-Lw attenuation between every source-receiver.

Then to get the Lp for a specific traffic condition, we just have to arithmetically add the roads Lw in the LDAY_GEOM table and…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Nitnelav
Comment options

@Nitnelav
Comment options

@pandanwaffles
Comment options

@Nitnelav
Comment options

@pandanwaffles
Comment options

Answer selected by pierromond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants