Cone-shape distribution function
Variation of Cohen's class distribution function
title: "Cone-shape distribution function" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["time–frequency-analysis", "transforms"] description: "Variation of Cohen's class distribution function" topic_path: "general/time-frequency-analysis" source: "https://en.wikipedia.org/wiki/Cone-shape_distribution_function" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Variation of Cohen's class distribution function ::
The cone-shape distribution function, also known as the Zhao–Atlas–Marks time-frequency distribution, (acronymized as the ZAM distribution or ZAMD It was first proposed by Yunxin Zhao, Les E. Atlas, and Robert J. Marks II in 1990. The distribution's name stems from the twin cone shape of the distribution's kernel function on the t, \tau plane. The advantage of the cone kernel function is that it can completely remove the cross-term between two components having the same center frequency. Cross-term results from components with the same time center, however, cannot be completely removed by the cone-shaped kernel.
Mathematical definition
The definition of the cone-shape distribution function is:
:C_x(t, f)=\int_{-\infty}^{\infty}\int_{-\infty}^{\infty}A_x(\eta,\tau)\Phi(\eta,\tau)\exp (j2\pi(\eta t-\tau f)), d\eta, d\tau,
where
:A_x(\eta,\tau)=\int_{-\infty}^{\infty}x(t+\tau /2)x^*(t-\tau /2)e^{-j2\pi t\eta}, dt,
and the kernel function is
:\Phi \left(\eta,\tau \right) = \frac{\sin \left(\pi \eta \tau \right)}{ \pi \eta \tau }\exp \left(-2\pi \alpha \tau^2 \right).
The kernel function in t, \tau domain is defined as:
:\phi \left(t,\tau \right) = \begin{cases} \frac{1}{\tau} \exp \left(-2\pi \alpha \tau^2 \right), & |\tau | \ge 2|t|, \ 0, & \mbox{otherwise}. \end{cases}
Following are the magnitude distribution of the kernel function in t, \tau domain.
::figure[src="https://upload.wikimedia.org/wikipedia/commons/a/a8/cone_shape_1.jpg"] ::
Following are the magnitude distribution of the kernel function in \eta, \tau domain with different \alpha values.
::figure[src="https://upload.wikimedia.org/wikipedia/commons/b/b2/cone_shape_2.jpg"] ::
As is seen in the figure above, a properly chosen kernel of cone-shape distribution function can filter out the interference on the \tau axis in the \eta, \tau domain, or the ambiguity domain. Therefore, unlike the Choi-Williams distribution function, the cone-shape distribution function can effectively reduce the cross-term results form two component with same center frequency. However, the cross-terms on the \eta axis are still preserved.
The cone-shape distribution function is in the MATLAB Time-Frequency Toolbox and National Instruments' LabVIEW Tools for Time-Frequency, Time-Series, and Wavelet Analysis
Properties
The Cone-Shape Distribution Function (ZAM) possesses specific mathematical properties that distinguish it from other members of Cohen's class. These properties determine the distribution's accuracy in representing signal energy in time and frequency.
Marginals
For a time-frequency distribution C_x(t,f) to interpret the signal energy correctly, it is often desired to satisfy the marginal properties: :\int_{-\infty}^{\infty} C_x(t,f) df = |x(t)|^2 (Time Marginal) :\int_{-\infty}^{\infty} C_x(t,f) dt = |X(f)|^2 (Frequency Marginal)
In the case of the Cone-Shape Distribution:
- Time Marginal: The kernel in the ambiguity domain \Phi(\eta, \tau) must satisfy \Phi(\eta, 0) = 1. For the ZAM kernel, \Phi(\eta, 0) = \lim_{\tau \to 0} \frac{\sin(\pi \eta \tau)}{\pi \eta \tau} e^{-2\pi \alpha \tau^2} = 1. Thus, the ZAM distribution preserves the time marginal, meaning the summation over frequency at a given time t yields the instantaneous power of the signal.
- Frequency Marginal: The condition is \Phi(0, \tau) = 1. For the ZAM kernel, substituting \eta=0 gives \Phi(0, \tau) = e^{-2\pi \alpha \tau^2}. Since this expression depends on \tau and \alpha and is not strictly 1 (unless \alpha=0, which trivializes the kernel), the ZAM distribution does not preserve the frequency marginal. This implies that integrating the distribution over time does not perfectly recover the energy spectrum |X(f)|^2.
Time and Frequency Shift Invariance
The ZAM distribution satisfies both time and frequency shift invariance.
- If y(t) = x(t-t_0), then C_y(t,f) = C_x(t-t_0, f).
- If y(t) = x(t)e^{j2\pi f_0 t}, then C_y(t,f) = C_x(t, f-f_0). These properties are crucial for analyzing signals where events may occur at arbitrary times or frequencies without distorting the representation shape.
Real-Valuedness
Since the kernel function in the time-lag domain \phi(t, \tau) satisfies the conjugate symmetry \phi(t, -\tau) = \phi^*(t, \tau), the resulting distribution C_x(t,f) is always real-valued. This allows for a straightforward physical interpretation of signal energy, although negative values may still appear (a common trait in Cohen's class excluding the Spectrogram).
Performance and Cross-Term Suppression
A primary motivation for the Cone-Shape Distribution is the suppression of cross-terms (interference terms) that arise in the Wigner Distribution Function (WDF) when analyzing multi-component signals.
Mechanism of Suppression
In the Ambiguity Domain (\eta, \tau), the auto-terms of a signal components are concentrated near the origin (0,0), while cross-terms between components are located away from the origin.
- The Wigner Distribution has an all-pass kernel \Phi_{WDF}(\eta, \tau) = 1, preserving all cross-terms.
- The Choi-Williams Distribution uses an exponential kernel that covers both axes but decays away from them.
- The Cone-Shape Distribution has a unique kernel support region. In the t, \tau domain, the kernel is non-zero only within the cone defined by |\tau| \ge 2|t|. This geometric constraint in the t-\tau domain translates to a low-pass filtering effect on the cross-terms in the Time-Frequency domain.
Specifically, the ZAM kernel strongly attenuates interference components that result from signals separated in frequency (which appear on the \tau axis in the ambiguity domain) while preserving the resolution of components separated in time. This makes ZAM particularly effective for signals composed of short-duration events occurring at different frequencies.
Comparison with Other Distributions
::data[format=table title="Comparison of Time-Frequency Distributions"]
| Distribution | Kernel \Phi(\eta, \tau) | Cross-Term Suppression | Marginal Properties |
|---|---|---|---|
| Wigner-Ville (WVD) | 1 | None | Satisfies both |
| Choi-Williams (CWD) | e^{-\frac{(\pi \eta \tau)^2}{\sigma}} | Good (depends on \sigma) | Satisfies both |
| Cone-Shape (ZAM) | \frac{\sin(\pi \eta \tau)}{\pi \eta \tau}e^{-2\pi \alpha \tau^2} | Excellent for frequency-separated components | Time only |
| :: |
While the ZAM distribution excels at removing cross-terms formed by components with the same center time but different frequencies ("vertical" cross-terms in the TF plane), it is less effective at removing cross-terms from components with the same frequency but different times ("horizontal" cross-terms), as the kernel \Phi(\eta, \tau) does not decay along the \eta axis (frequency shift axis) as strongly as it does along the \tau axis.
References
References
- Leon Cohen, Time Frequency Analysis: Theory and Applications, Prentice Hall, (1994)
- (1998). "Time-frequency distributions based on generalized cone-shaped kernels for the representation of nonstationary signals". Journal of the Franklin Institute.
- (2011). "Automatic modulation classification of radar signals using the generalised time-frequency representation of Zhao, Atlas and Marks". IET Radar, Sonar & Navigation.
- "Comparison of binomial, ZAM and minimum cross-entropy time-frequency distributions of intracardiac heart sounds". Signals, Systems and Computers, 1994. 1994 Conference Record of the Twenty-Eighth Asilomar Conference on.
- (2014). "ZAM distribution analysis of radiowave ionospheric propagation interference measurements". Telecommunications and Multimedia (TEMU), 2014 International Conference on.
- (1989). "Time-frequency distributions-a review". Proceedings of the IEEE.
- (July 1990). "The use of cone-shape kernels for generalized time-frequency representations of nonstationary signals". IEEE Transactions on Acoustics, Speech, and Signal Processing.
- (2009). "Handbook of Fourier analysis & its applications". Oxford University Press.
- (1993). "Bilinear time-frequency representations: New insights and properties". IEEE Transactions on Signal Processing.
- (1992). "Some properties of the generalized time frequency representation with cone-shaped kernel". IEEE Transactions on Signal Processing.
- [http://tftb.nongnu.org/refguide.pdf] Time-Frequency Toolbox For Use with MATLAB
- [http://www.ni.com/pdf/products/us/4msw69-70.pdf] National Instruments. LabVIEW Tools for Time-Frequency, Time-Series, and Wavelet Analysis. [http://zone.ni.com/reference/en-XX/help/372656A-01/lvtimefreqtk/tfa_cone_shaped_distribution/] TFA Cone-Shaped Distribution VI
- (1992). "Some properties of the generalized time frequency representation with cone-shaped kernel". IEEE Transactions on Signal Processing.
- (1992). "Linear and quadratic time-frequency signal representations". IEEE Signal Processing Magazine.
- (1998). "Pseudo affine Wigner distributions: definition and kernel formulation". IEEE Transactions on Signal Processing.
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::