Skip to content

Commit

Permalink
refactor(pm): new propagation modeling API
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Jan 3, 2025
1 parent 6b12a2b commit 2cd56d5
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SignalAnalysis = "df1fea92-c066-49dd-8b36-eace3378ea47"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Colors = "0.12"
Expand All @@ -25,4 +26,5 @@ RecipesBase = "1.1"
Requires = "1.0"
SignalAnalysis = "0.4,0.5,0.6,0.7,0.8"
ToeplitzMatrices = "0.7,0.8"
Unitful = "1.22.0"
julia = "1.6"
Loading

0 comments on commit 2cd56d5

Please sign in to comment.