From 2291ab3edb9ce419d438bd34b47880e61028a7d2 Mon Sep 17 00:00:00 2001 From: manojgudi Date: Sun, 16 Mar 2014 02:06:37 +0530 Subject: added demos and some quick fixes --- demos/scigen.grc | 199 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 demos/scigen.grc (limited to 'demos/scigen.grc') diff --git a/demos/scigen.grc b/demos/scigen.grc new file mode 100644 index 0000000..74e70b9 --- /dev/null +++ b/demos/scigen.grc @@ -0,0 +1,199 @@ + + + Fri Mar 7 12:36:15 2014 + + options + + id + top_block + + + _enabled + True + + + title + + + + author + + + + description + + + + window_size + 1280, 1024 + + + generate_options + wx_gui + + + category + Custom + + + run_options + prompt + + + run + True + + + max_nouts + 0 + + + realtime_scheduling + + + + _coordinate + (10, 10) + + + _rotation + 0 + + + + variable + + id + samp_rate + + + _enabled + True + + + value + 32000 + + + _coordinate + (10, 170) + + + _rotation + 0 + + + + gr_vector_source_x + + id + gr_vector_source_x_0 + + + _enabled + True + + + type + float + + + vector + 1,2,3,4,5,6 + + + repeat + False + + + vlen + 1 + + + _coordinate + (280, 132) + + + _rotation + 0 + + + + scigen_generic + + id + scigen_generic_0 + + + _enabled + True + + + type + f32_f32 + + + num_inputs + 1 + + + vlen + 1 + + + window + 1 + + + func_name + "sin" + + + _coordinate + (500, 70) + + + _rotation + 0 + + + + gr_vector_sink_x + + id + gr_vector_sink_x_0 + + + _enabled + True + + + type + float + + + vlen + 1 + + + _coordinate + (802, 153) + + + _rotation + 0 + + + + gr_vector_source_x_0 + scigen_generic_0 + 0 + 0 + + + scigen_generic_0 + gr_vector_sink_x_0 + 0 + 0 + + -- cgit