File: howto_square_ff.xml

package info (click to toggle)
gnuradio 3.5.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 24,844 kB
  • sloc: cpp: 68,797; python: 54,233; ansic: 24,669; xml: 18,356; sh: 9,042; makefile: 4,835; asm: 3,373; fortran: 927; lisp: 799
file content (18 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<block>
  <name>Square</name>
  <key>howto_square_ff</key>
  <category>HOWTO</category>
  <import>import howto</import>
  <make>howto.square_ff()</make>

  <sink>
    <name>in</name>
    <type>float</type>
  </sink>

  <source>
    <name>out</name>
    <type>float</type>
  </source>
</block>