Average of System.Collections.Generic.List

  • Thread starter Thread starter hungcui
  • Start date Start date
H

hungcui

Guest
Hi everybody!

I I am implementing STFT with Nwave and this code:

var stft = new NWaves.Transforms.Stft(1024, 256, WindowTypes.Hamming);
var timefreq = stft.Direct(floatArray2);




and i have tiefreq with type:

Name | Value | Tpye


timefreq | Count=15 | System.Collections.Generic.List<(float[],float[])>

How i can get average of type System.Collections.Generic.List. Thanks you for answers!

Continue reading...
 
Back
Top