Hi Dhruv,
The "iqmodulator" block handles baseband IQ modulation. To transmit your 4FSK signal at 150 MHz, you'll need to add a carrier outside the block.
Two options:
- External Modulation: Modulate your 4FSK with a 150 MHz carrier (e.g., cos block) before feeding it to "iqmodulator".
- Simulink Upconversion: Use Simulink's upconversion blocks to achieve the frequency shift.
Keep your 4FSK signal components below 500 kHz to avoid aliasing.
Refer: https://www.mathworks.com/help/simrf/ug/modulate-two-tone-dc-signal-using-idealized-baseband-mixer-block.html for more details.