Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 648 Bytes

FWI

This repo contains some notes and codes about full waveform inversion.

Here is a note about adjoint equation based on elastic wave equation and least square objective function.

Idea

  • Using struct to describe velocity model, source and receiver information
  • Wavefield data and recorded data should be designed for multi-frequency and multi-sources directly
  • Input and output format should be vector. Corresponding to the discrete math form
  • Function should be treated as functional operator

Unit

  • Velocity: m/s
  • Density: kg/m^3
  • Sampling frequency: Fs (Hz)
  • Time: t (s)