spectogram problem

Not familiar with licensing? Need help in installing LightningChart Ultimate SDK? User's manual is missing? Post general questions here.

Moderator: Queue Moderators

Post Reply
clamp1981
Posts: 4
Joined: Thu Mar 06, 2014 5:05 am

spectogram problem

Post by clamp1981 » Wed Nov 26, 2014 7:25 am

Hi~

I use wpf and chart version 6.1.0

I am a work that draws on the spectrograms receive real-time data.
Windows 8 (64bit) installed touch-based notebooks "ASUS TransformerBook" following problems are occurring.

The spectrograms problem disappears when the surface sizeZ change. sometimes ( ex. surface.SetSize( surface.SizeX, 25600 ); )
Did not change the settings of the chart or surface. Just, surface sizeZ change.

but, No surface clear, Never call SurfaceGridSeries3D.Clear();
MouseTraceCell also a function of the surface normal operation.
In other PC that this problem does not occur. :cry:

"ASUS TransformerBook" :
processor - intel core i7-4500U CPU, 1.80GHz 2.40GHz
Memory : 4.0 GB
System Type : 64bit( x64 )
window : window 8 K
Attachments
surface change sizeZ...<br />disappears spectogram surface....
surface change sizeZ...
disappears spectogram surface....
problem.JPG (38.87 KiB) Viewed 17452 times
Normal output
Normal output
Normal.JPG (50.74 KiB) Viewed 17452 times

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: spectogram problem

Post by ArctionPasi » Wed Nov 26, 2014 7:48 pm

I think it runs out of memory. The memory allocation needed for SizeX * 25600 intensity array is huge.

Please try running with a smaller array, at least to trouble-shoot the problem. Don't shoot me though 8-)
LightningChart Support Team, PT

Post Reply