package eu.worn.apps.androvac; public interface IRModulation { int getCarrierFrequency(); int[] modulate(byte[] frame); }