UKFSharp
C# implementation of Unscented Kalman Filter
File Explorer
Download Latest Version (.zip)- result.png
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- App.config
- App.xaml
- App.xaml.cs
- DemoApp.csproj
- INPCBase.cs
- MainWindow.xaml
- MainWindow.xaml.cs
- MainWindowViewModel.cs
- packages.config
- AssemblyInfo.cs
- App.config
- Example.csproj
- Program.cs
- MathNet.Numerics.dll
- MathNet.Numerics.xml
- MathNet.Numerics.dll
- MathNet.Numerics.xml
- ZedGraph.dll
- AssemblyInfo.cs
- packages.config
- UnscentedKalmanFilter.cs
- UnscentedKalmanFilter.csproj
- .gitignore
- .travis.yml
- README.md
- UnscentedKalmanFilter.sln
# Installation Guide
1. Get the code
git clone https://github.com/prozoroff/UKFSharp
Downloads the entire project code from GitHub to your computer.
cd UKFSharp
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd DemoApp
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
