Commit fe50daea authored by Marco Buttu's avatar Marco Buttu
Browse files

Added the SBandReceiver and LO_SBAND configurations

parent 8cd7f259
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>
<Component xmlns="urn:schemas-cosylab-com:Component:1.0" 
           xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
           xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              
    Name="LO_SBAND"
    Code="LocalOscillatorImpl"
    Type="IDL:alma/Receivers/LocalOscillator:1.0"
    Container="LocalOscillatorsContainer"
    KeepAliveTime="10"
    Default="false"
    ImplLang="cpp"
/>
+15 −0
Original line number Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>

<Feeds xmlns="urn:schemas-cosylab-com:Feeds:1.0"
       xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
       xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	
	<Feed>
		<feedCode>0</feedCode>
		<xOffset>0.0</xOffset>
		<yOffset>0.0</yOffset>
		<relativePower>1.0</relativePower>
	</Feed>
	
</Feeds>
+19 −0
Original line number Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>

<MarkCoefficientsSBandLookUpTable xmlns="urn:schemas-cosylab-com:MarkCoefficientsSBandLookUpTable:1.0"
                xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
                xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

                <MarkEntry>
                    <Feed>0</Feed>
                    <Polarization>LEFT</Polarization>
                    <Coefficients>0.2912, -21.21, 506.97, -3955.5</Coefficients>
                </MarkEntry>
                <MarkEntry>
                    <Feed>0</Feed>
                    <Polarization>RIGHT</Polarization>
                    <Coefficients>0.2141, -15.771, 379.96, -2976.8</Coefficients>
                </MarkEntry>

</MarkCoefficientsSBandLookUpTable>
+20 −0
Original line number Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>

<ReceiversModeSetup xmlns="urn:schemas-cosylab-com:ReceiversModeSetup:1.0" 
	xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	
	Mode="SINGLEDISH"
	RFMin="3000.0 3000.0"
	RFMax="4500.0 4500.0"
	IFMin="300.0 300.0"
	IFBandwidth="1500.0 1500.0"
	Feeds="1"
	IFs="2"
	Polarization="L R"
	DefaultLO="4800.0 4800.0"
	FixedLO2="0.0 0.0"
	LOMin="4600.0 4600.0"
	LOMax="5100.0 5100.0"
/>
+20 −0
Original line number Diff line number Diff line
<?xml version='1.0' encoding='ISO-8859-1'?>

<ReceiversModeSetup xmlns="urn:schemas-cosylab-com:ReceiversModeSetup:1.0" 
	xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
	xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	
	Mode="SINGLEDISH"
	RFMin="3000.0 3000.0"
	RFMax="4500.0 4500.0"
	IFMin="300.0 300.0"
	IFBandwidth="1500.0 1500.0"
	Feeds="1"
	IFs="2"
	Polarization="L R"
	DefaultLO="4777.0 4777.0"
	FixedLO2="0.0 0.0"
	LOMin="4600.0 4600.0"
	LOMax="5100.0 5100.0"
/>
Loading