11-28-2018 10:06 AM
Hello,
I read the UDP I/Q raw data package from a receiver ,then do FM demodulation and resampling.
I try to run my program.
If I use "FIR filter" option for resampling, it will show a error message:"Memory is full...".
If I use others like "linear", "spline", it will not show any error message.
I do not know why the resampling using fir filter will show this error message.
Hope some of you guys (or girls) are able to help me.
thanks!
Howard
11-29-2018 01:29 AM
If you probe this value, what is the number?
Benoit
12-01-2018 10:52 AM - edited 12-01-2018 10:54 AM
I probe some value :
12-01-2018 01:13 PM
That's why. 4.29 billion would be a huge array. You don't have that much memory.
Either your original array is too large, or more likely you are trying to re-sample it into too many additional elements.