45 Commits (8a4a37b5bbcafebd5930486c752fb52e25cbdb71)

Author SHA1 Message Date
rlar 8a4a37b5bb dvec abstraction, #4/11, emphasise `ZERO(dvec)' initialisation 10 years ago
rlar 908c650f72 dvec abstraction, #3/11, use `dvec_alloc()' 10 years ago
rlar 08ad3f6ab5 dvec abstraction, #1/11, reorder 10 years ago
dwarning 9e01e1c384 com_fft.c, set hanning as default window 12 years ago
dwarning 38ad8f7602 com_fft.c, rename variable `tlen' --> `length' 12 years ago
dwarning dd290c1886 com_fft.c, correct array size and relay to specific array order for r2c transformation 13 years ago
dwarning 8ed75d166d com_fft.c, use FFTW3 for com_fft() and com_psd() 13 years ago
dwarning c61e1bc8c6 fftext.c, move the Bourke FFT code to fftext.c (as a backup) 13 years ago
dwarning cd8aa1ee04 cmath4.c, com_fft.c, cleanup 13 years ago
dwarning f989219f6f cmath4.c, com_fft.c, rename `size' --> `N' and `mm' --> `M' 13 years ago
dwarning a05f9f3489 remove unused variable sign 13 years ago
dwarning 845dd554e2 com_psd(), reuse the window function `fft_windows()' 13 years ago
dwarning fe01e537cd cleanup some compiler warnings 13 years ago
dwarning f3e7bf141d move the `fft_windows()' function to fft/fftext.c 13 years ago
rlar 83e3100917 remove unused variables 14 years ago
Francesco Lannutti 6b7f408ca8 avoid a compiler warning, (unused static function) 14 years ago
rlar 01ed0ac5d9 com_fft(), com_psd(), com_spec(), cleanup storage more thoroughly 14 years ago
rlar 7b2c9db809 com_psd(), cleanup storage more thoroughly (`win') 14 years ago
rlar 5826f3c0e6 com_fft(), com_psd(), use for(;;) loops 14 years ago
rlar 26bbb39a68 variable rename, unify the source 14 years ago
rlar 7454a6d486 src/frontend/**, whitespace, indentation, ... 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
rlar e42fa8ba06 swallow warnings 15 years ago
h_vogt c858975529 faster Greens's fft, altermod command 15 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
h_vogt 220cc83458 fft calculation with type double (instead of float) 15 years ago
h_vogt e7ce26c118 convert float to double 15 years ago
rlar 508df68455 cleanup, reduce compiler warnings 15 years ago
rlar 9452a6a004 possibly inexact long -> double cast 15 years ago
h_vogt e6c86b4d98 explicit casting double -> int etc. 15 years ago
h_vogt 5e1ed023c6 transient noise simulation 16 years ago
rlar 7b3960506f wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC 16 years ago
rlar 4622d0876e ngcomplex_t instead of complex, #1/2 16 years ago
rlar a10759a699 remove static fftext() from "com_fft.h" 16 years ago
rlar a1e09cdcd1 collect free_pnode_o() in "parse.h" 16 years ago
rlar 513c1d50a6 collect datestring() and seconds() in "misc_time.h" 16 years ago
rlar a76cd1e104 textual replacement VT_* to CP_*, to avoid conflict in the windows world 16 years ago
dwarning 6d1ab1e505 improve amplitude accuracy 16 years ago
dwarning 07e06cf701 initialize local variables 17 years ago
h_vogt e43430a669 memory leaks removed 17 years ago
h_vogt 7c266142cc reintroduce old free_pnode as free_pnode_o 18 years ago
h_vogt a11ba63928 remove problems with simple node names 18 years ago
h_vogt afefdb7188 *** empty log message *** 18 years ago
saintel 6fe0cebe58 *** empty log message *** 18 years ago
h_vogt 655d8aea02 Fast fourier transform for transient data analysis 18 years ago
dwarning 41325622fd some clean-up's to come through MSC 19 years ago
sjborley 67ff1b3a83 Tidy up of the header files in src/frontend and sub-directories. Motivation is to remove extern declarations within .c files and place them in .h files. Added new header files where necessary (and adjusted makefile.am files where required) 21 years ago
pnenzi c68f3470e4 Code cleanup. 25 years ago
arno 489fc66afd src/Makefile.am src/help.c src/main.c 26 years ago
arno 8696a52e89 * src/Makefile.am src/main.c src/sconvert.c 26 years ago