Syntax
CPLout=CPLremFFT(CPLin,percent)
Input Parameter
CPLin : | | Close point list |
percent : | | Percentage <0..100> of the number of points that remain |
Output Parameter
CPLout : | | CPL with reduced number of points |
Examples
CPLremFFT(PLcircle(5),50)
CPL=PLcircle(5); whos CPL, CPLremFFT(CPL,50); CPLN=ans; whos CPLN
CPL=PLcircle(5); whos CPL, CPLremFFT(CPL,50); CPLN=ans; whos CPLN
CPL=PLcircle(5); whos CPL, CPLremFFT(CPL,100); CPLN=ans; whos CPLN
CPL=PLsquare(5); whos CPL, CPLremFFT(CPL,50); CPLN=ans; whos CPLN
This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21