Generate integer data and modulate data by using an FSK modulator object configured to accept integer data (BitInput=false). data = randi([0 M-1],nspf,1); modSignal = fskmod_bif(data); Because the input length changes, you must release the demodulator objects before reusing them. Demodu...