Giter Site home page Giter Site logo

pulsarsimulation's Introduction

Pulsar Simulation

Command line compilation: g++ sim.cpp -o sim -lm -lfftw3 -std=c++0x

Requirements: fftw3 library

This simulation was developed to be used with the software that reads two’s-complement 8-bit (whole numbers in the range [-127; 128]), complex-sampled, dual circular polarisation, single-sub-band data from a specified file of DADA format. A file of DADA format contains 4096 byte ASCII header and complex data samples alternating like so: Real X, Imaginary X, Real Y, Imaginary Y, Real X, Imaginary X, etc. In this project, X and Y corresponded to right and left circular polarisation components respectively.

The simulation generates a complex-sampled, broadband, random white noise modulated by a Gaussian (or square) pulsar pulse profile. White noise was selected to fully represent a natural signal, where the amount of power per unit bandwidth is independent of frequency. Random white noise (x(t)) is real-valued, hence to transform it to analytical, z(t) = x(t) + i y(t), Hilbert transform is applied.

More details about analytical signals and Hilbert transforms available here [Accessed: June 2016].

pulsarsimulation's People

Contributors

snaiste avatar

Watchers

 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.