File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace FftSharp . Windows
4
4
{
5
- internal class Cosine : Window , IWindow
5
+ public class Cosine : Window , IWindow
6
6
{
7
7
public override string Name => "Cosine" ;
8
8
public override string Description =>
Original file line number Diff line number Diff line change 2
2
3
3
namespace FftSharp . Windows
4
4
{
5
- internal class Hamming : Window , IWindow
5
+ public class Hamming : Window , IWindow
6
6
{
7
7
public override string Name => "Hamming" ;
8
8
public override string Description =>
Original file line number Diff line number Diff line change 4
4
5
5
namespace FftSharp . Windows
6
6
{
7
- internal class Tukey : Window , IWindow
7
+ public class Tukey : Window , IWindow
8
8
{
9
9
private readonly double Alpha ;
10
10
Original file line number Diff line number Diff line change 4
4
5
5
namespace FftSharp . Windows
6
6
{
7
- internal class Welch : Window , IWindow
7
+ public class Welch : Window , IWindow
8
8
{
9
9
public override string Name => "Welch" ;
10
10
public override string Description =>
You can’t perform that action at this time.
0 commit comments