Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

matlab (out of memory) error for the fft of a long vector

Status
Not open for further replies.

sab_sab

Newbie level 6
Joined
Dec 13, 2009
Messages
14
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,283
Location
usa
Activity points
1,377
Hi all,
I have 800 vectors having 765440 points of each. I need perform fft on all of those vectors and get the powers (Actually I need to plot all of those fft plots in one figure). But I am getting an OUT OF MEMORY error. Fs equals to 25600 Hz.
Power vector that I get for each vector contains 524288 points. Do you have any idea how to overcome this problem?

Thanks
 

Hi all,
I have 800 vectors having 765440 points of each. I need perform fft on all of those vectors and get the powers (Actually I need to plot all of those fft plots in one figure). But I am getting an OUT OF MEMORY error. Fs equals to 25600 Hz.
Power vector that I get for each vector contains 524288 points. Do you have any idea how to overcome this problem?

Thanks

'Out of memory' errors occur when MATLAB® requests more memory from the operating system than is available.

h**p://www.mathworks.in/support/tech-notes/1100/1107.html
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top