Clear Filters
Clear Filters

Isolate reflection from a signal

4 views (last 30 days)
Josh Burt
Josh Burt on 26 Jan 2021
Commented: Star Strider on 10 Feb 2021
I have a vibration signal samples at 2000 Hz for 60 s. The signal consists of a transmitted wave along a beam and along the beam there are a number of discontituies resulting in multiple reflections coming back from these different sources.
How to isolate these reflections?
Gracias a todos!

Answers (1)

Star Strider
Star Strider on 26 Jan 2021
The reflections are likely going to be opposite in sign from the indicent signal. One option is to use the findsignal function in the negated version of the signal. I doubt there is any robust way to find all of them and their phase relationships to the original signal, however the functions listed in the documentation section on Signal Modeling may provide some options.
Also search the File Exchange. This search on signal reflection (and your own searches) could discover appropriate functions.
I have never done anything like what you want to do, so these are simply my exploration of the documentation and the File Exchange looking for possible solutions.
  2 Comments
Josh Burt
Josh Burt on 10 Feb 2021
Thanks for gettig back to me, I will look at those links. Gracias!

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!