- backAzimuth - クラス の変数io.github.kensuke1984.kibrary.util.Raypath
-
- BandPassFilter - io.github.kensuke1984.kibrary.butterworthのクラス
-
斎藤正徳 漸化式ディジタルフィルタ
|B(σ)|2 = 1/(1+σ2n)
B(σ)= Π{1/i(σ-σj)}
Amplitude ratio in a band is equal or more than 1/(1+ap2)
Amplitude ratio at outside cutoff frequency is reduced to equal or less than 1/(1+as2)
ω=2πfδt
- BandPassFilter(double, double, double, double, double) - クラス のコンストラクタio.github.kensuke1984.kibrary.butterworth.BandPassFilter
-
ω = 2πfΔt
- BandPassFilter(double, double, int) - クラス のコンストラクタio.github.kensuke1984.kibrary.butterworth.BandPassFilter
-
ap 透過域の最小振幅(1+Ap2)-1: 0.9
as 遮断域の最大振幅(1+As2)-1: 0.1
- BandStopFilter - io.github.kensuke1984.kibrary.butterworthのクラス
-
Bandstop filter
- BandStopFilter(double, double, double, double, double) - クラス のコンストラクタio.github.kensuke1984.kibrary.butterworth.BandStopFilter
-
ω = 2πfΔt
- BandStopFilter(double, double, int) - クラス のコンストラクタio.github.kensuke1984.kibrary.butterworth.BandStopFilter
-
ω = 2πfΔt
ap 透過域の最小振幅(1+Ap2)-1: 0.9
as 遮断域の最大振幅(1+As2)-1: 0.1
- BaseTimeStack - io.github.kensuke1984.kibrary.stackingのクラス
-
TODO まだ作成中 ピックした時刻など、ある時刻を基準にしたスタックをするためのStack
設定されている時刻を0(基準時刻)にずらしたTraceを返す。
- BaseTimeStack() - クラス のコンストラクタio.github.kensuke1984.kibrary.stacking.BaseTimeStack
-
- BasicID - io.github.kensuke1984.kibrary.waveformdataのクラス
-
ID for observed and synthetic waveform
This class is IMMUTABLE
Double values will be rounded off to 3rd decimal places.
- BasicID(WaveformType, double, double, int, Station, GlobalCMTID, SACComponent, double, double, long, boolean, double...) - クラス のコンストラクタio.github.kensuke1984.kibrary.waveformdata.BasicID
-
- BasicIDFile - io.github.kensuke1984.kibrary.waveformdataのクラス
-
Utilities for a pair of an ID file and a waveform file.
- bornOf(BasicID, InverseMethodEnum, int) - クラス のメソッドio.github.kensuke1984.kibrary.inversion.InversionResult
-
If the born waveform already is computed and in a file then, read and
return it.
- bornOut(RealVector) - クラス のメソッドio.github.kensuke1984.kibrary.inversion.ObservationEquation
-
- boxcarSourceTimeFunction(int, double, double, double) - クラス のstaticメソッドio.github.kensuke1984.kibrary.datacorrection.SourceTimeFunction
-
Boxcar source time function
The width is determined by the half duration τ.
- BPinfo - io.github.kensuke1984.kibrary.dsminformationのクラス
-
Information file for computation of back propagation.
- BPinfo(Station, String, PolynomialStructure, double, int, double[], HorizontalPosition[]) - クラス のコンストラクタio.github.kensuke1984.kibrary.dsminformation.BPinfo
-
- BreakFastMail - io.github.kensuke1984.kibrary.datarequestのクラス
-
IRISのデータセンターに送るBREQ_FASTリクエストのメール
- BreakFastMail(String, String, String, String, String, String, String, String, Channel[]) - クラス のコンストラクタio.github.kensuke1984.kibrary.datarequest.BreakFastMail
-
- BruteForceIntersectionDetector - io.github.kensuke1984.kibrary.math.geometryのクラス
-
- BruteForceIntersectionDetector() - クラス のコンストラクタio.github.kensuke1984.kibrary.math.geometry.BruteForceIntersectionDetector
-
- ButterworthFilter - io.github.kensuke1984.kibrary.butterworthのクラス
-
Masanori Saito recursive digital filter
斎藤正徳 漸化式ディジタルフィルタ
|Bn(σ)|2=1/(1+σ2n)
Saito (1978) Default design is for zero-phase filter.
- bySimpsonRule(double, double, double, double) - クラス のstaticメソッドio.github.kensuke1984.kibrary.math.Integrand
-
∫f(x)dx (a ≤ x ≤ b), h = b-a, answer =
h/6*(f(a)+4*f((a+b)/2)+f(b)) by Simpson's rule.