isce3 0.25.0
|
Nominal SAR azimuth autocorrelation function. More...
#include <Kernels.h>
Public Member Functions | |
AzimuthKernel (double scale) | |
Constructor. | |
T | operator() (double x) const override |
Evaluate kernel at given location in [-halfwidth, halfwidth]. | |
![]() | |
Kernel (double width) | |
virtual | ~Kernel () |
Virtual destructor (allow destruction of base Kernel pointer) | |
double | width () const |
Get width of kernel. | |
Additional Inherited Members | |
![]() | |
using | value_type = T |
![]() | |
double | _halfwidth |
Nominal SAR azimuth autocorrelation function.
Inverse Fourier transform of a sinc^4 pattern, described in [villano2013].
|
inline |
Constructor.
[in] | scale | Typically antenna length L if working in distance units, or L/v if working in time units. |
|
overridevirtual |
Evaluate kernel at given location in [-halfwidth, halfwidth].
Implements isce3::core::Kernel< T >.