'Declaration Public Function New( _
ByVal pointNotch point.As System.Drawing.Point, _
ByVal cutoffFrequencyCutoff frequency of filter.As Double _
)
public IdealNotchRejectSpectrumFilter(
System.Drawing.Point point,
double cutoffFrequency
)
public: IdealNotchRejectSpectrumFilter(
System.Drawing.Point* point,
double cutoffFrequency
)
public:
IdealNotchRejectSpectrumFilter(
System.Drawing.Point^ point,
double cutoffFrequency
)
Parameters
- point
- Notch point.
- cutoffFrequency
- Cutoff frequency of filter.