예제 #1
0
 public static Int32 IEE_GetAverageBandPowers(UInt32 userId, IEE_DataChannel_t channel, Double[] theta, Double[] alpha, Double[] low_beta, Double[] high_beta, Double[] gamma)
 {
     return Unmanged_IEE_GetAverageBandPowers(userId, channel, theta, alpha, low_beta, high_beta, gamma);
 }
예제 #2
0
 static extern Int32 Unmanged_IEE_GetAverageBandPowers(UInt32 userId, IEE_DataChannel_t channel, Double[] theta, Double[] alpha, Double[] low_beta, Double[] high_beta, Double[] gamma);