Thanks a lot. I see what you did now. This has helped me understand how to go about solving my ultimate goal, fitting/removing noise from any assortment of data. Initially, I was only trying to remove noise from a function that was known (sinc). I've used this sinc program, and applied some of its components in the (simple_fit.vi), which I believe is a
Levenberg-Marquardt example. This is located on Page 01, reply 08, or at the bottom of this discussion...
http://forums.ni.com/ni/board/message?board.id=170&message.id=131168&requireLogin=False
I've managed to get the same functionality out of this program, as I have the curve_fitting.vi. The only problem here that I ran into, is that the program will not find a proper fit, unless the range is much smaller than the X-Axis/Y-Axis values. For example, in the linked vi above, wavelengthaxis.txt << (bloodspectrum.txt || bloodwithnoise.txt). But other than that, I think the program is running how I expected. Although I follow a majority of the logic, there are still bits and pieces of those sub.vis that are elluding me. Nevertheless, if you have any sort of final suggestions on this topic of fitting sets of data, feel free to shoot. But other than that, thanks for all the help.