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
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 LinuxCategories
- Wireless Communications > Communications Toolbox > PHY Components > Modulation >
- Signal Processing > Signal Processing Toolbox > Signal Generation, Analysis, and Preprocessing > Waveform Generation >
Find more on Modulation in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |