- 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 connectors
- 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
- Machine vission (MV)
- 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 500
- 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)
No product available!
No product available!
SEMAFORA 5 CHAMBER MOTOR AND SAFETY SHIELD - PLATE AND PROGRAMMED LAYOUT
No product available!
No product available!
Board with ATmega32U4 and Atheros AR9331. It combines the advantages of a microcontroller and a microprocessor with Linux. The set has 32 KB flash memory, 20 digital inputs / outputs, including the ability to configure 7 as PWM channels and 12 as analog inputs (ATmega32U4) as well as a WiFi module and a microSD card slot (Atheros AR9331). Arduino Yún Rev2
No product available!
PCB and programmed arrangement for a microprocessor fear for birds. AVT3135 A +
No product available!
EXtreme CC312U 3100mA power supply / car charger with two USB ports, allows you to charge phones, navigation, mp3 / mp4 players and connect Raspberry Pi computers
No product available!
No product available!
No product available!
No product available!
No product available!
No product available!
No product available!
HK Turnigy L2215J-900 Brushless Motor (200w) (14737)
No product available!
PCB with programmed circuit for assembly of the operating time counter triggered by the current flow. AVT5548 A +
No product available!
Stanisław Osowski, Andrzej Cichocki, Krzysztof Siwek
No product available!