This commit is contained in:
zymon 2024-06-02 19:16:45 +02:00
parent 8d22ab308d
commit 7505a5f5fc

View file

@ -36,7 +36,8 @@ function ISM(
room::RectangularRoom,
config::ISMConfig;
)
h = config.N
h = zeros(config.N)
# TODO: h = zeros(T, config.N)
ISM!(h, tx, rx, room, config)
if config.hp