gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
https://catswords.social/@catswords_oss
GNU General Public License v3.0
143 stars 12 forks source link

[Roadmap] A Compact Module for Processing Periodic Functions (e.g., FT, sine functions) #128

Open gnh1201 opened 1 month ago

gnh1201 commented 1 month ago

Summary

It has been noted that there is a need for a compact module in WelsonJS that can proactively handle problems related to periodic functions (e.g., Fourier transform, extracting parameters of sine functions, etc.) without using well-known mathematical libraries such as MATLAB, SciPy (Python), or R.

Since I am not a math major, I need to study this further. :)

In cases of non-mathematical or non-engineering applications (e.g., ERP, CRM, ITSM etc.), the use of mathematical libraries might not be possible, which requires further consideration.

Related links