Skip to content

Commit

Permalink
Update math expression
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohnv authored Oct 3, 2024
1 parent 8585342 commit eb48bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Fast Relaxed Vector Fitting implementation in Julia.

Given a transfer function $f(s) = y$, the Vector Fitting algorithm tries to find a rational approximation

$$f(s) \approx \sum_{n=1}^N \frac{r_n}{s - a_n} + d + s\,h$$
$$f(s) \approx \sum_{n=1}^N \frac{r_n}{s - a_n} + d + s h$$

where $s$ is the complex frequency, $r_n$ are the complex residues, $a_n$ are the complex poles, $d$ and $h$ are real constants.

Expand Down

0 comments on commit eb48bb4

Please sign in to comment.