Reply To: Sound Source Localization with suppression of constant noise

HARK FORUM Sound Source Localization with suppression of constant noise Reply To: Sound Source Localization with suppression of constant noise

#448

I identified the cause by checking your network file (PreMeasuredNoiseSSL.n).
The problem is very simple, the Gener_Pre_Measured_Noise_SSL sheet must be set to “iterator”. Right now it is set to “subnet”.
In HARK, processing is repeated on an input stream on a frame-by-frame basis.
Therefore, the type of the sheet created by the user placed next to the InputStream node in the MAIN sheet should be an iterator in general.
The name of the sheet can be arbitrarily given, but as in the cookbook example, we often use the name “LOOP” for the sheet to be processed repeatedly.

How to change:
Left click on the tab of the target sheet and select it, then click “Change to iterator” from the pop menu displayed by right clicking.

When creating a new sheet:
If you click on the “+” button, You can change the “Type” parameter from “subnet” to “iterator”.

Best regards,
m.takigahira