magnitude
There are 85 repositories under magnitude topic.
ThoughtRiver/lmdb-embeddings
Fast word vectors with little memory usage in Python
Hellisotherpeople/Language-games
Dead simple games made with word vectors.
senli1073/SeisT
[TGRS] SeisT: A Foundational Deep-Learning Model for Earthquake Monitoring Tasks
SED-EEW/SED-EEW-SeisComP-contributions
Libraries and modules for Earthquake Early Warning (EEW) contributed by the Swiss Seismological Service (SED) at ETH Zurich, base for the ETHZ-SED SeisComP EEW system (so-called ESE).
bemoregt/gp2DFFT
2d fft of image using Openframeworks & ofxCv
DiaaZiada/Uwimg
Uwimg is a C package for images processing stuff callable in Python. It's an assignment of The Ancient Secrets of Computer vision CSE 455
stdlib-js/math-base-special-cpolar
Compute the absolute value and the phase of a complex number.
GuilhermeZanetti/CalcularMagnitude
Calculadora de Magnitude na escala Richter com cálculos desenvolvidos totalmente em Javascript puro!
nestor-ld93/SpectralSOURCE
Programa semi-automático con el objetivo de estimar las características de la fuente sísmica utilizando análisis espectral de las ondas P.
RobuRishabh/Real-time-filtering
Implemented a 5x5 Gaussian filter, 3x3 Sobel X and 3x3 Sobel Y, generated a gradient magnitude image from the X and Y Sobel images, blurred and quantized a color image, did live video cartoonization, put sparkles into the image where there are strong edges.
stdlib-js/blas-base-snrm2
Calculate the L2-norm of a single-precision floating-point vector.
stdlib-js/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
stdlib-js/math-base-special-absf
Compute the absolute value of a single-precision floating-point number.
stdlib-js/math-base-special-cabs
Compute an absolute value of a complex number.
stdlib-js/math-base-special-cabsf
Compute the absolute value of a single-precision complex floating-point number.
stdlib-js/math-base-special-fast-abs
Compute an absolute value.
stdlib-js/math-iter-special-abs2
Create an iterator which computes the squared absolute value of each iterated value.
stdlib-js/math-strided-special-abs
Compute the absolute value for each element in a strided array.
stdlib-js/math-strided-special-abs-by
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
stdlib-js/math-strided-special-abs2
Compute the squared absolute value for each element in a strided array.
stdlib-js/math-strided-special-dabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
stdlib-js/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
stdlib-js/stats-incr-meanabs2
Compute an arithmetic mean of squared absolute values incrementally.
stdlib-js/stats-incr-mmaxabs
Compute a moving maximum absolute value incrementally.
stdlib-js/stats-incr-mminmaxabs
Compute moving minimum and maximum absolute values incrementally.
stdlib-js/stats-incr-nansumabs
Compute a sum of absolute values incrementally, ignoring NaN values.
stdlib-js/stats-incr-sumabs
Compute a sum of absolute values incrementally.
stdlib-js/stats-iter-cumeanabs
Create an iterator which iteratively computes a cumulative arithmetic mean of absolute values.
stdlib-js/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
stdlib-js/stats-iter-cusumabs
Create an iterator which iteratively computes a cumulative sum of absolute values.
stdlib-js/stats-iter-meanabs
Compute the arithmetic mean of absolute values for all iterated values.
stdlib-js/stats-iter-mmaxabs
Create an iterator which iteratively computes a moving maximum absolute value.
stdlib-js/stats-iter-mminabs
Create an iterator which iteratively computes a moving minimum absolute value.
stdlib-js/stats-iter-msumabs
Create an iterator which iteratively computes a moving sum of absolute values.
stdlib-js/stats-iter-sumabs2
Compute the sum of squared absolute values for all iterated values.