Gets or sets the shape factor of the Raised Cosine, Root Raised Cosine, and Gaussian filters. The shape factor determines the effective bandwidth of the signal after filtering.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride Property ReceiveFilterAlpha As Double |
C# | |
---|
public abstract double ReceiveFilterAlpha {get; set;} |
C++/CLI | |
---|
public:
abstract property double ReceiveFilterAlpha {
double get();
void set ( double value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also