What is a distinct feature of an ambiguous result?

In summary: Parts of your question confuse me. Your talk about velocities and Fibonacci numbers and "ambiguity" just confuses me. I recommend that you simplify your question, clarify what your basic question is, and use precise terminology. For instance, by "ambiguity" do you mean "error"?
  • #1
tworitdash
107
26
This question comes from my experience in radar signal processing. As I am going more deep into the theory of sampling, statistical signal processing and estimation theory in general, I have a very silly but important mathematical question that I want to ask here.

For example, we are estimating a physical quantity after getting some information out of a sensor that doesn't directly measure the quantity. The signal from the sensor is sampled in time domain and based on the sampling interval, the quantity of interest lies within a certain bounds (typically this bound is inversely proportional to the sampling time).

For example, to keep it simple, let's say that the estimated quantity is a Doppler velocity. Due to the sampling, we can only measure for example from [itex]-v[/itex] to [itex]+v[/itex]meters per second in frequency/ velocity domain.If we increase our viewing window further, we will see many copies of the same velocity. These are known as ambiguities. These exist because of the sampling I mentioned above and a quantity like velocity is wrapped and scaled in the signal as an angle and an angular variable has limit from [itex]-\pi[/itex] to [itex]+\pi[/itex] and any solution that is outside this limit is a replica of the real solution. Only one of them is true.

It is like saying $$ \cos(2\pi + \theta) = \cos(\theta) $$

I know that as it is a fundamental limitation and people use irregular sampling intervals (with more fancy patterns like Fibonacci, log normal and so on..) to essentially increase the physical limit of the variable to avoid folding. Irrational sampling intervals also may increase this Nyquist limit to a very high value. In this case, there is only one solution.

However, I was wondering if these ambiguities can be distinguished somehow in a more fundamental way from the real one in the case of regular sampling. Do these ambiguities have a distinct feature that can make it separable? I know it is a very silly question, because they are essentially the multiple solutions to the same question. However, it may happen that my understanding is incomplete.

Thanks in advance.
 
Last edited:
  • Like
Likes mgeorge001
Mathematics news on Phys.org
  • #2
IMO, you are making a common mistake in your use of the Nyquist limit. Sampling at the Nyquist rate will allow you to precisely determine the amplitude of any lower frequency if the sampling time is infinite. Any finite sampling time leaves uncertainty in the amplitude of lower frequencies. I once saw a formula for the error limit, but I have never been able to find a reference again.
 
  • Like
Likes tworitdash
  • #3
FactChecker said:
IMO, you are making a common mistake in your use of the Nyquist limit. Sampling at the Nyquist rate will allow you to precisely determine the amplitude of any lower frequency if the sampling time is infinite. Any finite sampling time leaves uncertainty in the amplitude of lower frequencies. I once saw a formula for the error limit, but I have never been able to find a reference again.
Thank you for the response. When you say uncertainty in the amplitude of lower frequencies, do you by chance refer to the resolution in frequency domain ?
 
  • #4
FactChecker said:
IMO, you are making a common mistake in your use of the Nyquist limit. Sampling at the Nyquist rate will allow you to precisely determine the amplitude of any lower frequency if the sampling time is infinite. Any finite sampling time leaves uncertainty in the amplitude of lower frequencies. I once saw a formula for the error limit, but I have never been able to find a reference again.
I now understand what you mean.
 
  • #5
I got confused with the terminology. So, I am pasting an edit here.

`` For example, to keep it simple, let's say that the estimated quantity is a Doppler velocity. Due to the sampling, we can only measure for example from [itex]-v[/itex] to [itex]+v[/itex] meters per second in frequency/ velocity domain. If the true velocity of the target lies inside this limit, we can measure the correct velocity.

If we increase our viewing window further, we will see many copies of the same velocity. These are known as ambiguities.

On the other hand, if the true velocity is outside this limit of [itex]-v[/itex] to [itex]+v[/itex], we can still see a copy of it in the limit [itex]-v[/itex] to [itex]+v[/itex]. In this case, the solution we have is ambiguous and the true solution is outside our viewing window. In this case, we say it is aliased. "

The rest of the question remain the same.
 
Last edited:
  • #6
Parts of your question confuse me. Your talk about velocities and Fibonacci numbers and "ambiguity" just confuses me. I recommend that you simplify your question, clarify what your basic question is, and use precise terminology. For instance, by "ambiguity" do you mean "error"?
Maybe I am just unfamiliar with the subject matter that you are referring to.
 
  • Like
Likes tworitdash
  • #7
FactChecker said:
Parts of your question confuse me. Your talk about velocities and Fibonacci numbers and "ambiguity" just confuses me. I recommend that you simplify your question, clarify what your basic question is, and use precise terminology. For instance, by "ambiguity" do you mean "error"?
Maybe I am just unfamiliar with the subject matter that you are referring to.
The signal processing terms that I use are usual in practice. For example, "ambiguity" means multiple solutions for the same problem. It is not an error. It can also be said as "grating lobes" in some other fields in science. The paragraph containing the explanation of irregular sampling (for example with Fibonacci numbers) are just an example of how people deal with aliasing in general. This is not part of the question.

All I wanted to ask is if there is a fundamental way to distinguish the ambiguities if the sampling interval (time between consecutive samples) is constant. In short, how to de-alias and pick the real solution.
 
  • Like
Likes FactChecker
  • #8
tworitdash said:
All I wanted to ask is if there is a fundamental way to distinguish the ambiguities if the sampling interval (time between consecutive samples) is constant. In short, how to de-alias and pick the real solution.
There is no fundamental mathematical way. Given a finite sample time, there is no basic mathematical way to completely eliminate aliasing. The subject matter determines the limits of the frequencies of interest. The subject matter also determines much accuracy you need for the amplitude of those frequencies. Given those subject matter requirements, the sampling rate must be high enough to satisfy them.
For instance, in aerodynamics, you would have one sampling rate if you were only worried about the flight of a massive airplane. You would have a much faster sampling rate if you were worried about the flutter and vibration of much less massive control surfaces. Those sampling rates are determined by the frequencies of interest, given the physics of the problem.
 
  • Like
Likes tworitdash
  • #9
FactChecker said:
There is no fundamental mathematical way. Given a finite sample time, there is no basic mathematical way to completely eliminate aliasing. The subject matter determines the limits of the frequencies of interest. The subject matter also determines much accuracy you need for the amplitude of those frequencies. Given those subject matter requirements, the sampling rate must be high enough to satisfy them.
For instance, in aerodynamics, you would have one sampling rate if you were only worried about the flight of a massive airplane. You would have a much faster sampling rate if you were worried about the flutter and vibration of much less massive control surfaces. Those sampling rates are determined by the frequencies of interest, given the physics of the problem.
Thank you for the reply with the example. I also thought so. That is why I mentioned it as a "silly" question. :D However, I just wanted to ask it here. I have been surprised (especially in the past year in my research) sometimes with fundamentals that completely changed some of my understanding related to mathematics and physics.
 
  • #10
tworitdash said:
This question comes from my experience in radar signal processing. As I am going more deep into the theory of sampling, statistical signal processing and estimation theory in general, I have a very silly but important mathematical question that I want to ask here.

For example, we are estimating a physical quantity after getting some information out of a sensor that doesn't directly measure the quantity. The signal from the sensor is sampled in time domain and based on the sampling interval, the quantity of interest lies within a certain bounds (typically this bound is inversely proportional to the sampling time).

For example, to keep it simple, let's say that the estimated quantity is a Doppler velocity. Due to the sampling, we can only measure for example from [itex]-v[/itex] to [itex]+v[/itex]meters per second in frequency/ velocity domain.If we increase our viewing window further, we will see many copies of the same velocity. These are known as ambiguities. These exist because of the sampling I mentioned above and a quantity like velocity is wrapped and scaled in the signal as an angle and an angular variable has limit from [itex]-\pi[/itex] to [itex]+\pi[/itex] and any solution that is outside this limit is a replica of the real solution. Only one of them is true.

It is like saying $$ \cos(2\pi + \theta) = \cos(\theta) $$

I know that as it is a fundamental limitation and people use irregular sampling intervals (with more fancy patterns like Fibonacci, log normal and so on..) to essentially increase the physical limit of the variable to avoid folding. Irrational sampling intervals also may increase this Nyquist limit to a very high value. In this case, there is only one solution.

However, I was wondering if these ambiguities can be distinguished somehow in a more fundamental way from the real one in the case of regular sampling. Do these ambiguities have a distinct feature that can make it separable? I know it is a very silly question, because they are essentially the multiple solutions to the same question. However, it may happen that my understanding is incomplete.

Thanks in advance.
Thanks for the good question. Addressing such a question may go beyond applied math or engineering. New types of phenomena, for example, might arise outside the range (both microscopic and macroscopic) of sensors, for example, especially in adversarial games where someone may be trying to deceive you. Therefore, one may require additional sensor data, or advances in basic science, engineering or mathematics. People typically have spent many years setting up the engineering frameworks in which you have experience, and it can be costly or impractical to address the ambiguities. So, strangely, a lot about your question is related to social factors, and how disruptive the adaptations would be: If they are real painful for your employers, better do it yourself on your own time thinking outside the box (which can be tough if we do not even know what the box is.)
 
  • Like
Likes tworitdash
  • #11
You might be interested in some techniques for combining the information from sensors that are better at different frequency ranges.
The complimentary filter allows you to combine the output of two sensors, one that is accurate at low frequencies and does not drift but is not good for high frequencies with another which is good for high frequencies but which might slowly drift.
Kahlman filters allow you to combine the outputs of several sensors with different strengths and weaknesses.
 
  • Like
Likes tworitdash and mgeorge001
  • #12
FactChecker said:
You might be interested in some techniques for combining the information from sensors that are better at different frequency ranges.
The complimentary filter allows you to combine the output of two sensors, one that is accurate at low frequencies and does not drift but is not good for high frequencies with another which is good for high frequencies but which might slowly drift.
Kahlman filters allow you to combine the outputs of several sensors with different strengths and weaknesses.
I like this perspective. Thanks.
 
  • Like
Likes tworitdash
  • #13
Thank you for the responses. There are many de-aliasing techniques out there that I’m aware of as well. And, as you said, the only way to do it is to use some additional information.

In an image, it is the frequency estimate in each pixel for example. People try to find sharp jumps and try many engineering techniques to address this issue. Sensor fusion is also another way to do it. I call them engineering ways because it’s not very fundamental.

The more scientific way I came across and have used also in practice was the irregular irrational sampling procedures that try to increase the Nyquist limit to a very high value. This is like prevention and not exactly a cure. I love this idea of aperiodic sampling and it gives a lot of philosophical perspective as well.

However, as I already mentioned, I was looking for something more in case of a periodic sampling itself. That is why I called the question very silly. I guess, after the discussion we had, I call it a dead end.
 
Last edited by a moderator:
  • Like
Likes mgeorge001
  • #14
I appreciated the question, and actually think it is really a very good question. Also, recognizing what can be done in terms of applied math and engineering is important, whether or not one is able, in the moment to understand the ways in which to go beyond the established knowledge. Certainly, first, one must know what the box is, before one can think outside the box. So I really think your question is great. It is only a dead end if we seek solutions within known math and engineering. In practice, due to social constraints and our ignorance of our times, it may not be practical to get the advances, the needed information, and understand how to go about getting past bottlenecks. I thought the questions and the responses people wrote were edifying.
 
  • Like
Likes tworitdash
  • #15
mgeorge001 said:
I appreciated the question, and actually think it is really a very good question. Also, recognizing what can be done in terms of applied math and engineering is important, whether or not one is able, in the moment to understand the ways in which to go beyond the established knowledge. Certainly, first, one must know what the box is, before one can think outside the box. So I really think your question is great. It is only a dead end if we seek solutions within known math and engineering. In practice, due to social constraints and our ignorance of our times, it may not be practical to get the advances, the needed information, and understand how to go about getting past bottlenecks. I thought the questions and the responses people wrote were edifying.
Thank you for the appreciation. :)
 

1. What is an ambiguous result?

An ambiguous result is a result that is not clear or definitive, and can be interpreted in multiple ways. It may have conflicting or inconclusive evidence, making it difficult to draw a definite conclusion.

2. Why do ambiguous results occur?

Ambiguous results can occur due to a variety of reasons, such as incomplete or insufficient data, experimental errors, or limitations of the study design. They can also arise when there are multiple factors influencing the outcome, making it difficult to determine the exact cause of the result.

3. How can we deal with ambiguous results in research?

To deal with ambiguous results, researchers can conduct further studies or experiments to gather more evidence and clarify the findings. They can also analyze the data from different perspectives or consult with other experts in the field to gain a better understanding of the results.

4. What are the potential impacts of ambiguous results?

Ambiguous results can have significant impacts, especially in scientific research. They can lead to confusion and uncertainty in the scientific community, and may hinder the progress of knowledge and understanding in a particular field. They can also have practical implications, such as influencing policy decisions or medical treatments.

5. How can we minimize the occurrence of ambiguous results?

To minimize the occurrence of ambiguous results, researchers should ensure that their study design is well-planned and executed, with appropriate controls and sample sizes. They should also carefully analyze and interpret their data, and acknowledge any limitations or potential biases. Collaboration and peer review can also help to identify and address any potential ambiguities in the results.

Similar threads

Replies
7
Views
843
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
Replies
16
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
11
Views
12K
  • Astronomy and Astrophysics
Replies
19
Views
4K
  • General Math
4
Replies
125
Views
16K
  • STEM Academic Advising
Replies
13
Views
2K
Replies
13
Views
2K
Back
Top