-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to v1.4: integration of real PHS data
- update to v1.4: option to consider real PHS data as distribution - removal of x86 version - rework of pyDLTPulseGenerator - two examples added for pyDLTPulseGenerator
- Loading branch information
Showing
44 changed files
with
5,412 additions
and
14,074 deletions.
There are no files selected for viewing
56 changes: 28 additions & 28 deletions
56
DLTPulseGenerator/lib/DLTPulseGenerator.sln → ...r/DLTPulseGenerator/DLTPulseGenerator.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25420.1 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLTPulseGenerator", "DLTPulseGenerator\DLTPulseGenerator.vcxproj", "{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x64.ActiveCfg = Debug|x64 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x64.Build.0 = Debug|x64 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x86.Build.0 = Debug|Win32 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x64.ActiveCfg = Release|x64 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x64.Build.0 = Release|x64 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x86.ActiveCfg = Release|Win32 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 14 | ||
VisualStudioVersion = 14.0.25420.1 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLTPulseGenerator", "DLTPulseGenerator\DLTPulseGenerator.vcxproj", "{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x64.ActiveCfg = Debug|x64 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x64.Build.0 = Debug|x64 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Debug|x86.Build.0 = Debug|Win32 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x64.ActiveCfg = Release|x64 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x64.Build.0 = Release|x64 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x86.ActiveCfg = Release|Win32 | ||
{7B8593CC-6A7A-4BFD-AE91-B31FAB6C2C97}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.