Get I and Q

function y = getiq('data', 'rate at which calculated per second, 'center frequency')

You are now following this Submission

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 (2026). Get I and Q (https://se.mathworks.com/matlabcentral/fileexchange/4796-get-i-and-q), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0