Isolate reflection from a signal
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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!
0 Kommentare
Antworten (1)
Star Strider
am 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 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!