interface DemodulationConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.GroundStation.CfnConfig.DemodulationConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_DemodulationConfigProperty |
Java | software.amazon.awscdk.services.groundstation.CfnConfig.DemodulationConfigProperty |
Python | aws_cdk.aws_groundstation.CfnConfig.DemodulationConfigProperty |
TypeScript | aws-cdk-lib » aws_groundstation » CfnConfig » DemodulationConfigProperty |
Defines demodulation settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const demodulationConfigProperty: groundstation.CfnConfig.DemodulationConfigProperty = {
unvalidatedJson: 'unvalidatedJson',
};
Properties
| Name | Type | Description |
|---|---|---|
| unvalidated | string | The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use. |
unvalidatedJson?
Type:
string
(optional)
The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.

.NET
Go
Java
Python
TypeScript