You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for this great library. I've seen many simulation libraries but none of them include the simulation of scattering. Your inclusion of scattering is really useful.
I have a question though. When I simulated 1000 RIRs with 40 microphones and 25 sources, the resulting RIRs are quite long (~21 seconds). However, when I only simulated 6 RIRs in the same room, the resulting RIRs are much shorter. I'm sure this is not because of the source-receiver distance or the room parameters. Then I found that basically after 3s, the remaining samples almost have a 0 amplitude. I set AutoCrop to false because I want to keep the leading zeros in favor of a fair direct sound arrival time simulation, but at the same time I also have to keep the trailing zeros in the current code...
I was wondering whether you could share the source code of MCRoomSim.mexw64 so that I could change the code a little bit to fit my use (keep leading zeros while cropping trailing zeros)? If the code could not be shared, could you kindly update this zero cropping function in your original code?
Thanks a lot in advance.
The text was updated successfully, but these errors were encountered:
Hello! Thanks for this great library. I've seen many simulation libraries but none of them include the simulation of scattering. Your inclusion of scattering is really useful.
I have a question though. When I simulated 1000 RIRs with 40 microphones and 25 sources, the resulting RIRs are quite long (~21 seconds). However, when I only simulated 6 RIRs in the same room, the resulting RIRs are much shorter. I'm sure this is not because of the source-receiver distance or the room parameters. Then I found that basically after 3s, the remaining samples almost have a 0 amplitude. I set
AutoCrop
tofalse
because I want to keep the leading zeros in favor of a fair direct sound arrival time simulation, but at the same time I also have to keep the trailing zeros in the current code...I was wondering whether you could share the source code of
MCRoomSim.mexw64
so that I could change the code a little bit to fit my use (keep leading zeros while cropping trailing zeros)? If the code could not be shared, could you kindly update this zero cropping function in your original code?Thanks a lot in advance.
The text was updated successfully, but these errors were encountered: