56 Commits (acfaf023b3d014ae4f2f01f3ea02cb1a2734863e)

Author SHA1 Message Date
Holger Vogt 79c71a4ec3 Enable math characters in vector (node) names for command fft 4 years ago
Jim Monte 068df274bf Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM. 6 years ago
dwarning 598b72be37 prevent a huge memory leak by calling fftw3 in a loop 8 years ago
Holger Vogt 09c876550f prevent string overflow by adding the string length 8 years ago
Holger Vogt a98d01e5f8 Use only internal memory functions, replace 8 years ago
dwarning 2fd3c4d94f fix the still existing wrong array access in psd smooth routine 9 years ago
h_vogt ca3a9bb648 com_fft.c, correct scaling and filtering for PSD 9 years ago
dwarning 0ef666ea26 com_psd: Correct the special handling of dc and nyquist component in fftw branch 9 years ago
dwarning 2377d3a64f fix wrong write and read in not allocated memory 9 years ago
dwarning b8a9ca9df4 correct the fft scaling for real input and complex output vector 9 years ago
rlar 8243696338 dvec abstraction, #8/11, upgrade `dvec_alloc()' 10 years ago
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