How to change values in a time trace A-scan to zero

조회 수: 1 (최근 30일)
Alan Keenan
Alan Keenan 2020년 11월 30일
댓글: Mathieu NOE 2020년 12월 2일
I have an array of 1600 rows x 1000 columns
Each row is an A-scan time trace of ultrasonic data
The A scans look like:
Note the difference in arrival time at the detector, this is due to Tx and Rx being closer or further from each other.
The large amplitude signals are SAW signals that I want to filter out.
I have used:
FMC(FMC < -2e-4)=0;
FMC(FMC > 2e-4)=0;
It works ok, however, I want to refine it based on the calculated arrival time of the SAW (t = d/v) with t = time, d = distance and v = velocity of the ultarsonic signal.
I can calculate the arrival time based on the distance of each Tx and Rx combination for each row, however, some arrival times are between the time intervals of 20ns. Is it possible to round up 3.95270270270270e-06 to 3.96e-06 as this would correspond exactly with one of the time stamps.
I want to convert that time stamp, with n to the left and to the right to zero.
  댓글 수: 4
Mathieu NOE
Mathieu NOE 2020년 12월 1일
hi
you can reach me at :
bye
Mathieu NOE
Mathieu NOE 2020년 12월 2일
hello
so , not much heard about you ? have you tried to send me the data ?
all the best

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by