|
The localized bi-frequency kernel distributions
A useful subclass of the affine class consists in characterization
functions which are perfectly localized on some curve  in their
bi-frequency representation (see ( 4.12)):
where  is an
arbitrary function. The corresponding time-scale distributions, which are
referred to as localized bi-frequency kernel distributions, then read
Actually, it has been shown that the only group delay laws on which a
localized bi-frequency kernel distribution can be perfectly localized are
power laws (i.e.
) and logarithmic laws
(i.e.
).
As for the product-kernel distributions, with the formal identification
, we can associate to every time-scale distribution of that kind a
time-frequency distribution according to
We give in the following particular examples of such distributions.
- Bertrand distribution
If we further impose to these distributions the a priori requirements of
time localization and unitarity, we obtain
which leads to the Bertrand distribution, defined as
 |
|
|
|
 |
|
|
(4.15) |
It validates properties 1. to 7., except the time-marginal property (see
page ). Besides, we can show that this distribution
is the only localized bi-frequency kernel distribution which localizes
perfectly the hyperbolic group delay signals:
where
is the group delay. To illustrate this property,
consider the signal obtained using the file gdpower.m (taken for ), and analyze it with the
file tfrbert.m (see
fig. 4.21):
>> sig=gdpower(128);
>> tfrbert(sig,1:128,0.01,0.22,128,1);
Figure 4.21:
Bertrand distribution of an hyperbolic group delay
signal
 |
Note that the distribution obtained is well localized on the hyperbolic
group delay, but not perfectly: this comes from the fact that the file
tfrbert.m works only on a subpart of the spectrum, between two
bounds and . Note that the larger the frequency
bandwidth, the more needed samples, and consequently the longer the
computation time.
- D-Flandrin distribution
If we now look for a localized bi-frequency kernel distribution which is
real, localized in time and which validates the time-marginal property, we
obtain
The corresponding distribution then writes:
which defines the D-Flandrin distribution. It validates properties
1-4., 6. and 7. (see page ), and is the only
localized bi-frequency kernel distribution which localizes perfectly
signals having a group delay in
:
with
This can be illustrated using the files
gdpower.m with and
tfrdfla.m, as following (see
fig. 4.22):
>> sig=gdpower(128,1/2);
>> tfrdfla(sig,1:128,0.01,0.22,128,1);
Figure 4.22:
D-Flandrin distribution of a signal with a group
delay in
 |
Here again, the distribution is almost perfectly localized.
- Unterberger distributions
Finally, the choice of
corresponds to the active Unterberger distribution:
which verifies properties 1-4., 6-7. (see page )
except the time-marginal; and the choice of
corresponds to the passive Unterberger distribution:
which verifies properties 1-3., 6-7. The active Unterberger
distribution is the only localized bi-frequency kernel distribution which
localizes perfectly signals having a group delay in :
with
The files gdpower.m, considered for
, and tfrunter.m give us (see
fig. 4.23):
>> sig=gdpower(128,-1);
>> tfrunter(sig,1:128,'A',0.01,0.22,172,1);
Figure 4.23:
Active Unterberger distribution of a signal with a
group delay in
 |
We will go back over these distributions later on (sub-section 4.2.4)
in a different context.
Eric Chassande-Mottin
2005-10-26
|