Transform FM points to I and Q data

Version 1.0.0.0 (1.15 KB) by Stephen
This file transforms fm points to I and Q data for arbitrary waveform generators
302 Downloads
Updated 12 Jul 2013

View License

Fm is a collection of points of the relative frequency to the carrier.
Phase = I + Q*i
Eg) To create sin IQ modulation
fm = 1000000*sin(2*pi*10000*t);
[I Q] = fm2IQ(fm, sampclk);
this will create sin modulation with "amplitude" +/- 1Mhz repeating at 10Khz

Cite As

Stephen (2025). Transform FM points to I and Q data (https://se.mathworks.com/matlabcentral/fileexchange/42593-transform-fm-points-to-i-and-q-data), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0