mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 20:43:19 +00:00
Soft Computing
This commit is contained in:
@@ -15,7 +15,6 @@ namespace Esiur.Analysis.DSP
|
||||
|
||||
return rt;
|
||||
}
|
||||
|
||||
public static double[] Convolve(this double[] signal, double[] filter)
|
||||
{
|
||||
var length = signal.Length + filter.Length - 1;
|
||||
|
Reference in New Issue
Block a user