HOME



picture info

Semblance Analysis
Semblance analysis is a process used in the refinement and study of seismic data. The use of this technique along with other methods makes it possible to greatly increase the resolution of the data despite the presence of background noise. The new data received following the semblance analysis is usually easier to interpret when trying to deduce the underground structure of an area. Weighted semblance can be used for increasing the resolution of traditional semblance or make traditional semblance capable of analyzing more complicated seismic data. History Semblance analysis is a technique that first began to be developed and used in the late 1960s. Prior to the discovery of this method, identifying the main reflections produced by the many layers under the ground was fairly difficult. The primary reflections of these layers were often obscured by the background noise as well as noise from the many secondary reflections that are produced. The use of semblance analysis allows fo ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Refinement (computing)
Refinement is a generic term of computer science that encompasses various approaches for producing correct computer programs and simplifying existing programs to enable their formal verification. Program refinement In formal methods, program refinement is the verifiable transformation of an ''abstract'' (high-level) formal specification into a ''concrete'' (low-level) executable program. '' Stepwise refinement'' allows this process to be done in stages. Logically, refinement normally involves implication, but there can be additional complications. The progressive just-in-time preparation of the product backlog (requirements list) in agile software development approaches, such as Scrum, is also commonly described as refinement. Data refinement Data refinement is used to convert an abstract data model (in terms of sets for example) into implementable data structures (such as arrays). Operation refinement converts a specification of an operation on a system into an implementabl ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Root Mean Square
In mathematics, the root mean square (abbrev. RMS, or rms) of a set of values is the square root of the set's mean square. Given a set x_i, its RMS is denoted as either x_\mathrm or \mathrm_x. The RMS is also known as the quadratic mean (denoted M_2), a special case of the generalized mean. The RMS of a continuous function is denoted f_\mathrm and can be defined in terms of an integral of the square of the function. In estimation theory, the root-mean-square deviation of an estimator measures how far the estimator strays from the data. Definition The RMS value of a set of values (or a continuous-time waveform) is the square root of the arithmetic mean of the squares of the values, or the square of the function that defines the continuous waveform. In the case of a set of ''n'' values \, the RMS is : x_\text = \sqrt. The corresponding formula for a continuous function (or waveform) ''f''(''t'') defined over the interval T_1 \le t \le T_2 is : f_\text = \sqrt , and the R ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Seismology
Seismology (; from Ancient Greek σεισμός (''seismós'') meaning "earthquake" and -λογία (''-logía'') meaning "study of") is the scientific study of earthquakes (or generally, quakes) and the generation and propagation of elastic waves through planetary bodies. It also includes studies of the environmental effects of earthquakes such as tsunamis; other seismic sources such as volcanoes, plate tectonics, glaciers, rivers, oceanic microseisms, and the atmosphere; and artificial processes such as explosions. Paleoseismology is a related field that uses geology to infer information regarding past earthquakes. A recording of Earth's motion as a function of time, created by a seismograph is called a seismogram. A seismologist is a scientist who works in basic or applied seismology. History Scholarly interest in earthquakes can be traced back to antiquity. Early speculations on the natural causes of earthquakes were included in the writings of Thales of Miletu ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Geomagnetic Reversals
A geomagnetic reversal is a change in the Earth's dipole magnetic field such that the positions of magnetic north and magnetic south are interchanged (not to be confused with geographic north and geographic south). The Earth's magnetic field has alternated between periods of ''normal'' polarity, in which the predominant direction of the field was the same as the present direction, and ''reverse'' polarity, in which it was the opposite. These periods are called '' chrons''. Reversal occurrences appear to be statistically random. There have been at least 183 reversals over the last 83 million years (thus on average once every ~450,000 years). The latest, the Brunhes–Matuyama reversal, occurred 780,000 years ago with widely varying estimates of how quickly it happened. Some sources estimate the most recent four reversals took on average 7,000 years to occur. Clement (2004) suggests that this duration is dependent on latitude, with shorter durations at low latitudes and lon ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Noise
Noise is sound, chiefly unwanted, unintentional, or harmful sound considered unpleasant, loud, or disruptive to mental or hearing faculties. From a physics standpoint, there is no distinction between noise and desired sound, as both are vibrations through a medium, such as air or water. The difference arises when the brain receives and perceives a sound. Acoustic noise is any sound in the acoustic domain, either deliberate (e.g., music or speech) or unintended. In contrast, noise in electronics may not be audible to the human ear and may require instruments for detection. In audio engineering, noise can refer to the unwanted residual electronic noise signal that gives rise to acoustic noise heard as a hiss. This signal noise is commonly measured using A-weighting or ITU-R 468 weighting. In experimental sciences, noise can refer to any random fluctuations of data that hinders perception of a signal. Measurement Sound is measured based on the amplitude and frequency of ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Data Set
A data set (or dataset) is a collection of data. In the case of tabular data, a data set corresponds to one or more table (database), database tables, where every column (database), column of a table represents a particular Variable (computer science), variable, and each row (database), row corresponds to a given Record (computer science), record of the data set in question. The data set lists values for each of the variables, such as for example height and weight of an object, for each member of the data set. Data sets can also consist of a collection of documents or files. In the open data discipline, a dataset is a unit used to measure the amount of information released in a public open data repository. The European data.europa.eu portal aggregates more than a million data sets. Properties Several characteristics define a data set's structure and properties. These include the number and types of the attributes or variables, and various statistical measures applicable to the ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Event (computing)
In computing, an event is a detectable occurrence or change in the system's state, such as user input, hardware interrupts, system notifications, or changes in data or conditions, that the system is designed to monitor. Events trigger responses or actions and are fundamental to event-driven systems. These events can be handled synchronously, where the execution Thread (computing), thread is blocked until the event handler completes its processing, or asynchronously, where the event is processed independently, often through an event loop. Even when synchronous handling appears to block execution, the underlying mechanism in many systems is still asynchronous, managed by the event loop. Events can be implemented through various mechanisms such as Callback (computer programming), callbacks, message objects, signals, or interrupts, and events themselves are distinct from the implementation mechanisms used. Event propagation models, such as Event bubbling, bubbling, capturing, and pub/s ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Filter (software)
A filter is a computer program or subroutine to process a stream, producing another stream. While a single filter can be used individually, they are frequently strung together to form a pipeline. Some operating systems such as Unix are rich with filter programs. Windows 7 and later are also rich with filters, as they include Windows PowerShell. In comparison, however, few filters are built into cmd.exe (the original command-line interface of Windows), most of which have significant enhancements relative to the similar filter commands that were available in MS-DOS. OS X includes filters from its underlying Unix base but also has Automator, which allows filters (known as "Actions") to be strung together to form a pipeline. Unix In Unix and Unix-like operating systems, a filter is a program that gets most of its data from its standard input (the main input stream) and writes its main results to its standard output (the main output stream). Auxiliary input may come from command lin ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Hyperbola
In mathematics, a hyperbola is a type of smooth function, smooth plane curve, curve lying in a plane, defined by its geometric properties or by equations for which it is the solution set. A hyperbola has two pieces, called connected component (topology), connected components or branches, that are mirror images of each other and resemble two infinite bow (weapon), bows. The hyperbola is one of the three kinds of conic section, formed by the intersection of a plane (mathematics), plane and a double cone (geometry), cone. (The other conic sections are the parabola and the ellipse. A circle is a special case of an ellipse.) If the plane intersects both halves of the double cone but does not pass through the apex of the cones, then the conic is a hyperbola. Besides being a conic section, a hyperbola can arise as the locus (mathematics), locus of points whose difference of distances to two fixed focus (geometry), foci is constant, as a curve for each point of which the rays to two fix ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Time
Time is the continuous progression of existence that occurs in an apparently irreversible process, irreversible succession from the past, through the present, and into the future. It is a component quantity of various measurements used to sequence events, to compare the duration of events (or the intervals between them), and to quantify rates of change of quantities in material reality or in the qualia, conscious experience. Time is often referred to as a fourth dimension, along with Three-dimensional space, three spatial dimensions. Time is one of the seven fundamental physical quantities in both the International System of Units (SI) and International System of Quantities. The SI base unit of time is the second, which is defined by measuring the electronic transition frequency of caesium atoms. General relativity is the primary framework for understanding how spacetime works. Through advances in both theoretical and experimental investigations of spacetime, it has been shown ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Velocity
Velocity is a measurement of speed in a certain direction of motion. It is a fundamental concept in kinematics, the branch of classical mechanics that describes the motion of physical objects. Velocity is a vector (geometry), vector Physical quantity, quantity, meaning that both magnitude and direction are needed to define it. The Scalar (physics), scalar absolute value (Magnitude (mathematics), magnitude) of velocity is called , being a coherent derived unit whose quantity is measured in the International System of Units, SI (metric system) as metres per second (m/s or m⋅s−1). For example, "5 metres per second" is a scalar, whereas "5 metres per second east" is a vector. If there is a change in speed, direction or both, then the object is said to be undergoing an ''acceleration''. Definition Average velocity The average velocity of an object over a period of time is its Displacement (geometry), change in position, \Delta s, divided by the duration of the period, \Delt ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Reflection Seismology
Reflection seismology (or seismic reflection) is a method of exploration geophysics that uses the principles of seismology to estimate the properties of the Earth's subsurface from reflection (physics), reflected seismic waves. The method requires a controlled seismic source of energy, such as dynamite or Tovex blast, a specialized Seismic source#Air gun, air gun or a seismic vibrator. Reflection seismology is similar to sonar and acoustic location, echolocation. History Reflections and refractions of seismic waves at geologic Interface (matter), interfaces within the Earth were first observed on recordings of earthquake-generated seismic waves. The basic model of the Earth's deep interior is based on observations of earthquake-generated seismic waves transmitted through the Earth's interior (e.g., Mohorovičić, 1910). The use of human-generated seismic waves to map in detail the geology of the upper few kilometers of the Earth's crust followed shortly thereafter and has deve ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]