File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616 <PackageReleaseNotes >https://github.com/swharden/FftSharp/releases</PackageReleaseNotes >
1717 <IncludeSymbols >true</IncludeSymbols >
1818 <DocumentationFile >FftSharp.xml</DocumentationFile >
19- <Version >1.1.3 </Version >
20- <AssemblyVersion >1.1.3 .0</AssemblyVersion >
21- <FileVersion >1.1.3 .0</FileVersion >
19+ <Version >1.1.4 </Version >
20+ <AssemblyVersion >1.1.4 .0</AssemblyVersion >
21+ <FileVersion >1.1.4 .0</FileVersion >
2222 <NoWarn >1591</NoWarn >
2323 <DebugType >portable</DebugType >
2424 <IncludeSymbols >true</IncludeSymbols >
Original file line number Diff line number Diff line change 22
33namespace FftSharp . Windows
44{
5- internal class Cosine : Window , IWindow
5+ public class Cosine : Window , IWindow
66 {
77 public override string Name => "Cosine" ;
88 public override string Description =>
Original file line number Diff line number Diff line change 22
33namespace FftSharp . Windows
44{
5- internal class Hamming : Window , IWindow
5+ public class Hamming : Window , IWindow
66 {
77 public override string Name => "Hamming" ;
88 public override string Description =>
Original file line number Diff line number Diff line change 44
55namespace FftSharp . Windows
66{
7- internal class Tukey : Window , IWindow
7+ public class Tukey : Window , IWindow
88 {
99 private readonly double Alpha ;
1010
Original file line number Diff line number Diff line change 44
55namespace FftSharp . Windows
66{
7- internal class Welch : Window , IWindow
7+ public class Welch : Window , IWindow
88 {
99 public override string Name => "Welch" ;
1010 public override string Description =>
You can’t perform that action at this time.
0 commit comments