mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-08 21:03:57 +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 |