Skip to content

help with long GPR profiles #60

Answered by emanuelhuber
KaylaCahoon asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Kayla
Thank you for contacting me.

The solution to your problem is in the error message: u cannot have values larger than 620. That means if you would try u = 1:100 it would work.

Your data contains 10036 traces and each of these traces has 620 samples (you can check that with dim(x)). The function dcshift() estimates for each trace the so-called DC-shift based on the samples defined in the argument u. It takes a trace i, estimates the mean of the u sample of this trace and subtract this mean value from the trace. Normally, you take as samples, the samples before the signal. That means the samples corresponding to the ambient noise.

In the plot below I show you the first 30 ns of a …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by emanuelhuber
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants