Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

[Symbolic Continuous Time Fourier Transform] Aug 25 2015

Brosnan Yuen edited this page Aug 25, 2015 · 1 revision

Some progress has been made on the symbolic Fourier Transform. It was very hard to check the output using software because most of the software packages use numerical methods instead of symbolic. That makes them discrete instead of continuous. The other packages that are symbolic don't have advanced features. So I had to check them by hand.

The tests:

Right now, it has basic functions,time/frequency shift, and linearity. This makes nerdamer unique because there isn't any other javascript library that could do symbolic Fourier transform.

I have to get cos,sine,differential/integral equations, convolution ,amplitude shifting... and so on.. --Brosnan Yuen