In multi-rate filter bank applications (e.g. a wideband channelizer) where overlapping and non-overlapping 2D rectangular regions represent different frequency bands of interest at different times and over different time durations, different layers of frequency resolution can potentially generate overlaps causing multiple detection within one time-frequency cell. These time frequency overlaps result in less efficient compression due to multiple transmissions of the same data. Additionally since signal reconstruction errors increase for smaller time-frequency regions, the most accurate reconstruction corresponds to regions with the largest bandwidth and longest time-duration.
In binary image coding where the compressed data corresponding to just the locations and sizes of the non-zero “black” regions is sufficient for reconstructing the image, an iterative approach is used. Known methods of binary image coding consists of three main steps: (a) a raster-scan through the columns and then the rows of the image to find the next non-zero pixel corresponding to a top-left corner, (b) a column-wise scan to find the top-right corner at the first zero pixel and (c) a row-wise scan to find either the bottom-left or bottom-right corner corresponding to a zero pixel between the left and right sides or to a non-zero pixel in the columns directly outside the left and right sides. However, this method does not provide the set of non-overlapping regions with either maximum vertical-extent or maximum horizontal-extent. Also, the method cannot be directly applied to a set of overlapping rectangular regions to determine the optimal set of non-overlapping regions.
A known prior art compression technique for binary text images uses a similar approach. The prior art technique partitions the non-zero regions into non-overlapping and fully overlapping regions, defines the vertices and assigns specific codes to the converted rectangular regions' vertices reflective of their status as non-overlapping or fully overlapping regions. This method does not provide a set of non-overlapping rectangular regions encompassing the entire marked area, nor does it allow for a maximum extent in one dimension.
For data compression, error reduction, and other reasons, it is desirable to employ a method for converting overlapping rectangular two-dimensional (2D) regions into a new set of non-overlapping rectangular regions to thereby allow for efficient reconstruction of a signal output from the filter bank. It is further desirable that the above method determine the smallest set of non-overlapping rectangular regions with the maximum extent in either the vertical or the horizontal dimension since signal reconstruction errors are larger for smaller time-frequency regions. The most accurate reconstruction corresponds to regions with the largest bandwidth and longest time duration, i.e. larger time frequency regions.
Accordingly, it is an object of the disclosed subject matter to obviate many of the above problems in the prior art and to provide a novel method in a multi-channel detection system for transforming a plurality of overlapping two-dimensional rectangular regions into non-overlapping 2D rectangular regions wherein each non-overlapping region has a maximum extent in a major dimension (i.e. either horizontally or vertically). An embodiment of the method includes the steps of: splitting the overlapping regions into marked regions in a non-uniform grid; merging the marked grid regions along the major dimension and along the minor dimension to thereby form non-overlapping regions wherein no two non-overlapping rectangular regions have an adjacent edge orthogonal to the major dimension.
It is another object of the disclosed subject matter to provide a novel improvement of a method for compressing data. One embodiment of the method comprises the step of transforming overlapping two-dimensional rectangular regions into non-overlapping 2D rectangular regions wherein the non-overlapping rectangular regions have a maximum extent in one dimension.
It is yet another object of the disclosed subject matter to provide, in a time-frequency window of interest, a novel method of excising the overlapping portion of two-dimensional rectangular areas. An embodiment of the method comprises the steps of forming a non-uniform two-dimensional grid using the coordinates of the overlapping rectangular areas; splitting the overlapping 2D rectangular areas into non-uniform grid units, and combining adjacent tagged grid units into non-overlapping rectangular regions defined by major edges and minor corners.
It is still another object of the disclosed subject matter to provide a novel method of reconstructing a coverage area defined by overlapping two-dimensional rectangular regions with non-overlapping 2D rectangular regions. An embodiment of the method comprises the steps of forming a non-uniform two-dimensional grid using the coordinates of the overlapping rectangular areas; splitting the overlapping 2D rectangular areas into non-uniform grid units; and combining adjacent tagged grid units into non-overlapping rectangular regions defined by major edges and minor corners.
It is an additional object of the disclosed subject matter to provide a novel improvement for a method in a Cartesian space defined by a frequency domain and a time domain for transforming a plurality of overlapping rectangular regions into a plurality of non-overlapping rectangular regions. An embodiment of the method comprises the improvement wherein none of the non-overlapping rectangular regions share a common edge orthogonal to a preferred dimension.
It is still an additional object of the disclosed subject matter to provide, in a time-frequency window of interest, a novel method of excising the overlapping portion of overlapping two-dimensional rectangular areas comprising the step of transforming the overlapping rectangular areas into non-overlapping rectangular areas by the improvement wherein none of the non-overlapping rectangular areas share a common edge orthogonal to a preferred dimension.
These and many other objects and advantages of the disclosed subject matter will be readily apparent to one skilled in the art to which the disclosure pertains from a perusal or the claims, the appended drawings, and the following detailed description of the preferred embodiments.
A method according to an embodiment of the disclosed subject matter comprises three steps: (1) determining a non-uniform 2D grid corresponding the all the overlapping rectangular region boundaries, (2) determining the non-uniform grid rectangles covered by one or more of the overlapping rectangles and (3) combining directly adjacent covered grid regions to find the smallest set of non-overlapping rectangles with the maximum extent either vertically or horizontally.
For the ith 2D rectangular region Ri 10 in a set of N possibly overlapping rectangular regions 1 as shown in
Determining a Non-uniform Grid
An initial step in an embodiment of the disclosure is to define a non-uniform grid corresponding to the unique x-values and unique y-values of a set of possibly overlapping rectangular regions. Let the Nx×1 vector xg denote the unique x values in the 2N×1 vector [x0T,x1T]T, sorted in ascending order, i.e. min(x0)=xg,1<xg,2< . . . <xg,N
Determining the Non-uniform Grid Regions Covered by Rectangles
A latter step in the process is to determine which single row/single column non-uniform grid regions are covered by one or more of the rectangular regions represented by x0, x1, y0, and y1. Let the Ny×Nx matrix C be a coverage indicator matrix where Ci,j=1 if x0,n≦xg,j<x1,n and y0,n≦yg,i<y1,n for any n=1, . . . , N and otherwise Ci,j=0. The small dot symbols 22 in
Combining Directly Adjacent Covered Grid Regions
To determine a smaller set of non-overlapping rectangles, adjacent covered grid regions are grouped or merged, first in the major (vertical) dimension and second in the minor (horizontal) dimension. Again the major and minor dimensions are assigned for illustration only and are not intended to be limiting the embodiment of the disclosed subject matter in anyway. Grouping adjacent covered grid regions can be equivalently expressed in terms of edge-detection for the “binary image” formed by the coverage matrix C 20. The top and bottom “edges” in C 20 correspond to the non-zero 1st-order differences in the rows of C 20. Since any “ones” (small dots 22) in the 1st row of C 20 correspond to bottom edges of tall-narrow single column rectangles, let the 1st-order row-difference matrix be defined as
The rows of the non-zero elements of CΔy 30 correspond to either bottom edges 31, where [CΔy]i,j=1, or top edges 32, where [CΔy]i,j=−1, as shown in
The next step is to group any multiple-row/single-column rectangles in adjacent columns that have identical row indices. This can be performed via a corner-detection process similar to the previous edge-detection step. Since the corners of the multiple-row/multiple-column rectangles are desired, 1st-order differences are computed across the columns of CΔy rather than C itself. Let the Ny×Nx matrix CΔxΔy 40 denote the column-wise 1st-order differences of CΔy 30, i.e.
The bottom-left and top-right corners correspond to where CΔxΔy=1 while the top-left and bottom-right corners correspond to where CΔxΔy=−1. The locations of the corners, as well as the top and bottom edges, are shown in
Given the matrix CΔxΔy 40 and index vectors ey
Let n=1 and let Ny×Nx matrix D=0.
For i=1, . . . NC, let iy=[ey
If Di
Assign [{tilde over (e)}y
Let mx denote the index of the first non-zero element of vector b.
Assign [{tilde over (e)}x
Increment n=n+1
Each element of matrix D indicates if the grid-region corresponding to that row and column has already been assigned to a multiple-row/multiple-column rectangle. The Nx×1 vector b indicates if matrix CΔxΔy 40 has any non-zero elements from row iy to row my in the columns greater than ix. It is used to find the right-edge of the multiple-row/multiple-column rectangle with bottom-left at (ix,iy) and top-left at (ix,my). The vectors, {tilde over (e)}x
For comparison, non-overlapping regions determined based on the prior art approach are shown in
For the example of rectangles regions shown in
The rectangles in
The non-overlapping regions determined from matrix C using the prior art method are shown in
An embodiment of the disclosed subject matter generally gives a larger number of rectangles due to the constraint on the extent of the rectangles in the major dimension. This can be seen from the two histograms shown in
The performance of the two methods with respect to maximizing the extent of the non-overlapping regions in the major dimension can be measured from the number of undesirable shared edges between any two regions. When the major dimension is vertical, this corresponds to the number of times a non-overlapping region is directly above or below another region, i.e. bottom-edge against top-edge. In
In an embodiment of the disclosed subject matter, rectangular regions defining bandwidth, time slots or other particular sets of values, may likewise by implemented. Hard indices can be established for rectangular regions which restrict merging with adjacent covered regions in the dimension of interest. An embodiment can also use erosion and/or dilation morphological operations on the coverage indicator matrix, or “image”, to avoid situations with many closely spaced but not directly adjacent time-frequency regions corresponding to greater computation than that for a few larger time-frequency regions over the same areas.
In another embodiment of the disclosed subject matter, the above described procedure may be implemented in machine readable software code, in firmware, or in hardware including, but not limited to integrated circuits (IC), application specific integrated circuits (ASICs), printed wiring boards (PWB), discrete logic circuits, etc.
While preferred embodiments of the present invention have been described, it is to be understood that the embodiments described are illustrative only and that the scope of the invention is to be defined solely by the appended claims when accorded a full range of equivalence, many variations and modifications naturally occurring to those of skill in the art from a perusal thereof.
Number | Name | Date | Kind |
---|---|---|---|
5852806 | Johnston et al. | Dec 1998 | A |
5950151 | Bernardini et al. | Sep 1999 | A |
5991454 | Fowler | Nov 1999 | A |
6658382 | Iwakami et al. | Dec 2003 | B1 |
6996198 | Cvetkovic | Feb 2006 | B2 |
7127016 | Cvetkovic | Oct 2006 | B1 |
7206359 | Kjeldsen et al. | Apr 2007 | B2 |
20020003843 | Martone | Jan 2002 | A1 |
20020181388 | Jain et al. | Dec 2002 | A1 |
Number | Date | Country | |
---|---|---|---|
20040228543 A1 | Nov 2004 | US |