You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vector Fitting is an algorithm used to approximate frequency-domain responses with rational functions. It is based on pole relocation through a least-squares fitting process, ensuring stable and accurate approximations. This repo contains an implementation of the VF algorithm, inspired by the original vectfit3.m MATLAB script by Bjørn Gustavsen.