UNEQUAL ERROR PROTECTION FOR DATA PARTITIONED H.264/AVC VIDEO STREAMING WITH RAPTOR AND RANDOM LINEAR CODES FOR DVB-H NETWORKS

Size: px
Start display at page:

Download "UNEQUAL ERROR PROTECTION FOR DATA PARTITIONED H.264/AVC VIDEO STREAMING WITH RAPTOR AND RANDOM LINEAR CODES FOR DVB-H NETWORKS"

Transcription

1 UNEQUAL ERROR PROTECTION FOR DATA PARTITIONED H.264/AVC VIDEO STREAMING WITH RAPTOR AND RANDOM LINEAR CODES FOR DVB-H NETWORKS Sajid Nazir, Vladimir Stankovic, Dejan Vukobratovic Department of Electronic and Electrical Engineering University of Strathclyde, 16 Richmond Street, Glasgow G1 1XQ, Scotland, United Kingdom {sajid.nazir, ABSTRACT Application layer forward error correction is becoming a popular addition to protocols for real-time video delivery over IP-based wireless networks. Since each part of video data is not equally important for video reconstruction, it is beneficial to divide video data based on its importance. Such partitioned data could then be provided with different degree of protection, with the important data having more protection against channel erasures. Data partitioning (DP) is one such low-cost feature in H.264/AVC enabling partitioning of video data based on its importance. In this paper, we propose an Unequal error protection (UEP) scheme to protect the DP H.264/AVC coded video data with Raptor and Random linear codes (RLC). The simulations have been performed using error traces which depict physical-layer Transport Stream (TS) packet losses in DVB- H. The results highlight that for broadcasting applications with varying channel conditions, better results can be obtained with dynamic probability of selection of different importance layers. Index Terms Forward error correction, data partitioning, random linear coding, Raptor codes 1. INTRODUCTION Two key challenges of multimedia broadcast/multicast applications over IP-based wireless networks are high and varying error characteristics of underlying communications channels and huge heterogeneity of users equipment. To combat these challenges effectively, efficient error-resilient and layered video compression and forward error correction (FEC) must continuously adapt to channel characteristics and receivers demands. H.264/AVC [1] is the latest video coding standard achieving significant compression efficiency and gaining widespread use in the emerging standards and applications. H.264/AVC was recently adopted for the mobile broadcasting communication standard Digital Video Broadcasting-Handheld (DVB-H) [2]. DVB-H is primarily intended for broadcast of digital TV signals to mobile devices. The DVB-H standard uses physical layer of DVB- T, and additionally at the link layer specifies Multi Protocol Encapsulation Forward Error Correction (MPE-FEC) [3] for real-time services and the use of Raptor codes [4] at the application layer (AL) for IP datacasting services. Apart from Raptor codes, another packet erasure protection code that has been gaining increased popularity is Random Linear Code (RLC) [5], which shows near-capacity performance regardless of codeword length, but suffers from high decoding complexity as codeword length increases. The focus of this study is to analyse the use of data partitioning (DP) error resilient feature of H.264/AVC tailored with AL-FEC codes for unequal error protection (UEP) in the DVB-H standard. The DP feature of H.264/AVC is chosen because it effectively prioritizes video stream by partitioning it into classes of decreasing importance to video reconstruction with a very small decrease in overall performance. Note that the alternative is to use Scalable Video Coding (SVC), which by itself introduces performance penalty, plus error resilience. For FEC, we use Raptor and RLC codes, which are increasingly being considered for real-time services at the AL [11]. In our simulations we partition video stream into two priority groups, which we term as HPS (high priority segment) and LPS (low priority segment). The error resilience through DP is used in conjunction with AL-FEC with either systematic 3GPP Raptor code or RLC. The encoded data is encapsulated in RTP/UDP/IP packets, which are then placed in TS packets as specified in the DVB-H standard. In our simulations, we use realistic DVB-H channel TS packet drops trace obtained by real-world measurements. Our simulation results show that Raptor and RLC can be used to effectively protect the HPS and LPS for reliable video transmission over packet erasure channels in DVB-H. Furthermore, for video broadcast/multicast applications, it can be advantageous to relate the degree of protection to various DP segments depending on the varying channel conditions. The proposed schemes are general enough to be applied to other video transmission standards /11/$ IEEE

2 Although the loss of a low priority NAL unit enables successful decoding of high priority NAL unit, it could result in error propagation to the subsequent frames. This degrades the video quality beyond the effect of lost NAL units alone. To offset the error propagation, insertion of periodic I (intra) frames could be used but is costly. A relatively low cost solution is to insert periodic MB intra updates (MBIU) which can arrest the error propagation to a certain extent. The error resilience features generally are associated with a decrease in compression efficiency, and overhead. However, as shown in [7], the DP has the least overhead as compared to the other common error resilience techniques in H.264. Hence, it is an attractive low-cost option for splitting the data into various layers with unequal importance Raptor codes and RLC Fig.1. DVB-H Protocol Layers. The rest of the paper is structured as follows. Section 2 briefly covers the necessary background. The experimental setup used for this study is explained in Section 3. Section 4 contains the results and their analysis. Finally Section 5 concludes the paper. 2. BACKGROUND 2.1. H.264/AVC and Data Partitioning H.264/AVC is widely deployed [1] in the latest multimedia applications and this trend is likely to grow. The H.264/AVC design covers a Video Coding Layer (VCL) for coding of video content and Network Abstraction Layer (NAL) which formats the video data enabling it to be transported over various channels. Each frame or slice is encapsulated in a separate NAL unit. H.264/AVC provides many error-resilience features to mitigate the effect of lost packets during transmission. One such scheme available in the extended profile is DP [6] which supports the partitioning of a slice in up to three partitions (NAL units), based on the importance of the encoded video syntax elements for video reconstruction. Partition A contains the most important data comprising slice header, quantization parameters, and motion vectors. Partition B contains the intra-coded macroblocks (MB) residual data, and partition C contains inter-coded MB residual data. It is thereby possible to assign different protection levels to different partitions based on importance. The decoding of DP A is always independent of DP B and C. However, if DP A is lost the remaining partitions cannot be utilized. The decoding of DP B is possible without DP C, but not other way around. To make DP B independent of DP C, Constrained Intra Prediction (CIP) parameter in H.264/AVC encoder must be set. Raptor codes [4] are rateless codes, i.e., they provide a flexibility to generate as many encoded symbols as desired from the source symbols. The Raptor decoder can recover the original source symbols from any set of encoded symbols, as long as their number is at least equal or slightly exceeds the number of source symbols. These have recently been adopted for use in various standards including DVB-H. As an Application layer Forward error correction (AL- FEC) solution in DVB-H, systematic Raptor codes provide improved system reliability and a large degree of freedom in the choice of transmission parameters [8]. For an explanation of the encoding and decoding algorithms and implementation guidelines, [9] is a detailed reference. The encoding process consists of a pre-code followed by reduced-complexity LT coding. The decoding process results in maximum-likelihood decoding performance and it can be considered successful if the received generator matrix at the decoder is invertible. Raptor codes have constant encoding and linear decoding complexity. Another class of rateless codes which has become popular is RLC [5]. RLC applied over a source message produces encoded symbols as random linear combinations of source symbols with coefficients randomly selected from a given finite field. RLC as a packet-level AL-FEC solution are simple to implement and perform as optimal erasure codes for sufficiently large finite field used for creating linear combinations of source symbols (one-byte field GF(256) is usually good [5]). This makes RLC an attractive alternative to Raptor codes as a universal FEC/network coding solution for emerging wireless communication systems, such as LTE-A, WiMAX and DVB-NGH. The major limitation of the application of RLC is the decoding complexity of Gaussian Elimination (GE) decoding, which is polynomial in the number of symbols. However, for short lengths of the source messages, the decoding complexity is acceptable (see [5, 11] and references therein).

3 2.3. DVB-H Mobile multimedia broadcasting is an emerging technology and is expected to grow. DVB-H is the European standard for digital TV signals broadcast to handheld devices and is based on the DVB-Terrestrial (DVB-T) standard which uses MPEG-2 packet streams. DVB-H is IP-based and has two important new features introduced in it. Firstly, the transmission takes place in intermittent bursts of maximum data rate of up to 2Mbps. Secondly, to mitigate errors in mobile and wireless environments the DVB-H standard introduces a link layer FEC mechanism, called MPE-FEC. The H.264/AVC standard is used for encoding the video data. DVB-H protocol layers, which successively add headers and prepare the video data for transmission, are shown in Fig. 1. The H.264/AVC encoder generates NAL units which are then encapsulated into RTP/UDP packets. These packets are then placed into IP packets, which are inserted into MPE sections. The MPE sections are then divided into TS packets for transmission over the DVB-H physical layer. Clearly, the header overhead could be substantial especially for small IP packet sizes. The header overhead and unused bytes in a data packet are detrimental to the performance of FEC scheme. Hence it is important to provide FEC configurations which can be adapted to the lower layers of the protocol structure. 3. EXPERIMENTAL SETUP The video sequence Foreman in CIF format encoded using the H.264/AVC software JM version 16.2 [10] has been used in all simulations. All the simulations have been performed using a group of pictures (GOP) size of 64 frames, one slice per frame, and a frame rate of 25 frames per second (fps). This configuration implies that the average GOP size is 94,400 bytes, corresponding to 2.95 seconds of video data, and thus the source data rate is 295 kbps. This rate ensures that sufficient amount of video data is transmitted during one burst of DVB-H transmission. Similar source parameters have been used by in [11, 12]. In order to enable UEP, in addition to coding of a single-layer H.264/AVC stream, we have coded the Foreman sequence with the DP enabled feature with all the other parameters being the same as in the single-layer case. For the purpose of evaluation, two different DP schemes have been used. In the first scheme, referred to hereafter as SEQCIP, the Constrained Intra Prediction (CIP) feature of the encoder has been set so that the decoding of Partition B could be made independent of Partition C. In the second scheme, named as SEQMBI, in addition to the CIP flag, the MB intra update feature is used to additionally limit the effect of error propagation. The partitions with their relative sizes and PSNR contribution are shown in Table 1 for SEQCIP and Table 2 for SEQMBI. For this study, we have grouped IDR, DP-A Table 1. Relative partition sizes SEQCIP. Partition Size (bytes) Size Cumulative (%) PSNR IDR DP-A DP-B DP-C Total Table 2. Relative partition sizes SEQMBI. Partition Size (bytes) Size Cumulative (%) PSNR IDR DP-A DP-B DP-C Total and DP-B as HPS and remaining data as LPS. As can be seen from the table the size of HPS is about 57% of the total size for SEQCIP and about 72% of the total size for SEQMBI. The selection of a large variation in proportion of HPS adequately tests the proposed scheme. It is expected that the UEP scheme will work well if the size of HPS is smaller relative to LPS. After the H.264/AVC encoded data is segmented into the HPS and LPS, each of the segments is packetized into equal-length source symbols. The length of the source symbols determines the number of source symbols contained in the source message, k, and is an important parameter in our setup. For Raptor codes, ideally, short source symbols are selected resulting in higher values of source message length k, typically in the order of thousands of symbols. In the case of RLC, large source symbols are favoured in order to yield small values of k, typically in the order of hundreds, because of high decoding complexity of RLC. After AL-FEC coding, encoded symbols are grouped to fit the content of a single IP packet. This process also takes into consideration the header overhead. It is important to underline that IP packets are either correctly received or lost in the transmission process. Finally, IP packets are placed into the MPE frames where each IP packet is encapsulated within a single MPE section with its own overhead containing the error-detection field. Note that we do not employ the option of using Reed-Solomon codes. An MPE frame is transmitted within a single transmission burst by mapping MPE frame data onto 188-bytes long physicallayer TS packets. We always set the IP packet size to be an integer multiple of 184 bytes (the content size of TS packet), i.e., more precisely, each MPE section is transmitted over the integer number of TS packets. For simplicity, we assume that MPE sections and TS packets are aligned, i.e., the

4 Table 3. System configurations. FEC SEQCIP (symbols) SEQMBI (symbols) Symbol size Symbols in IP HPS LPS HPS LPS (bytes) packet RTC RTC RLC RLC Fig. 3. PSNR vs Rate for UEP versions of RLC68 at SNR (12dB). Fig. 2. PSNR vs SNR for selected Raptor and RLC codes. borders between MPE sections at the MPE layer are borders between TS packets at the physical layer. The performance of Raptor and RLC has been compared in [11]. We selected two best performing schemes from each code class (Raptor and RLC) reported in [11], and designed the system configuration for evaluation as shown in Table 3. The number within the FEC scheme s name denotes the source message length k, e.g., RTC1111 is a Raptor code of source message length k = 1111 symbols. The next columns show the distribution of HPS and LPS message lengths for each of SEQCIP and SEQMBI. Note that the sizes of HPS and LPS come purely from H.264/AVC video coding. The symbol size for each configuration and the number of symbols to be put into one IP packet are also shown. 4. RESULTS AND ANALYSIS The trace files representing TS packet losses at different signal-to-noise ratio (SNR) for the DVB-H channel have been obtained from [12] where real-world measurements were conducted. Each of the configurations shown in Table 3 is simulated with 1000 runs for each channel SNR value. The simulations are repeated for different data rates to evaluate the UEP performance as compared to single-layer AVC. As in [11, 12], we use performance criteria called ESR5 (20) (Erroneous Second Ratio) which defines a limit of at most 1 sec of erroneous transmission within each 20 sec segment of video transmission. In all the schemes, if the entire GOP is lost, we resort to a simple error concealment method based on using the last frame of the previously decoded GOP to replace all frames of the lost GOP. The results are evaluated based on varying the available data rate and the probability of selection of HPS. Note that the same rateless codes are used for protection of both HPS and LPS, and UEP is achieved by probabilistically selecting at the transmitter for each output symbol whether it should come from the HPS or LPS stream. Thus instead of two different fixed code rates, we use soft code rates via defined selection probability of HPS. If we increase the selection probability of HPS, we improve its robustness for the price of a decrease robustness of LPS. Figure 2 shows PSNR vs. channel SNR for the four selected configurations when transmission data rate is fixed at 383 kbps and with protection probability of HPS of 55%. As can be seen from the figure, the RLC configurations provide slightly better performance as compared to the RTC. The PSNR difference between RLC68 and RLC136 is marginal. Similarly, the difference between RLC136 and RTC136 is negligible. However, RTC1111 provides a poor result overall. Having in mind the limited complexity of GE decoding for RLC68 (due to small code length), it could be a good candidate for real-world implementations. The PSNR at various transmission data rates has been evaluated for the RLC68 scheme and the results are as shown in Fig. 3. We show averaged PSNR vs. overall data rate. As can be seen from the figure, the single-layer AVC has PSNR advantage over the UEP schemes for higher data rates. For low data rates, the performance of UEP schemes is better than the single-layer one. This is because at lower rates the contribution to PSNR by successful decoding of HPS for UEP is significant. The UEP schemes with higher protection for the HPS have higher PSNR at low rates. As the available data rate is increased, the UEP curves get a performance penalty, with UEP schemes with higher protection of HPS being the ones which are severely affected. This is because at such high rates the successful

5 Table 4: Decoding Performance for RLC68 (SEQCIP) for SNR12 at HPS Protection Probability (60%) Data Single Layer Segmented Data (HPS + LPS) Rate % % PSNR(dB) Percentage of PSNR(dB) (kbps) Success Failure Success (HPS+LPS) Success (HPS ) Failure Table 5: PSNR Results for RLC68 (SEQCIP) for SNR12 at Different HPS Protection Probability (%) % Probability of Protection (HPS) Single Layer Rate (kbps) Table 6: PSNR Results for RLC68 (SEQMBI) for SNR12 at Different HPS Protection Probability( %) Rate % Probability of Protection (HPS) Single (kbps) Layer decoding of both HPS and LPS is less probable due to higher selection probability of HPS. From Table 4, it can be seen that the probability of cumulative successful decoding of both HPS and LPS, and only HPS is higher than the successful decoding for singlelayer scheme. This means that although for some data rates the average PSNR value for UEP may be lower than that of the single-layer scheme, the percentage of overall failure is smaller with UEP since often it would provide at least the basic HPS service while the single-layer fails. The PSNR results of SEQCIP for RLC68 are shown in Table 5 for different probabilities of protection for HPS. As can be seen from the table, if the channel conditions are good then it is better to use single-layer coding which does not have performance penalty. However, in broadcasting scenarios, where some of the receivers are likely to suffer bad channel conditions, it makes more sense to use DP partitioning with UEP. The degree of protection being afforded to the HPS could be made dynamic with the changing channel conditions. The grayed boxes in the table show as how the protection could vary to provide best visual experience at the receiver. The column with the border portrays the case where protection probability is same as the HPS data size ratio. In Table 6 we present the results for SEQMBI for RLC68. The results support the analysis of Table 4 and 5. It is interesting to note that the best results for a UEP scheme occur for protection probability of HPS being slightly more than the percentage size ratio of HPS to LPS. Also to be noted is the fact that with a change in the data rate, the protection probability for HPS may as well be adjusted for the optimum results. Such a scheme could be easily incorporated in transmission channels providing periodic feedback. The results for Raptor codes for SEQCIP for SNR = 12 db for RTC136 at 60% probability of protection for HPS are shown in Table 7. In Table 8 the results for same configuration are plotted for different data rates. Again it can be seen that at low data rates the performance for Raptor codes with UEP could be better than the single layer case.

6 Table 7: Decoding Performance for RTC136 (SEQCIP) for SNR12 at HPS Protection Probability (60%) Data Single Layer Segmented Data (HPS + LPS) Rate % % PSNR(dB) Percentage of PSNR(dB) (kbps) Success Failure Success (HPS+LPS) Success (HPS ) Failure Table 8: PSNR Results for RTC136 (SEQCIP) for SNR12 at Different HPS Protection Probability (%) % Probability of Protection (HPS) Single Layer Rate (kbps) CONCLUSIONS AND FUTURE WORK The study has extensively compared the performance of RLC and Raptor codes by assigning different degree of protection to the data partitions of H.264/AVC video under different packet loss scenarios at different data rates. RLC are seen to perform very close to but somewhat better than Raptor codes. Within RLC configurations, it is seen that the scheme with less number of symbols results in better performance. This is promising result for the use of RLC for multimedia broadcast applications, as the decoding complexity for such configurations is manageable. The average PSNR of UEP schemes is not as good as that of single-layer AVC at high data rates. However, it is interesting that at lower data rates UEP schemes provide good results with smaller number of decoding failures. The UEP schemes would be extended to H.264/SVC and comparison with EWF codes [13]. 6. REFERENCES [1] T. Wiegand, G. Sullivan, G. Bjøntegaard, and A. Luthra, Overview of the H.264/AVC video coding standard, IEEE Trans. Cir. Sys. Video Techn., vol. 13, no. 7, pp , Jul [2] ETSI TS , digital video broadcasting (DVB): Specification for the use of video and audio coding in DVB services delivered directly over IP protocols, ETSI Tech. Spec., [3] ETSI TR , digital video broadcast (DVB); IP datacast: Content delivery protocols (cdp) implementation guidelines part 1: IP datacast over DVB, ETSI Tech. Spec., [4] A. Shokrollahi, Raptor codes, IEEE Trans. Inform. Theory, vol. 52, no. 6, pp , [5] M. Wang and B. Li, How practical is network coding?, IEEE IWQoS 2006, Intl. Workshop on Quality of Service, pp [6] ITU-T Recommendation H.264 (03/2010) Advanced video coding for generic audiovisual services. [7] R. Razavi, M. Fleury, M. Altaf, H. Sammak, and M. Ghanbari, H.264 video streaming with data-partitioning and growth codes, IEEE ICIP-2009, Intl. Conf. on Image Proessing, Cairo, Egypt, Oct [8] D. Gomez-Barquero, D. Gozalvez, and N. Cardona, Application layer FEC for mobile TV delivery in IP datacast over DVB-H systems, IEEE Trans. Broadcasting, vol. 55, no. 6, pp , [9] ETSI TS , universal mobile telecommunications system (umts); multimedia broadcast/multicast service (mbms); protocols and codecs, ETSI Tech. Spec., 2005 [10] H.264/AVC Reference Software, [11] S. Nazir, D. Vukobratović, and V. Stanković, Performance evaluation of Raptor and Random Linear Codes for H.264/AVC video transmission over DVB-H networks, in Proc. IEEE ICASSP-2011, Intl. Conf. on Acoustics, Speech, and Signal Processing, Prague, Czech Republic, May [12] K. Nybom, S. Gronroos, and J. Bjorkqvist, Expanding window fountain coded scalable video in broadcasting, in Proc. IEEE ICME-2010, Intl. Conf. on Multimedia and Expo., Singapore, July [13] D. Vukobratović, V. Stanković, D. Sejdinović, L. Stanković, and Z. Xiong, Scalable video multicast using Expanding window fountain codes, IEEE Trans. Multimedia, vol. 11, pp , Oct

Unequal Error Protection for Data Partitioned H.264/AVC Video Broadcasting

Unequal Error Protection for Data Partitioned H.264/AVC Video Broadcasting Noname manuscript No. (will be inserted by the editor) Unequal Error Protection for Data Partitioned H.264/AVC Video Broadcasting Sajid Nazir Dejan Vukobratović Vladimir Stanković Ivan Andonović Kristian

More information

H.264 Video with Hierarchical QAM

H.264 Video with Hierarchical QAM Prioritized Transmission of Data Partitioned H.264 Video with Hierarchical QAM B. Barmada, M. M. Ghandi, E.V. Jones and M. Ghanbari Abstract In this Letter hierarchical quadrature amplitude modulation

More information

Performance Evaluation of the MPE-iFEC Sliding RS Encoding for DVB-H Streaming Services

Performance Evaluation of the MPE-iFEC Sliding RS Encoding for DVB-H Streaming Services Performance Evaluation of the MPE-iFEC Sliding RS for DVB-H Streaming Services David Gozálvez, David Gómez-Barquero, Narcís Cardona Mobile Communications Group, iteam Research Institute Polytechnic University

More information

Lecture 9: Case Study -- Video streaming over Hung-Yu Wei National Taiwan University

Lecture 9: Case Study -- Video streaming over Hung-Yu Wei National Taiwan University Lecture 9: Case Study -- Video streaming over 802.11 Hung-Yu Wei National Taiwan University QoS for Video transmission Perceived Quality How does network QoS translate to multimedia quality? Define your

More information

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

Performance Optimization of Hybrid Combination of LDPC and RS Codes Using Image Transmission System Over Fading Channels

Performance Optimization of Hybrid Combination of LDPC and RS Codes Using Image Transmission System Over Fading Channels European Journal of Scientific Research ISSN 1450-216X Vol.35 No.1 (2009), pp 34-42 EuroJournals Publishing, Inc. 2009 http://www.eurojournals.com/ejsr.htm Performance Optimization of Hybrid Combination

More information

American International Journal of Research in Science, Technology, Engineering & Mathematics

American International Journal of Research in Science, Technology, Engineering & Mathematics American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Lec 19 Error and Loss Control I: FEC

Lec 19 Error and Loss Control I: FEC Multimedia Communication Lec 19 Error and Loss Control I: FEC Zhu Li Course Web: http://l.web.umkc.edu/lizhu/teaching/ Z. Li, Multimedia Communciation, Spring 2017 p.1 Outline ReCap Lecture 18 TCP Congestion

More information

Video Encoder Optimization for Efficient Video Analysis in Resource-limited Systems

Video Encoder Optimization for Efficient Video Analysis in Resource-limited Systems Video Encoder Optimization for Efficient Video Analysis in Resource-limited Systems R.M.T.P. Rajakaruna, W.A.C. Fernando, Member, IEEE and J. Calic, Member, IEEE, Abstract Performance of real-time video

More information

A Review of Second Generation of Terrestrial Digital Video Broadcasting System

A Review of Second Generation of Terrestrial Digital Video Broadcasting System A Review of Second Generation of Terrestrial Digital Video Broadcasting System Abstract *Kruti Shukla 1, Shruti Dixit 2,Priti Shukla 3, Satakshi Tiwari 4 1.M.Tech Scholar, EC Dept, SIRT, Bhopal 2.Associate

More information

JPEG Image Transmission over Rayleigh Fading Channel with Unequal Error Protection

JPEG Image Transmission over Rayleigh Fading Channel with Unequal Error Protection International Journal of Computer Applications (0975 8887 JPEG Image Transmission over Rayleigh Fading with Unequal Error Protection J. N. Patel Phd,Assistant Professor, ECE SVNIT, Surat S. Patnaik Phd,Professor,

More information

Reliable Wireless Video Streaming with Digital Fountain Codes

Reliable Wireless Video Streaming with Digital Fountain Codes 1 Reliable Wireless Video Streaming with Digital Fountain Codes Raouf Hamzaoui, Shakeel Ahmad, Marwan Al-Akaidi Faculty of Computing Sciences and Engineering, De Montfort University - UK Department of

More information

Fast Mode Decision using Global Disparity Vector for Multiview Video Coding

Fast Mode Decision using Global Disparity Vector for Multiview Video Coding 2008 Second International Conference on Future Generation Communication and etworking Symposia Fast Mode Decision using Global Disparity Vector for Multiview Video Coding Dong-Hoon Han, and ung-lyul Lee

More information

The throughput analysis of different IR-HARQ schemes based on fountain codes

The throughput analysis of different IR-HARQ schemes based on fountain codes This full text paper was peer reviewed at the direction of IEEE Communications Society subject matter experts for publication in the WCNC 008 proceedings. The throughput analysis of different IR-HARQ schemes

More information

MATLAB SIMULATION OF DVB-H TRANSMISSION UNDER DIFFERENT TRANSMISSION CONDITIONS

MATLAB SIMULATION OF DVB-H TRANSMISSION UNDER DIFFERENT TRANSMISSION CONDITIONS MATLAB SIMULATION OF DVB-H TRANSMISSION UNDER DIFFERENT TRANSMISSION CONDITIONS Ladislav Polák, Tomáš Kratochvíl Department of Radio Electronics, Brno University of Technology Purkyňova 118, 612 00 BRNO

More information

Nested harmonic broadcasting for scalable video over mobile datacast channels

Nested harmonic broadcasting for scalable video over mobile datacast channels WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2007; 7:235 256 Published online in Wiley InterScience (www.interscience.wiley.com). DOI: 10.1002/wcm.476 Nested harmonic broadcasting

More information

Cooperative Source and Channel Coding for Wireless Multimedia Communications

Cooperative Source and Channel Coding for Wireless Multimedia Communications IEEE JOURNAL OF SELECTED TOPICS IN SIGNAL PROCESSING, VOL. 1, NO. 1, MONTH, YEAR 1 Cooperative Source and Channel Coding for Wireless Multimedia Communications Hoi Yin Shutoy, Deniz Gündüz, Elza Erkip,

More information

Digital Television Lecture 5

Digital Television Lecture 5 Digital Television Lecture 5 Forward Error Correction (FEC) Åbo Akademi University Domkyrkotorget 5 Åbo 8.4. Error Correction in Transmissions Need for error correction in transmissions Loss of data during

More information

UEP based on Proximity Pilot Subcarriers with QAM in OFDM

UEP based on Proximity Pilot Subcarriers with QAM in OFDM UEP based on Proximity Pilot with QAM in OFDM Tony Gladvin George Research Scholar, Vinayaka Mission University, Salem, Tamilnadu, India Dr.N.Malmurugan Principal, Kalaignar Karunanithi Institute of Technology,

More information

Lab/Project Error Control Coding using LDPC Codes and HARQ

Lab/Project Error Control Coding using LDPC Codes and HARQ Linköping University Campus Norrköping Department of Science and Technology Erik Bergfeldt TNE066 Telecommunications Lab/Project Error Control Coding using LDPC Codes and HARQ Error control coding is an

More information

Systems for Audio and Video Broadcasting (part 2 of 2)

Systems for Audio and Video Broadcasting (part 2 of 2) Systems for Audio and Video Broadcasting (part 2 of 2) Ing. Karel Ulovec, Ph.D. CTU in Prague, Faculty of Electrical Engineering xulovec@fel.cvut.cz Only for study purposes for students of the! 1/30 Systems

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VTCFall.2016.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VTCFall.2016. Thota, J., Bulut, B., Doufexi, A., Armour, S., & Nix, A. (2017). Performance Evaluation of Multicast Video Distribution using LTE-A in Vehicular Environments. In 2016 IEEE 84th Vehicular Technology Conference

More information

Wireless Video Multicast in Tactical Environments

Wireless Video Multicast in Tactical Environments Wireless Video Multicast in Tactical Environments Özgü Alay, Kyle Guan, Yao Wang, Elza Erkip, Shivendra Panwar and Reza Ghanadan Dept. of Electrical and Computer Engineering, Polytechnic Institute of NYU,

More information

IP Datacast over DVB-H: Set of Specifications for Phase 1

IP Datacast over DVB-H: Set of Specifications for Phase 1 IP Datacast over DVB-H: Set of Specifications for Phase 1 DVB Document A096 November 2005 2 Contents Introduction...3 1 Scope...4 2 References...4 3 Definitions and abbreviations...4 3.1 Definitions...

More information

A Maximum Likelihood Approach to Video Error Correction Applied to H.264 Decoding

A Maximum Likelihood Approach to Video Error Correction Applied to H.264 Decoding A Maximum Likelihood Approach to Video Error Correction Applied to H.264 Decoding François Caron Department of Software and IT Engineering École de technologie supérieure, Université du Québec 1100 Notre

More information

FUZZY JOINT ENCODING AND STATISTICAL MULTIPLEXING OF MULTIPLE VIDEO SOURCES WITH INDEPENDENT QUALITY OF SERVICES FOR STREAMING OVER DVB-H

FUZZY JOINT ENCODING AND STATISTICAL MULTIPLEXING OF MULTIPLE VIDEO SOURCES WITH INDEPENDENT QUALITY OF SERVICES FOR STREAMING OVER DVB-H International Journal of Innovative Computing, Information and Control ICIC International c 2009 ISSN 1349-4198 Volume 5, Number7, July2009 pp. 1 IHMSP07-07 FUZZY JOINT ENCODING AND STATISTICAL MULTIPLEXING

More information

XOR Coding Scheme for Data Retransmissions with Different Benefits in DVB-IPDC Networks

XOR Coding Scheme for Data Retransmissions with Different Benefits in DVB-IPDC Networks XOR Coding Scheme for Data Retransmissions with Different Benefits in DVB-IPDC Networks You-Chiun Wang Department of Computer Science and Engineering, National Sun Yat-sen University, Kaohsiung, 80424,

More information

THE DEMAND for wireless packet-data applications

THE DEMAND for wireless packet-data applications 1218 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 17, NO. 9, SEPTEMBER 2007 Scalable H.264/AVC Video Transmission Over MIMO Wireless Systems With Adaptive Channel Selection Based

More information

Robust Wireless Video Transmission Employing Byte-aligned Variable-length Turbo Code

Robust Wireless Video Transmission Employing Byte-aligned Variable-length Turbo Code Robust Wireless Video Transmission Employing Byte-aligned Variable-length Turbo Code ChangWoo Lee* and JongWon Kim** * Department of Computer and Electronic Engineering, The Catholic University of Korea

More information

Basics of Error Correcting Codes

Basics of Error Correcting Codes Basics of Error Correcting Codes Drawing from the book Information Theory, Inference, and Learning Algorithms Downloadable or purchasable: http://www.inference.phy.cam.ac.uk/mackay/itila/book.html CSE

More information

Testing The Effective Performance Of Ofdm On Digital Video Broadcasting

Testing The Effective Performance Of Ofdm On Digital Video Broadcasting The 1 st Regional Conference of Eng. Sci. NUCEJ Spatial ISSUE vol.11,no.2, 2008 pp 295-302 Testing The Effective Performance Of Ofdm On Digital Video Broadcasting Ali Mohammed Hassan Al-Bermani College

More information

T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University

T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University Cross-layer design for video streaming over wireless ad hoc networks T. Yoo, E. Setton, X. Zhu, Pr. Goldsmith and Pr. Girod Department of Electrical Engineering Stanford University Outline Cross-layer

More information

DVB-H and DVB-SH-A Performance in Mobile and Portable TV

DVB-H and DVB-SH-A Performance in Mobile and Portable TV VOL. 2, NO. 4, DECEMBER 211 DVB-H and DVB-SH-A Performance in Mobile and Portable TV Ladislav Polák, Tomáš Kratochvíl Department of Radio Electronics, Brno University of Technology, Purkyňova 118, 612

More information

AFRL-RI-RS-TR

AFRL-RI-RS-TR AFRL-RI-RS-TR-2014-153 MULTIMEDIA-BASED INTEGRATION OF CROSS-LAYER TECHNIQUES SAN DIEGO STATE UNIVERSITY JUNE 2014 FINAL TECHNICAL REPORT APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED STINFO COPY

More information

Rep. ITU-R BO REPORT ITU-R BO SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING

Rep. ITU-R BO REPORT ITU-R BO SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING Rep. ITU-R BO.7- REPORT ITU-R BO.7- SATELLITE-BROADCASTING SYSTEMS OF INTEGRATED SERVICES DIGITAL BROADCASTING (Questions ITU-R 0/0 and ITU-R 0/) (990-994-998) Rep. ITU-R BO.7- Introduction The progress

More information

DIGITAL Video Broadcasting for Handheld terminals

DIGITAL Video Broadcasting for Handheld terminals 320 IEEE TRANSACTIONS ON BROADCASTING, VOL. 53, NO. 1, MARCH 2007 Tune-in Time Reduction in Video Streaming Over DVB-H Mehdi Rezaei, Miska M. Hannuksela, and Moncef Gabbouj Abstract A novel method is proposed

More information

Study of Second-Order Memory Based LT Encoders

Study of Second-Order Memory Based LT Encoders Study of Second-Order Memory Based LT Encoders Luyao Shang Department of Electrical Engineering & Computer Science University of Kansas Lawrence, KS 66045 lshang@ku.edu Faculty Advisor: Erik Perrins ABSTRACT

More information

Error Resilient Coding Based on Reversible Data Hiding and Redundant Slice

Error Resilient Coding Based on Reversible Data Hiding and Redundant Slice 20 Sixth International Conference on Image and Graphics Error Resilient Coding Based on Reversible Data Hiding and Redundant Slice Jiajia Xu,Weiming Zhang,Nenghai Yu,Feng Zhu,Biao Chen MOE-Microsoft Key

More information

Performance Analysis of WiMAX Physical Layer Model using Various Techniques

Performance Analysis of WiMAX Physical Layer Model using Various Techniques Volume-4, Issue-4, August-2014, ISSN No.: 2250-0758 International Journal of Engineering and Management Research Available at: www.ijemr.net Page Number: 316-320 Performance Analysis of WiMAX Physical

More information

Institute of Electrical and Electronics Engineers (IEEE)

Institute of Electrical and Electronics Engineers (IEEE) Document downloaded from: http://hdl.handle.net/151/5683 This paper must be cited as: David Gomez-Barquero; Gozálvez Serrano, D.; Gómez Molina, PF.; Cardona Marcet, N. (11). Fading Margin Reduction due

More information

CHAPTER 7 ROLE OF ADAPTIVE MULTIRATE ON WCDMA CAPACITY ENHANCEMENT

CHAPTER 7 ROLE OF ADAPTIVE MULTIRATE ON WCDMA CAPACITY ENHANCEMENT CHAPTER 7 ROLE OF ADAPTIVE MULTIRATE ON WCDMA CAPACITY ENHANCEMENT 7.1 INTRODUCTION Originally developed to be used in GSM by the Europe Telecommunications Standards Institute (ETSI), the AMR speech codec

More information

Evaluation of the DVB-H data link layer

Evaluation of the DVB-H data link layer 1 Evaluation of the DVB-H data link layer G. Gardikis, H. Kokkinis and G. Kormentzas University of the Aegean, Department of Information and Communication Systems Engineering GR-83200, Karlovassi, Samos,

More information

Common Feedback Channel for Multicast and Broadcast Services

Common Feedback Channel for Multicast and Broadcast Services Common Feedback Channel for Multicast and Broadcast Services Ray-Guang Cheng, Senior Member, IEEE, Yao-Yuan Liu, Wen-Yen Cheng, and Da-Rui Liu Department of Electronic Engineering National Taiwan University

More information

Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network

Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network Balancing Bandwidth and Bytes: Managing storage and transmission across a datacast network Pete Ludé iblast, Inc. Dan Radke HD+ Associates 1. Introduction The conversion of the nation s broadcast television

More information

Multilevel RS/Convolutional Concatenated Coded QAM for Hybrid IBOC-AM Broadcasting

Multilevel RS/Convolutional Concatenated Coded QAM for Hybrid IBOC-AM Broadcasting IEEE TRANSACTIONS ON BROADCASTING, VOL. 46, NO. 1, MARCH 2000 49 Multilevel RS/Convolutional Concatenated Coded QAM for Hybrid IBOC-AM Broadcasting Sae-Young Chung and Hui-Ling Lou Abstract Bandwidth efficient

More information

A Study on the SPIHT Image Coding Technique for Underwater Acoustic Communications

A Study on the SPIHT Image Coding Technique for Underwater Acoustic Communications A Study on the SPIHT Image Coding Technique for Underwater Acoustic Communications Beatrice Tomasi, Dr. Laura Toni, Dr. Paolo Casari, Prof. James C. Preisig, Prof. Michele Zorzi Objectives and motivations

More information

WIRELESS multimedia services that require high data

WIRELESS multimedia services that require high data IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 53, NO. 8, AUGUST 2005 3297 Channel-Aware Priority Transmission Scheme Using Joint Channel Estimation Data Loading for OFDM Systems Charles Pana, Yan Sun, K.

More information

Implementation of CAVLD Architecture Using Binary Tree Structures and Data Hiding for H.264/AVC Using CAVLC & Exp-Golomb Codeword Substitution

Implementation of CAVLD Architecture Using Binary Tree Structures and Data Hiding for H.264/AVC Using CAVLC & Exp-Golomb Codeword Substitution Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

ABSTRACT. We investigate joint source-channel coding for transmission of video over time-varying channels. We assume that the

ABSTRACT. We investigate joint source-channel coding for transmission of video over time-varying channels. We assume that the Robust Video Compression for Time-Varying Wireless Channels Shankar L. Regunathan and Kenneth Rose Dept. of Electrical and Computer Engineering, University of California, Santa Barbara, CA 93106 ABSTRACT

More information

Encryption Techniques for H.264/AVC Video Coding Based on Intra-Prediction Modes: Insights from Literature

Encryption Techniques for H.264/AVC Video Coding Based on Intra-Prediction Modes: Insights from Literature Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 2 (2017) pp. 285-293 Research India Publications http://www.ripublication.com Encryption Techniques for H.264/AVC Video

More information

UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS. Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik

UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS. Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik UNEQUAL POWER ALLOCATION FOR JPEG TRANSMISSION OVER MIMO SYSTEMS Muhammad F. Sabir, Robert W. Heath Jr. and Alan C. Bovik Department of Electrical and Computer Engineering, The University of Texas at Austin,

More information

Transcoding free voice transmission in GSM and UMTS networks

Transcoding free voice transmission in GSM and UMTS networks Transcoding free voice transmission in GSM and UMTS networks Sara Stančin, Grega Jakus, Sašo Tomažič University of Ljubljana, Faculty of Electrical Engineering Abstract - Transcoding refers to the conversion

More information

Analysis of Reed-Solomon Coding Combined with Cyclic Redundancy Check in DVB-H link layer

Analysis of Reed-Solomon Coding Combined with Cyclic Redundancy Check in DVB-H link layer Analysis of Reed-Solomon Coding Combined with Cyclic Redundancy Check in DVB-H link layer Heidi Joki, Jarkko Paavola and Valery Ipatov Department of Information Technology, University of Turku Turku Centre

More information

International Journal of Digital Application & Contemporary research Website: (Volume 1, Issue 7, February 2013)

International Journal of Digital Application & Contemporary research Website:   (Volume 1, Issue 7, February 2013) Performance Analysis of OFDM under DWT, DCT based Image Processing Anshul Soni soni.anshulec14@gmail.com Ashok Chandra Tiwari Abstract In this paper, the performance of conventional discrete cosine transform

More information

Capacity-Achieving Rateless Polar Codes

Capacity-Achieving Rateless Polar Codes Capacity-Achieving Rateless Polar Codes arxiv:1508.03112v1 [cs.it] 13 Aug 2015 Bin Li, David Tse, Kai Chen, and Hui Shen August 14, 2015 Abstract A rateless coding scheme transmits incrementally more and

More information

REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY

REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 REVIEW OF COOPERATIVE SCHEMES BASED ON DISTRIBUTED CODING STRATEGY P. Suresh Kumar 1, A. Deepika 2 1 Assistant Professor,

More information

Power-Distortion Optimized Mode Selection for Transmission of VBR Videos in CDMA Systems

Power-Distortion Optimized Mode Selection for Transmission of VBR Videos in CDMA Systems IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 51, NO. 4, APRIL 2003 525 Power-Distortion Optimized Mode Selection for Transmission of VBR Videos in CDMA Systems Il-Min Kim, Member, IEEE, Hyung-Myung Kim, Senior

More information

R&D White Paper WHP 062. DVB-T for mobile microwave links. Research & Development BRITISH BROADCASTING CORPORATION. June 2003

R&D White Paper WHP 062. DVB-T for mobile microwave links. Research & Development BRITISH BROADCASTING CORPORATION. June 2003 R&D White Paper WHP 062 June 2003 DVB-T for mobile microwave links D. van Kemenade, A. van Roermund* and J. Zubrzycki *Chairman of the Mixed-signal Microelectronics Group at Eindhoven University of Technology

More information

H.264-Based Resolution, SNR and Temporal Scalable Video Transmission Systems

H.264-Based Resolution, SNR and Temporal Scalable Video Transmission Systems Proceedings of the 6th WSEAS International Conference on Multimedia, Internet & Video Technologies, Lisbon, Portugal, September 22-24, 26 59 H.264-Based Resolution, SNR and Temporal Scalable Video Transmission

More information

2. LITERATURE REVIEW

2. LITERATURE REVIEW 2. LITERATURE REVIEW In this section, a brief review of literature on Performance of Antenna Diversity Techniques, Alamouti Coding Scheme, WiMAX Broadband Wireless Access Technology, Mobile WiMAX Technology,

More information

The Case for Optimum Detection Algorithms in MIMO Wireless Systems. Helmut Bölcskei

The Case for Optimum Detection Algorithms in MIMO Wireless Systems. Helmut Bölcskei The Case for Optimum Detection Algorithms in MIMO Wireless Systems Helmut Bölcskei joint work with A. Burg, C. Studer, and M. Borgmann ETH Zurich Data rates in wireless double every 18 months throughput

More information

Complexity modeling for context-based adaptive binary arithmetic coding (CABAC) in H.264/AVC decoder

Complexity modeling for context-based adaptive binary arithmetic coding (CABAC) in H.264/AVC decoder Complexity modeling for context-based adaptive binary arithmetic coding (CABAC) in H.264/AVC decoder Szu-Wei Lee and C.-C. Jay Kuo Ming Hsieh Department of Electrical Engineering and Signal and Image Processing

More information

Interoperability of FM Composite Multiplex Signals in an IP based STL

Interoperability of FM Composite Multiplex Signals in an IP based STL Interoperability of FM Composite Multiplex Signals in an IP based STL Junius Kim and Keyur Parikh GatesAir Mason, Ohio Abstract - The emergence of high bandwidth IP network connections is an enabler for

More information

Exploiting "Approximate Communication" for Mobile Media Applications

Exploiting Approximate Communication for Mobile Media Applications Exploiting "Approximate Communication" for Mobile Media Applications Sayandeep Sen, Stephen Schmitt, Mason Donahue, Suman Banerjee University of Wisconsin, Madison, WI 53706, USA ABSTRACT Errors are integral

More information

Iterative Joint Source/Channel Decoding for JPEG2000

Iterative Joint Source/Channel Decoding for JPEG2000 Iterative Joint Source/Channel Decoding for JPEG Lingling Pu, Zhenyu Wu, Ali Bilgin, Michael W. Marcellin, and Bane Vasic Dept. of Electrical and Computer Engineering The University of Arizona, Tucson,

More information

Study of Turbo Coded OFDM over Fading Channel

Study of Turbo Coded OFDM over Fading Channel International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 2 (August 2012), PP. 54-58 Study of Turbo Coded OFDM over Fading Channel

More information

DVB-T/H Portable and Mobile TV Performance in the New Channel Profiles Modes

DVB-T/H Portable and Mobile TV Performance in the New Channel Profiles Modes DVB-T/H Portable and Mobile TV Performance in the New Channel Profiles Modes Tomáš Kratochvíl Department of Radio Electronics, Brno University of Technology, Purkyňova 118, 61200 Brno, Czech Republic kratot@feec.vutbr.cz

More information

Efficient Bit-Plane Coding Scheme for Fine Granular Scalable Video Coding

Efficient Bit-Plane Coding Scheme for Fine Granular Scalable Video Coding Efficient Bit-Plane Coding Scheme for Fine Granular Scalable Video Coding Seung-Hwan Kim, Yo-Sung Ho Gwangju Institute of Science and Technology (GIST), 1 Oryong-dong, Buk-gu, Gwangju 500-712, Korea Received

More information

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Amr Shehab Amin 37-20200 Abdelrahman Taha 31-2796 Yahia Mobasher 28-11691 Mohamed Yasser

More information

Performance of Combined Error Correction and Error Detection for very Short Block Length Codes

Performance of Combined Error Correction and Error Detection for very Short Block Length Codes Performance of Combined Error Correction and Error Detection for very Short Block Length Codes Matthias Breuninger and Joachim Speidel Institute of Telecommunications, University of Stuttgart Pfaffenwaldring

More information

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider Forward Error Correction Decoding for WiMAX and 3GPP LTE Modems Seok-Jun Lee, Manish Goel, Yuming Zhu, Jing-Fei Ren, and Yang Sun DSPS R&D Center, Texas Instruments ECE Depart., Rice University {seokjun,

More information

Multicast beamforming and admission control for UMTS-LTE and e

Multicast beamforming and admission control for UMTS-LTE and e Multicast beamforming and admission control for UMTS-LTE and 802.16e N. D. Sidiropoulos Dept. ECE & TSI TU Crete - Greece 1 Parts of the talk Part I: QoS + max-min fair multicast beamforming Part II: Joint

More information

Welcome to the. «DVB-H for TV on Mobiles» Gerard FARIA de SOUZA NEVES Teamcast

Welcome to the. «DVB-H for TV on Mobiles» Gerard FARIA de SOUZA NEVES Teamcast Welcome to the «DVB-H for TV on Mobiles» Gerard FARIA de SOUZA NEVES (gerard.faria@teamcast.com) DVB-H Workshop -SET'05 - Sao Paulo - 22 September 2005 1 Technologies fight to serve TV on Mobile But numerous

More information

RECOMMENDATION ITU-R BT Error-correction, data framing, modulation and emission methods for digital terrestrial television broadcasting

RECOMMENDATION ITU-R BT Error-correction, data framing, modulation and emission methods for digital terrestrial television broadcasting Rec. ITU-R BT.1306-3 1 RECOMMENDATION ITU-R BT.1306-3 Error-correction, data framing, modulation and emission methods for digital terrestrial television broadcasting (Question ITU-R 31/6) (1997-2000-2005-2006)

More information

Adaptive Unicast Video Streaming with Rateless Codes and Feedback

Adaptive Unicast Video Streaming with Rateless Codes and Feedback 1 Adaptive Unicast Video Streaming with Rateless Codes and Feedback Shakeel Ahmad, Raouf Hamzaoui, Marwan Al-Akaidi Abstract Video streaming over the Internet and packet-based wireless networks is sensitive

More information

UC San Diego UC San Diego Previously Published Works

UC San Diego UC San Diego Previously Published Works UC San Diego UC San Diego Previously Published Works Title Double-Layer Video Transmission Over Decode-and-Forward Wireless Relay Networks Using Hierarchical Modulation Permalink https://escholarship.org/uc/item/31m751vq

More information

Degrees of Freedom in Adaptive Modulation: A Unified View

Degrees of Freedom in Adaptive Modulation: A Unified View Degrees of Freedom in Adaptive Modulation: A Unified View Seong Taek Chung and Andrea Goldsmith Stanford University Wireless System Laboratory David Packard Building Stanford, CA, U.S.A. taek,andrea @systems.stanford.edu

More information

RAPID advancement in communication technologies in

RAPID advancement in communication technologies in 1522 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 13, NO. 7, JULY 2014 Joint Optimization of User-Experience and Energy-Efficiency in Wireless Multimedia Broadcast Chetna Singhal, Student Member, IEEE,

More information

An Enhanced Radio Resource Allocation Approach for Efficient MBMS Service Provision in UTRAN

An Enhanced Radio Resource Allocation Approach for Efficient MBMS Service Provision in UTRAN An Enhanced Radio Resource Allocation Approach for Efficient MBMS Service Provision in UTRAN Christophoros Christophorou, Andreas Pitsillides, Vasos Vassiliou Computer Science Department University of

More information

2

2 Adaptive Link Assigment Applied in Case of Video Streaming in a Multilink Environment Péter Kántor 1, János Bitó Budapest Univ. of Techn. and Economics, Dept. of Broadb. Infocomm. and Electrom. Theory

More information

1 Introduction. Abstract

1 Introduction. Abstract Abstract We extend the work of Sherwood and Zeger [1, 2] to progressive video coding for noisy channels. By utilizing a three-dimensional (3-D) extension of the set partitioning in hierarchical trees (SPIHT)

More information

IMPROVED QR AIDED DETECTION UNDER CHANNEL ESTIMATION ERROR CONDITION

IMPROVED QR AIDED DETECTION UNDER CHANNEL ESTIMATION ERROR CONDITION IMPROVED QR AIDED DETECTION UNDER CHANNEL ESTIMATION ERROR CONDITION Jigyasha Shrivastava, Sanjay Khadagade, and Sumit Gupta Department of Electronics and Communications Engineering, Oriental College of

More information

Performance Analysis of n Wireless LAN Physical Layer

Performance Analysis of n Wireless LAN Physical Layer 120 1 Performance Analysis of 802.11n Wireless LAN Physical Layer Amr M. Otefa, Namat M. ElBoghdadly, and Essam A. Sourour Abstract In the last few years, we have seen an explosive growth of wireless LAN

More information

Adoption of this document as basis for broadband wireless access PHY

Adoption of this document as basis for broadband wireless access PHY Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group Proposal on modulation methods for PHY of FWA 1999-10-29 Source Jay Bao and Partha De Mitsubishi Electric ITA 571 Central

More information

RECOMMENDATION ITU-R BS

RECOMMENDATION ITU-R BS Rec. ITU-R BS.1350-1 1 RECOMMENDATION ITU-R BS.1350-1 SYSTEMS REQUIREMENTS FOR MULTIPLEXING (FM) SOUND BROADCASTING WITH A SUB-CARRIER DATA CHANNEL HAVING A RELATIVELY LARGE TRANSMISSION CAPACITY FOR STATIONARY

More information

An Improved Rate Matching Method for DVB Systems Through Pilot Bit Insertion

An Improved Rate Matching Method for DVB Systems Through Pilot Bit Insertion Research Journal of Applied Sciences, Engineering and Technology 4(18): 3251-3256, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: December 28, 2011 Accepted: March 02, 2012 Published:

More information

DYNAMIC BANDWIDTH ALLOCATION IN SCPC-BASED SATELLITE NETWORKS

DYNAMIC BANDWIDTH ALLOCATION IN SCPC-BASED SATELLITE NETWORKS DYNAMIC BANDWIDTH ALLOCATION IN SCPC-BASED SATELLITE NETWORKS Mark Dale Comtech EF Data Tempe, AZ Abstract Dynamic Bandwidth Allocation is used in many current VSAT networks as a means of efficiently allocating

More information

OVER THE REAL-TIME SELECTIVE ENCRYPTION OF AVS VIDEO CODING STANDARD

OVER THE REAL-TIME SELECTIVE ENCRYPTION OF AVS VIDEO CODING STANDARD Author manuscript, published in "EUSIPCO'10: 18th European Signal Processing Conference, Aalborg : Denmark (2010)" OVER THE REAL-TIME SELECTIVE ENCRYPTION OF AVS VIDEO CODING STANDARD Z. Shahid, M. Chaumont

More information

Low-Complexity Bayer-Pattern Video Compression using Distributed Video Coding

Low-Complexity Bayer-Pattern Video Compression using Distributed Video Coding Low-Complexity Bayer-Pattern Video Compression using Distributed Video Coding Hu Chen, Mingzhe Sun and Eckehard Steinbach Media Technology Group Institute for Communication Networks Technische Universität

More information

A Resource Allocation Framework for Scalable Video Broadcast in Cellular Networks

A Resource Allocation Framework for Scalable Video Broadcast in Cellular Networks Mobile Netw Appl (2011) 16:794 806 DOI 10.1007/s11036-010-0270-6 A Resource Allocation Framework for Scalable Video Broadcast in Cellular Networks Daniele Munaretto Dan Jurca Joerg Widmer Published online:

More information

application level quality of service in a DVB-H network

application level quality of service in a DVB-H network Author Jerker Björkqvist One Author Janne Two Kempe Author Kristian Three Author Nybom Four Michael Author Stormbom Five Raoul Sundsten Title A system of the Technical for measuring Report application

More information

Bit-depth scalable video coding with new interlayer

Bit-depth scalable video coding with new interlayer RESEARCH Open Access Bit-depth scalable video coding with new interlayer prediction Jui-Chiu Chiang *, Wan-Ting Kuo and Po-Han Kao Abstract The rapid advances in the capture and display of high-dynamic

More information

Optimization of Rateless Code Based Video Multicast

Optimization of Rateless Code Based Video Multicast Optimization of Rateless Code Based Video Multicast by Ali Bakhshali A thesis submitted to the Department of Electrical and Computer Engineering in conformity with the requirements for the degree of Master

More information

Single Error Correcting Codes (SECC) 6.02 Spring 2011 Lecture #9. Checking the parity. Using the Syndrome to Correct Errors

Single Error Correcting Codes (SECC) 6.02 Spring 2011 Lecture #9. Checking the parity. Using the Syndrome to Correct Errors Single Error Correcting Codes (SECC) Basic idea: Use multiple parity bits, each covering a subset of the data bits. No two message bits belong to exactly the same subsets, so a single error will generate

More information

Evaluation of HIPERLAN/2 Scalability for Mobile Broadband Systems

Evaluation of HIPERLAN/2 Scalability for Mobile Broadband Systems Evaluation of HIPERLAN/2 Scalability for Mobile Broadband Systems Ken ichi Ishii 1) A. H. Aghvami 2) 1) Networking Laboratories, NEC 4-1-1, Miyazaki, Miyamae-ku, Kawasaki 216-8, Japan Tel.: +81 ()44 86

More information

Implementation of Reed Solomon Encoding Algorithm

Implementation of Reed Solomon Encoding Algorithm Implementation of Reed Solomon Encoding Algorithm P.Sunitha 1, G.V.Ujwala 2 1 2 Associate Professor, Pragati Engineering College,ECE --------------------------------------------------------------------------------------------------------------------

More information

AFTER a slow start, terrestrial mobile broadcasting Digital

AFTER a slow start, terrestrial mobile broadcasting Digital IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 59, NO. 7, SEPTEMBER 2010 3491 Coverage Estimation for Multiburst FEC Mobile TV Services in DVB-H Systems David Gómez-Barquero, Peter Unger, Thomas Kürner,

More information

Adaptive Modulation and Coding for LTE Wireless Communication

Adaptive Modulation and Coding for LTE Wireless Communication IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Adaptive and Coding for LTE Wireless Communication To cite this article: S S Hadi and T C Tiong 2015 IOP Conf. Ser.: Mater. Sci.

More information

A Near Optimal Deblocking Filter for H.264 Advanced Video Coding

A Near Optimal Deblocking Filter for H.264 Advanced Video Coding A Near Optimal Deblocking Filter for H.264 Advanced Video Coding Shen-Yu Shih Cheng-Ru Chang Youn-Long Lin Department of Computer Science National Tsing Hua University Hsin-Chu, Taiwan 300 Tel : +886-3-573-1072

More information

Hamming net based Low Complexity Successive Cancellation Polar Decoder

Hamming net based Low Complexity Successive Cancellation Polar Decoder Hamming net based Low Complexity Successive Cancellation Polar Decoder [1] Makarand Jadhav, [2] Dr. Ashok Sapkal, [3] Prof. Ram Patterkine [1] Ph.D. Student, [2] Professor, Government COE, Pune, [3] Ex-Head

More information