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