mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +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