Home
last modified time | relevance | path

Searched refs:ftdata (Results 1 – 8 of 8) sorted by relevance

/dports/comms/wsjtz/wsjtx/lib/ftrsd/ftrsd_paper/
H A Dfig_wer2.gnuplot16 "ftdata-100000.dat" using 1:(100*$3) with linespoints lt 1 lw 2 pt 7, \
17 "ftdata-10000.dat" using 1:(100*$3) with linespoints lt 1 lw 2 pt 7, \
18 "ftdata-1000.dat" using 1:(100*$3) with linespoints lt 1 lw 2 pt 7, \
19 "ftdata-100.dat" using 1:(100*$3) with linespoints lt 1 lw 2 pt 7, \
20 "ftdata-10.dat" using 1:(100*$2) with linespoints lt 1 lw 2 pt 7, \
H A Dfig_wer.gnuplot16 plot [3:7] "ftdata-100000.dat" using ($1+29.1):(1-$2) with linespoints lt 1 pt 7 title 'FT-100K', \
17 "ftdata-10000.dat" using ($1+29.1):(1-$2) with linespoints lt 1 pt 7 title 'FT-10K', \
18 "ftdata-1000.dat" using ($1+29.1):(1-$2) with linespoints lt 1 pt 7 title 'FT-1K', \
H A Dfig_wer3.gnuplot20 "ftdata-100000.dat" using 1:(100*$3) with linespoints lt 1 pt 7 title 'FT-100K', \
21 "ftdata-100000.dat" using 1:(100*$2) with linespoints lt 1 pt 7 title 'FT-100K'
H A Dfig_bodide.gnuplot20 "ftdata-100000.dat" using ($1+29.1):(1-$3) with linespoints lt 1 lw 2 pt 7, \
/dports/graphics/fortytwo/FT-0.2.0/documentation/FTSample/
H A DGNUmakefile22 rm -rf ftdata
23 mkdir ftdata
H A DFTSample.m72 id_ftdata = [graphOM mapObject: @"ftdata"];
/dports/audio/csound/csound-6.15.0/Opcodes/
H A DVosim.c144 MYFLT *ftdata; in vosim() local
149 ftdata = ftp->ftable; in vosim()
169 ar[n] = *(ftdata + (p->pulsephs >> lobits)) * p->pulseamp; in vosim()
/dports/audio/rhythmbox/rhythmbox-3.4.4/rhythmdb/
H A Drhythmdb-tree.c2487 ForeachTypeData ftdata = {foreach_func, data}; in rhythmdb_tree_entry_foreach_by_type() local
2491 NULL, NULL, NULL, &ftdata); in rhythmdb_tree_entry_foreach_by_type()