I get memory errors (as in, running out of) when I try to open the pdf in Inkscape and Illustrator. The svg file contains only an embedded rasterized image of the curves, so that's a dead end.
I can view the pdf fine, though. The curves are very smooth. Are you doing that by plotting hundreds (thousands?) of points along the wave, or just plotting a point at the each crest and trough of amplitude? If it's the former, try plotting points much less often (I'm avoiding the term "frequency"). If it's the latter, try making the points "corner" (sharp) points. I suspect, due to the size of the file and memory issues, that you're plotting thousands of point per curve, though. Have you tried making an image using much fewer waves, just for test purposes?
BTW, consider inverting the values of your input bitmap if you're going to draw using black ink on white paper, unless you want Mona to look like a negative image.
|