Get I and Q

function y = getiq('data', 'rate at which calculated per second, 'center frequency')
2.5K Downloads
Updated 26 Apr 2004

View License

function y = getiq(x,freq)
this takes in the frequencies X that were received at a rate of FREQ and gives you a complex value which is I and Q - this is used when you have frequency X changing and the phase is cumulative - meaning it does not start each new frequency at the same spot

OR

function y = getiq(data,freq,fc)
this takes in frequencies X that were received at a rate of FREQ and gives you a complex value which is I and Q based around a center frequency FC this is used when you have frequency X changing and the phase is cumulative - meaning it does not start each new frequency at the same spot

Cite As

Nate Melster (2024). Get I and Q (https://www.mathworks.com/matlabcentral/fileexchange/4796-get-i-and-q), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Measurements and Feature Extraction in Help Center and MATLAB Answers

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