add function generation for common functions
Add function generations for common functions including number of points, magnitude, and domain.
E.g.
SquareWaveSignalGeneration( Npoints, x1,x2, mag, offset, freq, etc)
GuassianSignalGeneration(...)
ErfSignalGeneration(...)
sineSignalGeneration(...)
TriangleSingalGeneration(...)
SawTooth...
lorentzian
Sync
Etc.....
7
votes
1 comment
-
Greg
commented
can implement this myself if you the community will review, add and fix it. I have extensive experience with this kinda thing in matlab and labview, so i could just copy their method signatures.