Transform FM points to I and Q data
Versione 1.0.0.0 (1,15 KB) da
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
Cita come
Stephen (2025). Transform FM points to I and Q data (https://it.mathworks.com/matlabcentral/fileexchange/42593-transform-fm-points-to-i-and-q-data), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2012b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Wireless Communications > Communications Toolbox > PHY Components > Modulation >
- Signal Processing > Signal Processing Toolbox > Signal Generation, Analysis, and Preprocessing > Waveform Generation >
Scopri di più su Modulation in Help Center e MATLAB Answers
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
