assertargs.channel_num>=0andargs.channel_num<=fm.shape[1],"the channel is out of the range"
assertargs.channel_num>=0andargs.channel_num<=fm.shape[1],"the channel is out of the range, should be in {} but got {}".format([0,fm.shape[1]],args.channel_num)