Giter Site home page Giter Site logo

filter-demo's Introduction

#filter-demo

Especially for smallband reception, as in e.g. shortwave reception one needs decent filters. In the swradio-8 software, the supported devices only support wide band reception (i.e. 2M or more). For e.g cw reception, or psk reception, one needs a bandwidth of up to 100 Hz, so we need decimation and filtering.

Even for DAB, one sometimes does need filtering. The AIRspy, a popular device, only provides output with fixed rates. The AIRspy mini e.g. sends out its data with a rate of 3M, since the channels have a width of 1536K, there is an issue with DX-ing on adjacent channels.

For sw reception, we map from 2112KHz to 96Khz (integer division), and then to 12 Khz. The actual decoder is free to extract a subband by further filtering.

To prevent phase issues, filtering is done by Finite Impulse Response filtering.

Just as an example, filters are shown, based on different windowing approaches, all with the same setting.

filter-demo filter-demo filter-demo filter-demo

The parameters to be set are

  • the filter depth (we use two filters with a degree of 255, implemented
    through using an FFT technique)
  • the signal width, in the range 0 .. 0.5. As an example, if you filter
    a signal with a samplerate of 96000, a band of 9600 equates to a setting of 0.1.

filter-demo's People

Contributors

jvankatwijk avatar

Stargazers

 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.