mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-07 12:49:55 +08:00
5 lines
116 B
Python
5 lines
116 B
Python
import numpy as np
|
|
|
|
def omega(freq):
|
|
"""Change frequency to angular frequency, omega"""
|
|
return 2.*np.pi*freq |