MCPcopy
hub / github.com/LCAV/pyroomacoustics / wrapper_ism

Function wrapper_ism

tests/test_random_ism.py:19–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def wrapper_ism():
20 room = pra.ShoeBox(room_size, fs, materials=pra.Material(0.1), max_order=50)
21
22 room.add_source(source_loc)
23
24 room.add_microphone(mic_loc)
25
26 room.compute_rir()
27
28 ssf_ism = met.sweeping_echo_measure(room.rir[0][0], fs)
29
30 return ssf_ism
31
32
33def test_ism():

Callers 2

test_ismFunction · 0.85
test_random_ism.pyFile · 0.85

Calls 3

add_sourceMethod · 0.80
add_microphoneMethod · 0.80
compute_rirMethod · 0.80

Tested by

no test coverage detected