Watch FREE for yourself a live TV broadcast from around the world about the latest news from Ukraine.
Click Visit here to watch for FREE


Sign In
Help


IQ Phase Gain Correction entity

library ieee;use ieee.std_logic_1164.all;use ieee.std_logic_arith;use ieee.numeric_std.all; entity IQGainPhaseCorrection isgeneric(width:natural);port( clk :in std_logic; x1 :in signed(width downto 0); y1 :in signed(width downto 0); gain_error :out signed(width downto 0); gain_lock :out bit; phase_error :out signed(width downto 0); phase_lock :out bit; corrected_x1 :out signed(width downto 0); corrected_y1 :out signed(width downto 0) );end IQGainPhaseCorrection;
No Categories Assigned
List View
Most Popular
Microwave Engineering Project

Microwave Engineering Project