Git Product home page Git Product logo

audacity-sdr's Introduction

Audacity is a convenient tool to have a first look at a recording from a
software defined radio. It can import raw data files with various data types
and has a user interface to zoom and scroll signals in both waveform and
spectrogram views. It can also do some basic filtering and resampling.

Audacity, however, does not really understand complex (IQ) signals.
It can treat them as stereo audio signals but shows the positive and negative
halves of their spectrum on top of each other because it sees the real and
imaginary parts as two separate signals.
It also doesn't easily do common SDR tasks like AM or FM demodulation.
The Nyquist prompt allows doing some special things though, such as rectifying
a digital baseband signal to get a spectral line at the symbol rate.

A typical workflow seems to be to make small GNURadio Companion scripts to
perform filtering and demodulation and then switching back and forth between
Audacity and GRC.

By making some Audacity plugins to do downconversion, filtering and
demodulation of IQ recordings, it should be possible to do more of these
common tasks using one tool that already has a convenient user interface
for things like zooming the signals.
This is my attempt at doing that. I'm not sure if it's a good idea at all yet
but let's see if it turns out to be useful.

To use the plugins, copy or symlink them to the plugin directory.
For example, on Linux:
mkdir -p ~/.audacity-files/plug-ins; cd ~/.audacity-files/plug-ins &&
ln -s ../../path/to/repository/*.ny .
If they don't appear in your plug-ins menu yet, go to
Effect -> Add/Remove Plug-ins -> New -> select the plugins -> Enable

audacity-sdr's People

Contributors

tejeez avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.