mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-02 22:47:42 +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 |