AWS::GroundStation::Config DemodulationConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::GroundStation::Config DemodulationConfig

Defines demodulation settings.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "UnvalidatedJSON" : String }

YAML

UnvalidatedJSON: String

Properties

UnvalidatedJSON

Property description not available.

Required: No

Type: String

Pattern: ^[{}\[\]:.,"0-9A-z\-_\s]{1,8192}$

Update requires: No interruption

Examples

Create a DemodulationConfig

The following example creates a Ground Station DemodulationConfig

JSON

{ "DemodulationConfig": { "UnvalidatedJSON": "{ \"type\":\"QPSK\", \"qpsk\":{ \"carrierFrequencyRecovery\":{ \"centerFrequency\":{ \"value\":7812, \"units\":\"MHz\" }, \"range\":{ \"value\":250, \"units\":\"kHz\" } }, \"symbolTimingRecovery\":{ \"symbolRate\":{ \"value\":15, \"units\":\"Msps\" }, \"range\":{ \"value\":0.75, \"units\":\"ksps\" }, \"matchedFilter\":{ \"type\":\"ROOT_RAISED_COSINE\", \"rolloffFactor\":0.5 } } } }" }, }

YAML

DemodulationConfig: UnvalidatedJSON: '{ "type":"QPSK", "qpsk":{ "carrierFrequencyRecovery":{ "centerFrequency":{ "value":7812, "units":"MHz" }, "range":{ "value":250, "units":"kHz" } }, "symbolTimingRecovery":{ "symbolRate":{ "value":15, "units":"Msps" }, "range":{ "value":0.75, "units":"ksps" }, "matchedFilter":{ "type":"ROOT_RAISED_COSINE", "rolloffFactor":0.5 } } } }'