All Projects → Xilinx → Hlx_examples

Xilinx / Hlx_examples

Licence: other
Open Source HLx Examples

Programming Languages

matlab
3953 projects

Labels

Projects that are alternatives of or similar to Hlx examples

P2P-DPlayer
DPLayer powered by CDNBye P2P Engine
Stars: ✭ 63 (-76.05%)
Mutual labels:  hls
JT1078Gateway
基于Pipeline实现的JT1078Gateway支持TCP/UDP,目前只支持http-flv、ws-flv、hls三种拉流方式
Stars: ✭ 50 (-80.99%)
Mutual labels:  hls
hls-downloader
Web Extension for sniffing and downloading HTTP Live streams (HLS)
Stars: ✭ 834 (+217.11%)
Mutual labels:  hls
scalehls
A scalable High-Level Synthesis framework on MLIR
Stars: ✭ 62 (-76.43%)
Mutual labels:  hls
P2P-CKPlayer
嵌入P2P引擎的CKPlayer,视频网站省流量&加速神器
Stars: ✭ 49 (-81.37%)
Mutual labels:  hls
stream-detector
A Firefox addon written in JavaScript which provides an easy way to keep track of URLs to playlists and subtitles used by Apple HLS, Adobe HDS, MPEG-DASH, and Microsoft Smooth Streaming streams.
Stars: ✭ 307 (+16.73%)
Mutual labels:  hls
aws-clustered-video-streams
A clustered video stream is an AWS architecture that increases the quality and reliability of live events by providing seamless regional failover capabilities for live video steams. Operators can monitor the status of the clustered stream from a single pane of glass and dynamically control from which region the stream consumed by a player origin…
Stars: ✭ 35 (-86.69%)
Mutual labels:  hls
api.video-go-client
The official Go client library for api.video
Stars: ✭ 16 (-93.92%)
Mutual labels:  hls
m3u8
Parse and generate m3u8 playlists for Apple HTTP Live Streaming (HLS) in Ruby.
Stars: ✭ 96 (-63.5%)
Mutual labels:  hls
Huong-dan-cai-dat-stream-server-va-chuyen-doi-video-sang-streaming
Hướng dẫn cài đặt stream server và chuyển đổi video thường sang dạng TS Streaming
Stars: ✭ 29 (-88.97%)
Mutual labels:  hls
kaltura-player-js
Kaltura Player JS Platform - Cloud TV and OVP Media Players
Stars: ✭ 83 (-68.44%)
Mutual labels:  hls
hwt
VHDL/Verilog/SystemC code generator, simulator API written in python/c++
Stars: ✭ 145 (-44.87%)
Mutual labels:  hls
RokuKast
A Chrome extension to stream web videos to Roku devices.
Stars: ✭ 63 (-76.05%)
Mutual labels:  hls
vidi
<video> playback simplified
Stars: ✭ 31 (-88.21%)
Mutual labels:  hls
SharpGrabber
Download from YouTube, Vimeo, PornHub, HLS (M3U8 files) with .NET and JavaScript, Library and desktop app for downloading high quality media
Stars: ✭ 138 (-47.53%)
Mutual labels:  hls
browserLiveStream
Use webcam, browser and Node to stream live video. From api.video (https://api.video)
Stars: ✭ 141 (-46.39%)
Mutual labels:  hls
m3u8-parser
A simple HLS playlist parser for Java
Stars: ✭ 100 (-61.98%)
Mutual labels:  hls
Openplayerjs
Lightweight HTML5 video/audio player with smooth controls and ability to play VAST/VPAID/VMAP ads
Stars: ✭ 255 (-3.04%)
Mutual labels:  hls
abr-player
📼 Adaptive Streaming Test Player
Stars: ✭ 13 (-95.06%)
Mutual labels:  hls
livego
直播服务器 hls stream online RTMP AMF HLS HTTP-FLV
Stars: ✭ 30 (-88.59%)
Mutual labels:  hls

HLx_Examples

Open Source HLx Examples

Acceleration

  • memcached - HLS implementation of Memcached pipeline. This HLS example gives the pipelined memcached implementation. The main pipeline stages of memcached include request parser, hash table, value store and response formatter. Both HLS and RTL testbenches are provided to allow users to simulate the design in HLS or modelsim.

DSP

  • digital_up_conv - Digital Up Converter, FIR Filter. Digital Up Converters (DUC) and Digital Down Converters (DDC) are key components of RF systems in communications, sensing, and imaging.

  • direct_digital_syn - Direct Digital Synthesizer (DDS) using Vivado HLS. This example shows the implementation of a DDS using Vivado HLS tool. The initial target device is K7 -1, but the design, described in C++, can be targeted to most of Xilinx FPGAs.

  • fir_example - FIR Filtering. Optimization of a FIR Operation.

  • fp_pid_contr - Floating-Point PID Controller Design with Vivado HLS and System Generator for DSP Floating-point algorithms are widely used in industries from analysis to control applications. Traditionally, such algorithms have been implemented on microprocessors.

  • multi_chan_conv_fil - Multi-channel Fractional Sample Rate Conversion Filter Design Using Vivado High-Level Synthesis This project focuses on the design of a multi-channel fractional sample rate conversion (SRC) filter using the Vivado High-Level Synthesis (HLS) tool, which takes the source code in C++ programming language and generates highly efficient synthesizable Verilog or VHDL code for FPGA.

  • phase_rec_loop - Implementing Carrier Phase Recovery Loop Using Vivado HLS This application note describes the implementation of a carrier phase recovery loop algorithm for a single carrier QAM demodulator using Vivado High-Level Synthesis (HLS).

  • reed_solomon_erasure - Reed-Solomon Erasure Codec Design Using Vivado High-Level Synthesis This application note focuses on the design of an erasure codec using the Xilinx® Vivado High-Level Synthesis (HLS) tool, which takes the source code in C programming language and generates highly efficient synthesizable Verilog or VHDL code for a Kintex® UltraScale™ FPGA.

  • ssr_fir - Super Sample Rate FIR (data rate > clock rate) Implementation using Vivado HLS This project describes the implementation of the super sample rate (SSR) filter – where the sample data rate is greater than the clock rate using Vivado HLS tool.

Math

  • atan2_cordic - Linear Algebra Library: Atan2() Example. Implementing the math function atan2 from the Linear Algebra Library

  • fp_accum - Floating Point Accumluation Operation and HLS Optimizations Optimization of a Floating Point Accumluation Operation.

  • sqrt_cordic - Linear Algebra Library: Sqrt() Example. Implementing the math function sqrt from the Linear Algebra Library

  • squared_difference_accumualate - Squared Difference Accumulate Using Vivado High-Level Synthesis This simple example shows how to use Vivado HLS to code a "Squared Difference Accumulate" function and ensure the new squaring MUX feature within the UltraScale DSP48E2

Vision

  • img_histEq - Image Histogram Equalization and HLS Optimizations.

  • mpeg_forward - MPEG2 forward DCT 8x8 with Vivado HLS. The DCT concentrates most of the pixels energy distribution into a few frequency coefficients. DCT is a valuable tool for pictures compression, when associated with Quantization and VLC.

  • video_edge - Video Processing Design Using HLS. Driver Assist Video Processing example using Vivado HLS and OpenCV Blocks.

OTHER INFORMATION

For more information check here:

Vivado HLS User Guide

SUPPORT

For questions and to get help on this project or your own projects, visit the Vivado HLS Forums.

License

The source for this project is licensed under the 3-Clause BSD License

Contributing code

Please refer to and read the Contributing document for guidelines on how to contribute code to this open source project. The code in the /master branch is considered to be stable, and all pull-requests should be made against the /develop branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].