Increase sampling rate ( interp(); function in MATLAB )
QML and Qt Quick
2
Posts
2
Posters
1.9k
Views
1
Watching
-
Hi,
Qt does not offer advanced mathematical functions. You have 3 options (from simplest to hardest):
- Interpolate your data in MATLAB before passing it to Qt
- Link your Qt project to a mathematical library like "GSL":http://www.gnu.org/software/gsl/
- "Write your own interpolation functions":http://books.google.com/books?id=gwijz-OyIYEC&pg=PA36&dq=interpolation