- Out-of-Stock
Products
Categories
- Main categories
-
- 3D PRINTING
- ARDUINO
- AUTOMATION
- BOOKS
- CYBERSECURITY
- EDUCATION
- ELECTRONICS
- Cables
- Cameras and accessories
- Communication
- Conductive materials
- Connectors
- ARK connectors (Terminal Block)
- Coaxial connectors (RF)
- Connectors
- Crocodile clip
- D-Sub drawer connectors
- DC power connectors
- FFC/FPC ZIF connectors
- Goldpin connectors
- IDC connectors
- JACK connectors
- JST connectors
- Jumpers
- Memory cards slots
- Other connectors
- Pogo pin
- RJ45 sockets
- Slip ring connector
- Supports
- Szybkozłącza
- USB connectors
- USB PD Adapters for Laptops
- Cooling
- Displays
- Electronic modules
- A/D and D/A converters
- Audio
- Barcode readers
- CAN converters
- Converters USB - UART / RS232
- Data logger
- DDS/PLL generators
- Digital potentiometers
- Encoders
- Expanders of the I/O
- Fingerprint readers
- HMI modules
- Image and video
- JTAG accessories
- Keyboards, buttons
- LED drivers
- Memory card readers
- Memory modules
- Modules with power outputs
- Motor controllers
- Power modules
- RS485 converters
- RTC modules
- Servo Controllers
- TSOP infrared receivers
- USB Converters - I2C / 1-Wire / SPI
- Voltage converters
- Gadgets
- GPS
- Intelligent clothes
- LED - diodes, displays, stripes
- Luminous wires and accessories
- Memory cards and other data storages
- Passive elements
- PC accessories
- Printers
- Prototype boards
- Relays
- Semiconductors
- A/C converters (ADC)
- Analog systems
- Audio systems
- Bridge rectifiers
- Button
- D/A Converters (DAC)
- DDS synthesizers
- Digital circuits
- Diodes
- Drivers of motors
- DSP microprocessors
- Energy counters
- Energy harvesting
- ESD security
- IGBT drivers and bridges
- Interface systems
- LED drivers
- Logic converters
- Memory
- Microcontrollers
- Optotriacs and optocouplers
- Other
- PLL generators
- Power systems
- Programmable systems
- Resetting systems
- RF systems
- RTC systems
- Sensors
- SoC systems
- Timery
- Touch sensors
- Transistors
- Sensors
- Accelerometers
- Air humidity sensors
- Air quality sensors
- Current sensors
- Distance sensors
- Flow sensors
- Gas sensors
- Gyroscopes
- Hall sensors
- Humidity sensors
- Infrared sensors
- Light and color sensors
- Liquid level sensors
- Magnetic sensors (compasses)
- Medical sensors
- Motion sensors
- PH sensors
- Position sensors
- Pressure sensors
- Pressure sensors
- Reflection sensors
- Sensors 6DOF/9DOF/10DOF
- Sensors of liquid quality
- Temperature sensors
- Vibration sensors
- Sound transducers
- Switches and buttons
- Cables
- FPGA DEVELOPMENT KITS
- Measuring devices
- MECHANICS
- MINICOMPUTERS (SBC)
- POWER
- RASPBERRY PI
- Accessories for Raspberry Pi
- Audio video cables for Raspberry Pi
- Case Raspberry Pi
- Cooling for Raspberry Pi
- Displays for Raspberry Pi
- Extension modules for Raspberry Pi
- Memory cards for Raspberry Pi
- Power for Raspberry Pi
- Raspberry Pi 3 model A+
- Raspberry Pi 3 model B
- Raspberry Pi 3 model B+
- Raspberry Pi 4 model B
- Raspberry Pi 400
- Raspberry Pi 5
- Raspberry Pi cameras
- Raspberry Pi Compute Module
- Raspberry Pi model A/ B+/2
- Raspberry Pi Pico
- Raspberry Pi prototyping
- Raspberry Pi Zero
- Raspberry Pi Zero 2 W
- RETIRED PRODUCTS
- SALE
- STARTER KITS, PROGRAMMERS, MODULES
- Atmel SAM
- Atmel Xplain
- AVR
- Coral
- DFRobot FireBeetle
- ESP32
- ESP8266
- Feather / Thing Plus
- Freedom (Kinetis)
- M5Stack
- Micro:bit
- Nordic nRF
- Other development kits
- Particle Photon
- Peripheral modules
- PIC
- Raspberry Pi RP2040
- RFID
- RISC-V
- Seeed Studio LinkIt
- Segger programmers
- SOFTWARE
- Sparkfun MicroMod
- STM32
- STM32 Discovery
- STM32 MP1
- STM32 Nucleo boards
- STM8
- Teensy
- Universal programmers
- WRTNode
- XIAO/Qt PY
- Atmel SAM
- WORKSHOP
- Adhesives and gluers
- Chemistry
- CNC milling machines
- Crimping tools
- Dispensing needles
- Heat-shrink tubing
- Insulation strippers
- Knives and scissors
- Laboratory power supplies
- Mikroskopy
- Mini drills and grindrers
- Organizers
- Power strips
- Power tools
- Safety glasses
- Soldering
- Antistatic mats and accessories (ESD)
- BGA balls
- BGA rework stations
- Brushes and ESD brushes
- Desoldering Wick
- Handles, magnifiers
- Heat guns
- Heaters and soldering irons
- Laminates
- Portable soldering irons
- Silicone Soldering Mats
- SMD Accessories
- Soldering accessories
- Soldering chemistry
- Soldering irons
- Soldering pastes
- Soldering pots
- Soldering stations
- Soldering tips
- Sponges and cleaners
- Stand for soldering irons
- Tin
- Tin extractors
- Ultrasonic cleaners
- Tapes (aluminum, kapton, copper, insulating)
- Tools
- Tweezers
- Vices
- 3D PRINTING
New products
New products
FPGA implementation of real-time image coding in the MPEG-2 standard
Free shipping
free shipping in Poland for all orders over 500 PLN
Same day shipping
If your payment will be credited to our account by 11:00
14 days for return
Each consumer can return the purchased goods within 14 days
Among many coding standards, the MPEG-2 standard is currently one of the most commonly used video compression standards for video images. It is most often used on digital television. This standard is also used in digital cameras, DVDs, digital tuners, etc.
The aim of the work described in this book was the effective implementation of the video image compression and decompression system in the MPEG-2 standard operating in real-time mode, using the technology of FPGA programmable devices.
Table of Contents
Table of Contents
List of shortcuts
List of symbols
1. Introduction
2. Basic functions used in compression systems of moving images
2.1. Discreet cosine transformation
2.2. Huffman's reeling
2.3. Motion estimation and compensation
3. Description of image compression in the MPEG-2 standard
4. Existing coders, decoders and codecs in the MPEG-2 standard
4.1. Solutions with DSP and GPP processors
4.2. Solutions with ASICs
4.3. Solutions with FPGA chips
4.4. Summary
5. Implementations of DCT and IDCT transformation algorithms
5.1. Introduction
5.2. The results of the implementation of FDCT algorithms
5.3. Summary
6. Implementations of quantization and dequantization operations
6.1. Quantization and dequantization in the MPEG-2 standard
6.2. Implementation of the quantizer and dequantizer
6.3. Summary
7. Implementation of the traffic estimation process
7.1. Motion estimation algorithms
7.2. Implementation of TSS and E3SS algorithms
7.3. Modifications of the E3SS algorithm
7.4. Summary
8. Implementation of algorithms for lossless image sequence compression
8.1. Entropy coding in the MPEG-2 standard
8.2. Implementations of lossless compression algorithms
8.3. Summary
9. Hardware implementation of the MPEG-2 standard
9.1. MPEG-2 compression using type I images
9.2. MPEG-2 compression using I and P images
9.3. MPEG-2 compression using images of types I, P and B
9.4. Summary
10. Summary
11. Literature
12. Appendix
Other products in the same category (16)
Pololu Step-Up/Step-Down Voltage Regulator S8V3A
No product available!
No product available!
No product available!
No product available!
SpaceSOM series module with NXP i.MX8M plus 1.8 GHz processor (4 Cortex-A53 + Cortex-M7 cores), 2 GB RAM and 8 GB eMMC memory. SomLabs SLS35X8MPQC_1800C_02GR_08GE_0SF_C
No product available!
ROSA3D filament made of high-quality PLA-Silk granules characterized by intense color and exceptional gloss. 0.8 kg of filament with a diameter of 1.75 mm is wound on the spool. Filament ROSA3D PLA-Silk White
No product available!
No product available!
This sensor shield utilizes the BME280 pressure/humidity/temperature sensor, the CCS811 air quality sensor and the APDS-9301 ambient light sensor - using each corresponding Arduino library. The shield has been equipped with two RJ11 connectors for wind and rain detection and measurement, as well as optional pins for external temperature readings and soil moisture sensor. DEV-14153
No product available!
No product available!
No product available!
DS100B - converter module RS232 / 422/485 Ethernet 10BaseT
No product available!
HK Hobbyking IOS & Android 4CH WiFi Receiver (21430)
No product available!
AUDIO PROCESSOR WITH EQ AND WIDMA ANALYZER - CONTINUOUS PLATE AND PROGRAMMED SYSTEM
No product available!
No product available!
No product available!
No product available!