文件名称:vectfit_python:Python中向量拟合算法的复制
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-26 08:31:29
Python
vectfit.py Python中复制。 若要使用,请将vectfit.py放在路径上的某个位置 import vectfit import numpy as np # Create some test data using known poles and residues # Substitute your source of data as needed # Note our independent variable lies along the imaginary axis test_s = 1j * np . linspace ( 1 , 1e5 , 800 ) # Poles are produced in complex conjugate pairs test_poles = [ - 4500 , - 41000 , - 100 + 5000j
【文件预览】:
vectfit_python-master
----vectfit.py(7KB)
----LICENSE(18KB)
----README.md(1KB)
----.gitignore(561B)