long int const qwerty= 500000;
double ex[qwerty];
My signal have 500k of sample. i need to have it in complex or double but always got a error 'System.StackOverflowException' occurred in Project1.exe" Why is that ?. When qwerty is lower than 20k everything works fine.