XxY Convolution

This operator applies an XxY convolution algorithm to the echogram.

You define the convolution algorithm and size of the convolution window on the XxY Convolution page of the Variable Properties dialog box.

Echoview accepts a single operand of the following data types as input:

  • Color
  • Linear
  • Power dB
  • Sv
  • TS
  • Unspecified dB

Note: Under live viewing, the Live Export based on a convolution variable may be limited.

Settings

The XxY Convolution Variable Properties dialog box pages include (common) Variable Properties pages and these operator pages:

Operands page

XxY Convolution page

Specifies the convolution algorithm and the size of the convolution kernel window.

Setting

Description

Algorithm

Select a convolution algorithm to use.

Rows (samples)

Specifies the row size of the convolution window. The row value is restricted to an odd number, between 1 and 999, and spans sample space.

Columns (pings)

Specifies the column size of the convolution window. The column value is restricted to an odd number, between 1 and 999, and spans ping space.

Input samples per calculation

Displays the number of input samples for each calculation. This number is based on the specified Row and Column settings.

Although you can set Row and Column to any odd number between 1 and 999, it has been found that this operator's performance decreases as the product of these settings increases. A warning is displayed when the value for the Input samples per calculation is greater than 1000.

Algorithm

Available XxY Convolution kernel algorithms. For details For details on how kernel convolutions are applied and how new sample values are calculated in Echoview see Convolution algorithms: Sliding window and kernel.

Top hat algorithm

The kernel cell values in the XxY convolution kernel are set to 1.

Gaussian blur algorithm

The Gaussian blur algorithm is an image-blurring filter that uses a normal distribution for calculating data values for the XxY sliding window. The standard deviation σ is used to classify the "strength" of the blurring. The kernel cell values in the XxY convolution kernel are calculated using the equation for a Gaussian distribution in two dimensions as follows:

Gaussian blur equation

Where:

u

is the kernel row index (relative to the center [0,0]) of the specified sliding window.

v

is the kernel column index (relative to the center [0,0]) of the specified sliding window.

σ

is the standard deviation of the Gaussian distribution.

0.6 = weak

1.0 = moderate

2.0 = strong

More information on the Gaussian blur algorithm can be found in the Wikipedia topic Gaussian blur.

See also

About virtual variables
Operator licensing in Echoview