03-22-2010 06:35 AM
Hello,
I do impedance measurements and plot them afterwards in a polar plot (see attached VI). Because of a sharp resonance it is hard to get a high resolution there.
- Is it possible to do an interpolation between the the measured points?
Thanks a lot.
Best regards,
Michael
Solved! Go to Solution.
03-22-2010 07:02 AM
03-22-2010 07:15 AM - edited 03-22-2010 07:16 AM
Do you want to interpolate, to have more values on the right side of the graph?
I see you have the most data located on the left.
You could have a look in the examples:
*B spline Fitting Demo.vi uses splines to interpolate
*Fit ellipse.vi gives a function, based on points. From there on you can generate as many datapoints as you want.
There are many other examples.
03-22-2010 11:01 AM - edited 03-22-2010 11:02 AM
Take a look at the attached. I created an array to resample the data based on the data itself and then used the Resample (constant to variable) to generate interpolated data. This way the resonance is interpolated with more resolution than other locations. Does this do what you want?
There is a constant on the block diagram that controls how much more the resonance will be interpolated.
03-23-2010 03:09 AM
Hello rpursley8,
thank you for your solution.
Best regads,
Michael