let check_frequency = fun f1 -> fun f2 -> if f1 = f2 || f2 = 0 then f1 else if f1 = 0 then f2 else raise (Signal_operation "frequency not matched.")