Dear Marc,
I have a couple of questions about the H/V toolbox in Geopsy. Under the Processing tab, there is the option to apply a taper- I am choosing to apply a Cosine taper. I have seen in previous versions of the software an option for modifying the width of the cosine taper (i.e. giving a percentage) that is not available on my version of the software. Is this option no longer available? (see below). Also, is there no longer the ability to explicitly set the smoothing constant value (b) for the Konno-Ohmachi smoothing?
My current version of software (no option to set tapering width or smoothing constant value):
Previous version- image from Wikipedia (with option for setting Cosine taper width and smoothing constant):
Finally, under the Output tab in the H/V toolbox, the option for setting the 'number of samples' was previously available- but is no longer visible. Can sample number still be edited in the current version of Geopsy? I see it has been replaced by a 'step value/step count' option - but I am not sure if this refers to the number of samples (see below).
My version of Geopsy (cannot set number of samples):
Previous version of Geopsy (can set number of samples) - image from Wikipedia:
Any help would be greatly appreciated.
Many thanks,
Luke
H/V Toolbox Questions ( on Windows- using version 3.3.4)
-
- Posts: 6
- Joined: Wed Dec 30, 2020 6:29 pm
Re: H/V Toolbox Questions ( on Windows- using version 3.3.4)
Hi Luke,
Taper
Cosine taper is a cosine variation over the whole time window. Only the sample at the middle of the time window is unaffected. There is no parameter for such window function. To get the same results as in the previous releases, you have to choose Tukey taper: a cosine function over a parametrisable range at the beginning and at the end of the time window. There you can adjust the percentage.
Smoothing
The classical Konno-Ohmachi is obtained by, obviously, selecting the Konno-Ohmachi window but also by choosing a log width. The original b constant value is inversely proportional to the width of the smoothing window, which was somehow counter-intuitive. A value of b=40 corresponds to a 20% log width. A tooltip is displayed if you stop with the mouse anywhere on the smoothing box. It provides the following equivalences:
Note that it is not an exact equality but very close. To be precise, the exact formula is
Hence more precise values are:
The scale type is a new option that was not available previously. H/V amplitudes have always been averaged on a log scale (geometrical average) since SESAME. However the original smoothing algorithm was summing amplitudes on a linear scale. This sounded like inconsistent. The Log scale type is probably better. This is now the default value.
Frequency samples
Effectively, sample number is replaced by two options:
I hope I answered all your questions.
Best regards,
Marc
Taper
Cosine taper is a cosine variation over the whole time window. Only the sample at the middle of the time window is unaffected. There is no parameter for such window function. To get the same results as in the previous releases, you have to choose Tukey taper: a cosine function over a parametrisable range at the beginning and at the end of the time window. There you can adjust the percentage.
Smoothing
The classical Konno-Ohmachi is obtained by, obviously, selecting the Konno-Ohmachi window but also by choosing a log width. The original b constant value is inversely proportional to the width of the smoothing window, which was somehow counter-intuitive. A value of b=40 corresponds to a 20% log width. A tooltip is displayed if you stop with the mouse anywhere on the smoothing box. It provides the following equivalences:
Code: Select all
b=20 ==> width=40%
b=40 ==> width=20%
b=80 ==> width=10%
Code: Select all
width=10.0^(pi/b)-1.0
Code: Select all
b=20 ==> width=43.575%
b=40 ==> width=19.823%
b=80 ==> width=9.4636%
Frequency samples
Effectively, sample number is replaced by two options:
- Step value: defines a fixed step between samples. For a log scale, the default value is 1.025. This is the common ratio of a geometric progression. A sample value multiplied by the step value provides the next value.
- Step count: you can specify a fixed number of samples as in the previous releases
I hope I answered all your questions.
Best regards,
Marc
-
- Posts: 6
- Joined: Wed Dec 30, 2020 6:29 pm
Re: H/V Toolbox Questions ( on Windows- using version 3.3.4)
Hi Marc,
Thank you very much- that makes much more sense now.
Luke
Thank you very much- that makes much more sense now.
Luke