Skip to content

Commit

Permalink
update README.md links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
minjungkh committed Dec 7, 2017
1 parent e155f3f commit 44d322a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -27,25 +27,25 @@

Ready to develop your instrument? Read the [documentation](https://www.koheron.com/software-development-kit/documentation).

## Alpha250 designs
## Koheron Alpha250 designs

* [`fft`](https://github.com/Koheron/koheron-sdk/tree/master/examples/alpha250-fft) : reference design with spectrum analyzer, DDS and demodulation.
* [`loopback`](https://github.com/Koheron/koheron-sdk/tree/master/examples/alpha250-loopback) : minimal instrument.
* [`fft`](https://github.com/Koheron/koheron-sdk/tree/master/examples/alpha250/fft) : reference design with spectrum analyzer, DDS and demodulation.
* [`loopback`](https://github.com/Koheron/koheron-sdk/tree/master/examples/alpha250/loopback) : minimal instrument.

## Red Pitaya designs

* [`led-blinker`](https://github.com/Koheron/koheron-sdk/tree/master/examples/led-blinker) : minimal instrument with LED control.
* [`adc-dac`](https://github.com/Koheron/koheron-sdk/tree/master/examples/adc-dac) : instrument with minimal read/write capability on Red Pitaya ADCs and DACs.
* [`pulse-generator`](https://github.com/Koheron/koheron-sdk/tree/master/examples/pulse-generator) : pulse generation with synchronous acquisition.
* [`laser-controller`](https://github.com/Koheron/koheron-sdk/tree/master/examples/decimator) : laser current control using pulse-density modulation.
* [`decimator`](https://github.com/Koheron/koheron-sdk/tree/master/examples/decimator) : decimation using a compensated CIC filter.
* [`oscillo`](https://github.com/Koheron/koheron-sdk/tree/master/examples/oscillo) : signal acquisition / generation with coherent averaging mode.
* [`spectrum`](https://github.com/Koheron/koheron-sdk/tree/master/examples/spectrum) : spectrum analyzer with peak-detection and averaging.
* [`led-blinker`](https://github.com/Koheron/koheron-sdk/tree/master/examples/red-pitaya/led-blinker) : minimal instrument with LED control.
* [`adc-dac`](https://github.com/Koheron/koheron-sdk/tree/master/examples/red-pitaya/adc-dac) : instrument with minimal read/write capability on Red Pitaya ADCs and DACs.
* [`pulse-generator`](https://github.com/Koheron/koheron-sdk/tree/master/examples/red-pitaya/pulse-generator) : pulse generation with synchronous acquisition.
* [`laser-controller`](https://github.com/Koheron/koheron-sdk/tree/master/examples/red-pitaya/laser-controller) : laser current control using pulse-density modulation.
* [`decimator`](https://github.com/Koheron/koheron-sdk/tree/master/examples/red-pitaya/decimator) : decimation using a compensated CIC filter.
* [`oscillo`](https://github.com/Koheron/koheron-sdk/tree/master/examples/red-pitaya/oscillo) : signal acquisition / generation with coherent averaging mode.
* [`spectrum`](https://github.com/Koheron/koheron-sdk/tree/master/examples/red-pitaya/spectrum) : spectrum analyzer with peak-detection and averaging.

## Zedboard designs

* [`led-blinker`](https://github.com/Koheron/koheron-sdk/tree/master/examples/zedboard-led-blinker) : minimal instrument with LED control.
* [`picoblaze`](https://github.com/Koheron/koheron-sdk/tree/master/examples/zedboard-picoblaze) : 8 bit picoblaze microcontroller controllable from the PS.
* [`led-blinker`](https://github.com/Koheron/koheron-sdk/tree/master/examples/zedboard/led-blinker) : minimal instrument with LED control.
* [`picoblaze`](https://github.com/Koheron/koheron-sdk/tree/master/examples/zedboard/picoblaze) : 8 bit picoblaze microcontroller controllable from the PS.

## How to

Expand Down

0 comments on commit 44d322a

Please sign in to comment.