Skip to content

Commit

Permalink
readme: improve wording in introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
vsergeev committed Dec 13, 2019
1 parent f9b9074 commit bb2afe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ graphs, creating blocks, and creating data types. LuaRadio is built on
LuaRadio can be used to rapidly prototype software radios,
modulation/demodulation utilities, and signal processing experiments. It can
also be embedded into existing radio applications to serve as a user scriptable
engine for processing samples.
engine for signal processing.

LuaRadio blocks are written in pure Lua, but can use [LuaJIT's
FFI](http://luajit.org/ext_ffi.html) to wrap external libraries, like
[VOLK](http://libvolk.org/),
[liquid-dsp](https://github.com/jgaeddert/liquid-dsp), and others, for
computational acceleration, more sophisticated processing, and interfacing with
SDR hardware.
computational acceleration, sophisticated processing, and interfacing with SDR
hardware.

Use GNU Radio? See [how LuaRadio compares to GNU
Radio](docs/6.comparison-gnuradio.md).
Expand Down

0 comments on commit bb2afe3

Please sign in to comment.