• Home/Page principale
  • Télécommunications
  • Publications et brevets
  • Mes travaux
Bonjour chez vous, et bienvenue chez Cat

Photo à ski
You'll find here / Vous trouverez ici

Hello, Hallo, Bungiorno, Gruezi, Salve !

Bienvenue sur mon site web, choisissez le thème de votre choix et explorez-le !

Welcome on my website, choose on the theme you want to learn about

Wilkommen auf meiner Webseite, wählen Sie ein Thema und folgen Sie seiner Verbindung!

Qui suis-je ? / Who am I?

Je suis directrice d'un département d'ingénierie solution chez THALES Communications & Security, au sein duquel nous réalisons les ingénieries systèmes bout en bout des solutions de communications pour les forces armées : Armée de l'Air, Marine nationale et Armée de Terre. J'y contribue à fournir des solutions modernes et résiliente de communications aux forces, à y insérer les innovations technologiques en ligne avec l'état de l'art, et à développer de manière continue les équipes techniques pour que leur travail soit à la fois passionnant et utile. Précédemment, j'ai occupé différents rôles de directrice technique, architecte système et responsable de projets toujours autour des solutions de communications radio-mobiles, en particulier dans le domaine aéro-naval militaire, mais aussi pour des usages civils. Mes sujets d'intérêt techniques concernent les enjeux d'architecture et d'optimisation des moyens de transmissions, et vous pourrez trouver plus de détails sur les sujets non-classifiés sur lesquels j'ai travaillé dans l'oblet "Mes travaux".

I am the director of a solution engineering department at THALES Communications & Security, where we carry out end-to-end system engineering communications solutions for the armed forces: Air Force, Navy and Army. In this position, I contribute to provide modern and resilient communications solutions to the forces, to insert technological innovations in line with the state of the art, and to continuously develop the technical teams so that their work is both exciting and useful. Previously, I have held various roles as technical director, system architect and project manager always around mobile radio communication solutions, in particular in the military air and naval domain, but also for civilian uses. My technical interests are related to the architecture and optimisation of communications systems, and you can find more details on the unclassified topics I have worked on in the "Mes travaux" section.

Curriculum vitae
Contact

- send me an e-mail at My e-mail address
- or contact me through: logo LinkedIn LinkedIn



Sociétés / Memberships
- logo IEEE IEEE (Senior member)
- logo SEE SEE
- logo HFIA HF Industry Association





Retour à la page principale
Dernière modification : 11 septembre 2022
Last modification: September, 11th, 2022

Unequal Error Protection for JPEG 2000



Table des matières


Introduction to the concept of unequal error protection (UEP)

A tool for protection: the insertion of Error Protection Fields (EPB)

Packet data protection and Unequal Error Protection through EPB for JPEG 2000 codestreams


1. Introduction to the concept of unequal error protection (UEP)

Unequal error protection relies on the assumption that there are more important and less important bit-stream elements, either in terms of visibility or in terms error resilience features in the decoder. Unequal error protection tries to protect important bit stream elements more than other. In the context of a video transmission over IP wireless networks, the focus is put on transmitting data on packet basis and therefore we will have to recover from packet losses.

To use UEP features it is reasonable to define importance classes for the bit stream elements or to reorganise the bit-stream in a manner that most important elements are leading.


2. A tool for protection: the insertion of Error Protection Fields (EPB)


2.1 EPB principle and syntax

A tool has been proposed within JPEG 2000 Part 11 standard based on the consideration that the set of error resilience tools that have selected during the establishment of JPEG 2000 standard [1] to combat the effect of error prone environments rely on the hypothesis that the headers (Main Header and Tile-part(s) header(s)) of the codestream are guaranteed to be error free.

In practice, it appears that the codestream is often not decodable in a proper way when an error occurs in one header, which might conduct to a decoder application crash or complete loss of the data. The worse is that, generally, it might not be possible to guarantee that the headers will be kept free of errors in many applications. In order to extend the error resilience to headers, it was proposed to define an error protection mechanism that will be embedded within the JPEG 2000 syntax. As a matter of fact, using an internal scheme will allow not to transmit the SSI to an UEP external module, at the cost that the protection shall be integrated by the source encoder itself, or a source transcoder somewhere in the transmission chain.

In order to remain compliant with the JPEG 2000 codestream syntax (ensuring backward compatility), it was chosen to insert the redundant information in a dedicated marker segment. Denoted by EPB for Error Protection Block, this marker will be skipped by a JPEG 2000 Part 1 compliant decoder as it will be recognised as an (from itself) unknown marker segment whereas a JPEG 2000 Part 11 compliant decoder will be able to interpret and use the redundancy for header protection and Unequal Error protection. To ensure full backward compatibility conditions and good error protection capabilities,

  • the decoder must able to locate the redundant information data block in the codestream
    • without generating complex data indexing mechanism (that would also have to be protected against errors)
    • nor with modifying the first marker segments imposed for the backward compatibility;
  • the marker itself and its length must be included in the data range to be protected;
  • a pre-defined block error code shall be used to protect at least up to the Error Protection Block marker segment parameters data (which, as later are proposed to be the marker, Length, index, EPB parameters), allowing the recovery of the marker boundaries.

This leads to:

  • place the marker segment with the redundant information immediately after the mandatory markers, that is to say the SOC and SIZ marker segments for the Main header; and the SOT marker for the Tile-part header;
  • use a systematic error correction mechanism, to ensure that the original data is kept intact;
  • separate the redundancy contained by the EPB in two sets, the first being to protect the mandatory bytes (SOC+SIZ or SOT)marker and length fields to ensure their decidability, and the second to protect the other fields.

Figure 1 illustrates the EPB disposition in the Main header case. The JPEG 2000 stream first mandatory bytes, together with the beginning of the EPB (in practice, the marker and its length information) constitutes the first set of data, whose L1 bytes is protected by L2 redundancy bytes placed immediately after (in the EPB marker data). This way, the bitstream remains compliant to JPEG 2000 Part 1 and if the error-correcting code used for protection is fixed, the decoding can take place without requiring the transfer of an extra (and unprotected) information. This L1+L2 byte section can for instance be generated by a Reed-Solomon RS(L1+L2,L1) code.


Figure 1 - Position of the EPB marker in the JPEG 2000 codestream in the Main Header case.

The remaining marker segments (L4 bytes) can then be protected by the remaining L3 bytes of the EPB marker segment, for instance with a Reed-Solomon RS(L3+L4,L4) code. The Error Protection Block (EPB) marker segment contains information about the error protection parameters and data used to protect the headers against errors. Figure 2 describes the syntax proposed for the EPB marker segment, where the various fields of the marker are defined as follows:

EPB: marker code (Length 16 bits);
Lepb: length of marker segment in bytes (not including the marker) (Length 16 bits);
Depb: EPB style (for example defines if the current EPB is the latest in the current header) (Length 8 bits);
LDPepb: length of the data to be protected by the redundant information (EPB data) carried within the current EPB (Length 32 bits);
Pepb: EPB Parameters: This defines the next Error correction code to be used for protecting the remaining data. (Length 32 bits);
EPB data: contains the data enabling the correction (typically redundancy bits) for the chosen RS code.

Figure 2 - Description of the proposed Error Protection Block syntax.

It is to be noted that the error-correcting code settings (i.e. the definition of the code protecting the remaining marker segments) can be specified in the beginning of the EPB marker segment in the Pepb parameter. The only restriction is that these parameters have then to be of fixed size, as they will have to be protected by the first (fixed) code. For efficiency reasons, it is necessary to consider that there could be more that only one EPB in the header. In fact, the Main Header or Tile-part Header size can be quite large when optional markers such as PPM are included. As a consequence, it is useful to include within the EPB syntax an EPB index (in Depb) which will enable the presence of several EPBs in the header. By default, one could consider that if the index is set to 0, the EPB block is the only one present, otherwise the EPBs are grouped together.

Another element to be considered is the large variations of the mandatory fields size, in particular in the Main Header. As a matter of fact, the number of components in the image may vary very much, even though most of the images used have in practice up to three or four components. Considering that this number of components directly impacts the size of field SIZ, which itself must be protected by the first fixed code, the dimensioning of the first code to the maximal possible size of SIZ field would lead to dramatic compression efficiency losses. As a consequence, it is useful to consider that by default the EPB will be dimensioned to match the most common cases, typically up to three components. Should the image contain more components, a second or more EPB marker placed immediately after the first one will protect the rest of the mandatory fields (typically the end of SIZ). At the decoding side, an hypothesis test on the number of image components will be carried out using the expected associated redundancy. The decoded number of components will be the one with the lowest error detection test.


2.2 Examples of application of EPB for header protection and data protection


Figure 3 - EPB for Main Header protection.

Figure 3, the first EPB marker segment included in the Main Header is located immediately after the SIZ marker segment. This one being of a size that depends on the number of image component, it is necessary at the beginning of the error correction process to synchronise using error detection in order to find the location of the first EPB marker segment. The Main Header can contain several EPB marker segments, that may be unpacked or packed, which mean that they appear one after each other, before the remaining Main Header information. Unpacked PEBs means that they will appear just before the data part they refer to. An example of packed and unpacked EPBs is given hereafter. In the example, one sees that L5 field can be left not protected if it is chosen to protect only the first marker segments (up to length L4) of the header.

One can also consider the protection of Tile-Part Headers against errors.Figure 4 shows the case where a single EPB marker segment is used to protect the Tile Part header. In this case, L1 data are protected by the L2 part of the EPB data, using the default Tile-Part header error correction code. L4 data are protected using L3, with the error correction code specified in the Pepb parameter.


Figure 4 - EPB for Tile-Part Header protection (single EPB case).

As illustrated by Figure 5, unpacked two EPB marker segments can be used to protect the Tile Part header. In this case, L1 data are protected by the L2 part of the first EPB data, and L'1 data are protected by the L'2 part of the second EPB data , using the default Tile-Part header error correction code. L4 data are protected using L3, with the error correction code specified in the Pepb parameter of the first EPB marker segment. L'4 data are protected using L'3, with the error correction code specified in the Pepb parameter of the second EPB marker segment. This structure allow to protect differently fundamental marker segments, such as QCD, whereas optional marker segments like PLT can be protected with less redundancy or even not protected at all. In the cas of Unpacked EPBs, the data to be protected are restricting to full marker segments.


Figure 5 - EPB for Tile-Part Header protection (two unpacked EPB case).

It is also possible to pack two EPB marker segments to protect the Tile Part header, as illustrated by Figure 6. In this case, L1 data are protected by the L2 part of the first EPB data, and L'1 data are protected by the L'2 part of the second EPB data, using the default Tile-Part header error correction code. L4 data are protected using L3, with the error correction code specified in the Pepb parameter of the first EPB marker segment. L'4 data are protected using L'3, with the error correction code specified in the Pepb parameter of the second EPB marker segment. This structure allow to protect differently fundamental marker segments, such as QCD, whereas optional marker segments like PLT can be protected with less redundancy or even not protected at all. In the case of Packed EPBs, the data to be protected can refer to one EPB or another at any location.


Figure 6 - EPB for Tile-Part Header protection (two packed EPB case).

3. Packet data protection and Unequal Error Protection through EPB for JPEG 2000 codestreams


3.1 Using EPB markers to perform protection of the JPEG 2000 codestream data

It is also possible to consider not only header protection, but also protection of the Tile-Part data. Naturally, this will lead us to the possibility of performing Unequal Error Protection in the sense where headers are more important than data (loss of header leads to the loss of the whole codestream, whereas a loss of some data packets leads to partial recovery of the image). The interest will then be to protect the whole codestream thanks to EPB if deemed necessary by the user due to the transmission conditions.

Figure 7 shows that the redundant data placed in EPB marker segments can also protect packet data. In the previous example, the first EPB marker segment protects the Tile Part header data, whereas the second EPB marker segment protects the packet data which follow immediately the Tile Part Header (section L4').


Figure 7 - EPB for header and data protection (EEP for data case).

The Packet data can however be of different sensitivity to errors. As illustrated by Figure 8, it is possible to define several EPB marker segments in the Tile Part Header, each of them protecting a subset of the packets data, with the same error correction code or with different error correction codes, depending on the EPBs parameters. The invention allow then to realise an Unequal error Protection of JPEG 2000 codestream.


Figure 8 - EPB for header and data protection (UEP for data case).

3.2 A practical application: UEP over a three refinement layer JPEG 2000 codestream

Having established the possible use of EPB marker segment for UEP protection of a JPEG 2000 codestream, one has applied it by inserting in the Tile-Part header additional EPBs that will protect data packets. Once again, it should be noted that this error correction capability is offered while providing a stream backward compatible with JPEG 2000 syntax. The used error correction codes parameters are then set by one EPB marker segment for the next one, which offers the different parts of the codestream data protection by different codes. As an application, let us consider image 'Woman' with three different layers for an overall quality of 0,5 bpp, as illustrated in Figure 9.


Figure 9 - Layers repartition for use case Image 'Woman'.

Applying an overall protection rate R=2/3 for both EEP and UEP with RS codes over a BSC channels for 500 realisations gives us the results presented in Figure 10. The Reed-Solomon code RS(30,20) was used for the three layers of EEP case while the UEP case was simulated using a Reed-Solomon code RS(50,20) for first layer, RS(30,20) for second layer and and no protection for the last layer. It can be observed that as soon as the error rate on the channel is above the EEP code capacity, EEP performances quickly degrade, whereas the stronger protection level provided by upper layer code allows to keep an acceptable PSNR up until BER=10-2.


Figure 10 - PSNR results for EEP and UEP on Image 'Woman'.

Figure 11 illustrates this visually for an average BER=10-2, either with equal error protection or unequal error protection embedded with JPWL EPB error correction tool are presented.


Figure 11 - Effect of JPWL error protection technique EPB for 'Woman' image transmitted over a BSC (p=10-2) with EEP or UEP for global redundancy R=2/3 (source: [2]).

4. References

[1] JPEG 2000 image coding system. ISO/IEC 15444-1/ITU-T T.800
[2] D. Nicholson, C. Lamy-Bergot, X. Naturel and C. Poulliat, "JPEG 2000 backward compatible error protection with Reed-Solomon codes," IEEE Transactions on Consumer Electronics, vol. 49, n. 4, pp.855-860, Nov. 2003.
Retour à la page principale
Dernière modification : 4 janvier 2005
Last modification: January 5th, 2005

Brevets déposés, articles de revue, articles de conférence, chapitres d'ouvrage, contributions en standardisation et congrès sans actes


Published and granted patents applications (37: 32 granted, 5 cancelled)
B. Letellier, S. Charlot, J. Guyot, C. Lamy-Bergot, S. Lys, J-D. Dubant "Augmentation des performances d`équipements électroniques", Application FR1800084A·2018-01-25 (in French), filled January, 25th 2018. Patent granted (FR3077145)
G. Multédo, C. Lamy-Bergot et J-L.  Rogier "Procédé et système de communications", Application FR 16.01800 (in French), filled December, 19th 2016. Patent granted (FR3060922B1, EP3337289B1)
F. Ngo Bui Hung, C. Lamy-Bergot et D. Chulot "Antenne bi-boucle pour engin immergé", Application FR 16.00476 (in French), filled March, 22th 2016. Patent granted (FR3049397B1, EP3223360B1)
N. Haziza, C. Lamy-Bergot et R. Painchault "Procédé et système de gestion de ressources radio dans un réseau de communication radio-mobile", Application FR 14.03022 (in French), filled December, 29th 2014. Patent granted (EP3241393B1, FR3031270B1)
C. Lamy-Bergot "Procédé pour améliorer la prise de liaison en bande HF en utilisant une capacité large bande", Application FR 13.01791 (in French), filled July, 25th 2013. Patent granted (US9480094, FR 3009160).
C. Lamy-Bergot et J-L. Rogier "Procédé de gestion des fréquences HF en utilisation large bande", Application FR 13.01792 (in French), filled July, 25th 2013. Patent granted (EP2830342,FR3009152, US9660790).
C. Lamy-Bergot et J-B. Chantelouve "Procédé et système pour l'établissement et le maintien de liaison large bande", Application FR 12.03407 (in French), filled December, 14th 2012. Patent granted (FR2999844, US9474091, EP2744263).
S. Herry, S. Traverso et C. Lamy-Bergot "Procédé et système pour la désynchronisation de canaux dans des systèmes de communication multi-porteuses", Application FR 12.03015 (in French), filled November, 9th 2012. Patent granted (FR2998120, US9258162).
C. Lamy-Bergot et J-Y. Bernier "Système et procédé pour transmettre plusieurs flux multiservices en bande HF", Application FR 12.01242 (in French), filled April, 27th 2012. Patent granted (FR2990093, US9723515).
J-C.  Thill, F. Verhaeghe, I. Herbin, R. Massin; G. Monzat et C. Lamy-Bergot "Système et procédé d'allocation de ressources de communications", Application FR 12.00441 (in French), filled February, 16th 2012. Patent granted (FR2987200, EP2815624, US9615375).
C. Lamy-Bergot, S. Herry et B. Marin, "Procédé et système de communication utilisant des schémas de modulation et codage dynamiques sur des canaux de communication HF large bande", Application FR 11.03083 (in French), filled October, 10th 2011. Patent granted (FR2981232, US9444600).
C. Lamy-Bergot, "Procédé et système permettant l'allocation dynamique de puissance et/ou modulation dans un système comprenant n canaux", Application FR 11.03085 (in French), filled October, 10th 2011. Patent granted (FR2981233, US9363760).
C. Lamy-Bergot, P. Crambert, G. Multédo, D. Mérel et J-F. Gaschi, "Procédé et système de communications adaptatives en bande HF", Application FR 10.04650 (in French), filled November, 30th 2010. Patent granted (FR2968149, US9008594, EP2458770).
C. Lamy-Bergot, B. Gadat, S. Marcille et E. Renan, "Procédé et système pour la détermination de paramètres de codage sur des flux à résolution variable", Application FR 09.06007 (in French), filled December, 11th, 2009. Patent granted (FR2954036, EP2510701, US9185436).
C. Lamy-Bergot et S. Marcille, "Procédé d'estimation de la qualité vidéo à une résolution quelconque", Application FR 09.06006 (in French), filled December, 11th, 2009. Patent granted (FR2954035, US8493449).
C. Lamy-Bergot et R. Fracchia, "Procédé de transmission de données multimédia dans des réseaux de communication ad-hoc (procedure for transmission of multimedia data in adhoc communication networks)", Application FR 09.03789 (in French), filled July, 31th, 2009. Patent granted (FR 2948838, US8321754, EP2282432, ES2441448).
C. Lamy-Bergot et B. Gadat, "Outil et procédé de détermination des paramètres de codage pour une allocation de débit disponible entre une opération de codage de source et une opération de protection par ajout de codage correcteur d'erreur", Application FR 08.05513 (in French), filled October 6th, 2008. Patent granted (FR2936926, US8798144).
C. Lamy-Bergot et P. Hammes, "Procédé et dispositif de transmission robuste d`en-têtes réseau compressées (procedure for robust transmission of compressed network headers)", Application FR 07.08544 (in French), filled December 7th, 2007. Patent granted (FR2924887, US8576816).
C. Lamy-Bergot et C. Bergeron, "Procédé permettant de déterminer des paramètres de compression et de protection pour la transmission de données multimédia sur un canal sans fil (procedure for determining compression and protection parameters for transmission of multimedia data over a wireless channel)", Application FR 06.08992 (in French), filled October 13th, 2006. Patent granted (CA2656453, EP2036359, JP5034089, KR101380505, US8300708).
C. Lamy-Bergot et C. Bergeron, "Procédé permettant de déterminer des paramètres de compression et de protection pour la transmission de données multimédia sur un canal sans fil (procedure for determining compression and protection parameters for transmission of multimedia data over a wireless channel)", Application FR 06.05882 (in French), filled June 29th, 2006. Patent granted (FR 2903272).
C. Lamy-Bergot et C. Bergeron, "Procédé de protection de données multimédia au moyen de couches d\'abstraction réseau (NAL) supplémentaires (procedure for protection multimedia data by supplementary network abstraction layers (NAL))", Application FR 06.02380 (in French), filled March 17th, 2006. Patent granted (CA2646870, FR2898754, JP5374768, KR101353128, US8769383).
C. Lamy-Bergot et C. Bergeron, "Procédé de chiffrement sélectif compatible pour flux (compatible selective encryption procedure for video streams)", Application FR 04.13746 (in French), filled December 22th, 2004. Patent granted (FR2879878, US8160157).
C. Lamy-Bergot et C. Bergeron, "Procédé de mise en forme de trames d'une séquence vidéo (Procedure to organise frames in a video sequence)", Application FR 04.08802 (in French), filled August 10th, 2004. Patent granted (FR2874292, JP4654244, US8284846).
C. Lamy et P. Vila, "Procédé de transmission d'informations supplémentaires par compression d'en-tête (Method for transmitting additional information by compression of the header)", Application FR 03.09553 (in French), filled August 1st, 2003. Patent granted (FR2857194).
C. Lamy et P. Vila, "Procédé de transmission d'informations supplémentaires par compression d'en-tête (method for transmitting supplementary information with header compression)", Application FR 03.08235 (in French), filled July 4th, 2003. Patent granted (FR2857182) later merged with FR2857194 above.
D. Nicholson et C. Lamy, "Procédé et système de protection de données avec en tête dans un système de transmission (method and system for protecting data with headers in a transmission system)", Application FR 03.02881 (in French), filled March 7th, 2003. Patent granted (US7302632, FR2852180).
- C. Lamy, "Method of building a variable-length error code", European patent application number 03 290801.4., filled March 28th, 2003. Patent application published as WO2004086632, then withdrawn.
C. Lamy, "Method of building a variable-length error code", European patent application number 03 290714.9, filled March 20th, 2003. Patent granted (US7266755).
C. Lamy, "Method of building a variable-length error code", European patent application number 03 290604.2, filled March 11th, 2003. Patent granted (US7178094).
- S. Mérigeault, C. Lamy and N. Vanhaelewyn, "Récepteur destiné à traiter une unité de données reçue via un réseau (Receiver for processing a data unit)", European patent application number 02 14035 (filled in French), filled November 8th, 2002. Patent application published as WO2004043038, then withdrawn.
C. Lamy, "Method of building a variable-length error code", European patent application number 02 292624.0, filled October 23th, 2002. Patent granted (US7222283).
C. Lamy, "Method and device for source decoding a variable-length soft-input codewords sequence", European patent application number 02 292223.1, filled September 11th, 2002. Patent granted (US7249311).
- C. Lamy and S. Mérigeault, "Method of correcting an erroneous frame by a receiver", European patent application number 02 06501, filled May 28th, 2002. Patent application published as WO03101028, then withdrawn.
- C. Lamy, L. Meilhac and S. Mérigeault, "System for transmitting additional information via a network", European patent application number 02 290950.1, filled April 16th, 2002. Patent application published as WO03051016, then withdrawn.
- C. Lamy and S. Chabbouh, "Signal processing method, and corresponding encoding method and device", European patent application number 01 403034.0, filled November 27th, 2001. Patent application published as WO03047112, then withdrawn.
L. Meilhac and C. Lamy, "Method of decoding a variable-length codeword sequence", European patent application number 01 402911.0, filled November 13th, 2001. Patent granted (DE60207440, EP1449306).
C. Lamy and O. Pothier, "Method of decoding a variable-length codeword sequence", European patent application number 01 401349.4, filled May 22th, 2001. Patent granted (US6891484, EP1397869, DE60215807).

Journal papers (15)
B. Baynat, H. Khalifé, V. Conan, C. Lamy-Bergot and R. Prouvez, "On the Design of Automatic Link Establishment in High Frequency Networks", International Journal of Networking and Computing (IJNC), vol. 7, n.2, pp.419-446, July 2017. doi: 10.15803/ijnc.7.2_419.
C. Lamy-Bergot, R. Fracchia, G. Feher, G. Jeney, M. Mazzotti, J. Zhuo, G. Panza, E. Piri, T. Sutinen, J. Vehkapera and P. Amon, "Optimisation of Multimedia over wireless IP links via X-layer design: an end-to-end transmission chain simulator", SPRINGER Multimedia Tools and Applications journal, special issue on Mobile Media Delivery, vol.55, n. 2, pp.261-288, November 2011. doi: 10.1007/s11042-010-0571-6.
C. Lamy-Bergot and B. Gadat, "Embedding Protection Inside H.264/AVC and SVC Streams", EURASIP Journal on Wireless Communications and Networking, Article ID 729695, 11 pages, August 2010. doi:10.1155/2010/729695.
Raphaël Massin, Catherine Lamy-Bergot, Christophe Le Martret and Roberta Fracchia, "OMNeT++ based cross-layer simulator for content transmission over wireless ad hoc networks", EURASIP Journal on Wireless Communications and Networking, Article ID 502549, January 2010. doi:10.1155/2010/502549.
Catherine Lamy-Bergot, Anissa Mokraoui-Zergainoh, Thomas André et Béatrice Pesquet-Popescu, "Panorama des techniques de codage/décodage conjoint et techniques de diversité adaptées à la transmission de flux vidéo et HTML sur lien IP sans fil point/multipoint", Revue Traitement du Signal, vol. 25, n. 5, Oct. 2008. (in French). IIETA reference: 10.3166/TS.25.417-448
J. Huusko, J. Vehkapera, P. Amon, C. Lamy-Bergot, G. Panza, J. Peltola and M.G. Martini, "Cross-layer architecture for Scalable Video Transmission in wireless networks", in 'Signal Processing: Image Communication', Elsevier, Special Issue on Mobile Video, vol. 22, issue 3, pp. 317--330, March 2007. This article has been cited as the most downloaded paper that was published in 2007 (as of 6 Feb. 2008) in Eurasip Newsletter June 2008. doi:10.1016/j.image.2006.12.011.
M.G. Martini, M. Mazzotti, C. Lamy-Bergot, J. Huusko and P. Amon, "Content adaptive network aware joint optimization of wireless video transmission", IEEE Communications Magazine, pp.84--90, January 2007. doi: 10.1109/MCOM.2007.284542.
C. Poulliat, C. Lamy-Bergot, D. Declercq and I.nbsp;Fijalkow, "Une comparaison de récepteurs source-canal conjoint utilisant des codes LDPC", Revue Traitement du Signal, vol. 23, n. 5-6, pp.425--437, Déc. 2006. (in French). IIETA reference: 10.3166/TS.23.425-437
C. Bergeron, C. Lamy-Bergot, G. Pau, and B. Pesquet-Popescu, "Temporal Scalability through Adaptive M-Band Filter Banks for Robust H.264/MPEG-4 AVC Video Coding", EURASIP Journal on Applied Signal Processing, Article ID 21930, 11 pages, March 2006. doi: 10.1155/ASP/2006/21930.
C. Poulliat, D. Declercq, C. Lamy-Bergot and I. Fijalkow, "Analysis and Optimisation of irregular LDPC codes for joint source-channel decoding", IEEE Communications Letters, vol. 9, n. 12, pp.1064-1066, December 2005. doi: 10.1109/LCOMM.2005.1576589.
D. Nicholson, C. Lamy-Bergot, X. Naturel and C. Poulliat, "JPEG 2000 backward compatible error protection with Reed-Solomon codes", IEEE Transactions on Consumer Electronics, vol. 49, n. 4, pp.855-860, Nov. 2003. doi: 10.1109/TCE.2003.1261166.
S. Chabbouh and C. Lamy, "A structure for fast synchronising variable-length codes", IEEE Communications Letters, vol. 6, no. 11, pp. 500-502, Nov 2002. doi: 10.1109/LCOMM.2002.805547.
C. Lamy and J. Boutros, "On Random Rotations Diversity and Minimum MSE Decoding of Lattices", IEEE Transactions on Information Theory, vol. 46, n0 4, pp. 1584-1589, July 2000. doi: 10.1109/18.850699.
C. Lamy, "Communications à grande efficacité spectrale sur le canal à évanouissements", Ph.D. dissertation, École Nationale supérieure des Télécommunications, Paris, France, April 2000 (ENST 2000 E08, ISSN 0751-1353 ENST E).
C. Lamy and J. Boutros, "Décodage à sortie souple des réseaux de points", Annales des Télécommunications, vol. 53, n0 9-10, pp.353-360, Oct. 1998. doi: 10.1007/bf02998501

Conferences (35)
C Bergeron, Catherine Lamy-Bergot, W. Hammidouche and W. Puech, "Selective secret sharing scheme for privacy of image and video compressed in MPEG-like formats," Proceedings of IEEE International Workshop on Multimedia Processing (MMSP`23), Poitiers, France, September 2023.
Iyad Lahsen-Cherif, Huan Liu and Catherine Lamy-Bergot, "Real-Time Drone Anti-Collision Avoidance Systems: an edge Artificial Intelligence Application," Proceedings of IEEE Radar Conference (RadarConf22), New York City, USA, May 2022. doi: 10.1109/RadarConf2248738.2022.9764175
J-Y. Bernier, B. Ravera and C. Lamy-Bergot, "HF-XL airborne trials over the Atlantic," Proceedings of Nordic HF conference, Fårö, Sweden, August 2022. (conference website)>
J-Y. Bernier, P. Crambert, C. Lamy-Bergot and J-L. Rogier, "Integration of IP services over High Data Rate HF capabilities," Proceedings of Nordic HF conference, Fårö, Sweden, August 2019. (conference website)
J. Guyot, C. Lamy-Bergot, S. Charlot, B. Chauvel, L. Gaulier and B. Letellier, "Monitoring of internal and external conditions during a flight test to ensure an efficient Validation procedure," Proceedings of European Test and Telemetry Conference (ETTC'19), Toulouse, France, June 2019. (conference website and book of abstracts)
F. Benbadis, H. Khalifé and C. Lamy-Bergot, "Efficient Scheduling for Planned Robot Networks," Proceedings of the 25th International Conference on Telecommunications (ICT), Saint-Malo, France, June 2018. doi: 10.1109/ICT.2018.8464849
C. Lamy-Bergot, J-L. Rogier, J-Y. Bernier, J-B. Chantelouve, P. Stevens and P. Crambert, "Time-division approach in HF wideband: surfing the wave to offer a better performance," Proceedings of IEEE Military Communications Conference (MILCOM 2017), Baltimore, USA, Oct. 2017. doi: 10.1109/MILCOM.2017.8170744
C. Lamy-Bergot, A. Kermorgant, F. Gourgue, J-Y. Bernier, H. Diakhaté and J-L. Rogier, "Wideband HF transmissions: operating in a crowded spectrum," Proceedings of Nordic HF conference, Fårö, Sweden, August 2016. (conference website)
R. Prouvez, B. Baynat, H. Khalife, V. Conan and C. Lamy-Bergot, "Modeling Automatic Link Establishment in HF Networks," IEEE Military Communications Conference (MILCOM 2015), Tampa, Florida, USA, pp. 1630-1635, 26-28 Oct. 2015. doi: 10.1109/MILCOM.2015.7357678
C. Lamy-Bergot, J-B. Chantelouve, J-L. Rogier, H. Diakhaté and B. Gouin, "Improved error correction for Stanag 4539 appendix H proposal: HF XL," IEEE Military Communications Conference (MILCOM 2015), Tampa, Florida, USA, pp. 1182-1187, 26-28 Oct. 2015. doi: 10.1109/MILCOM.2015.7357606
B. Baynat, R. Prouvez, H. Khalifé, V. Conan, C. Lamy-Bergot "Modélisation d'un mécanisme de prise de ligne dans les réseaux de communication HF," ALGOTEL 2015, 17èmes Rencontres Francophones sur les Aspects Algorithmiques des Télécommunications, Beaune, France, Juin 2015. (in French) (conference website)
C. Lamy-Bergot, J-B. Chantelouve, J-Y. Bernier, H. Diakahté and J-L. Rogier, "HFXL: adaptive wideband HF transmissions," Proceedings of Nordic HF conference, Fårö, Sweden, August 2013. Best paper award granted by the Nordic Radio Society (NRS).
C. Lamy-Bergot, S. Herry, J-Y. Bernier and F. Ngo Bui Hung, "On-air tests results for HFXL wideband modem," Proceedings of Nordic HF conference, Fårö, Sweden, August 2013. (conference website)
C. Lamy-Bergot and B. Gadat, "Application control for fast adaptive error resilient H.264/AVC streaming over IP wireless networks," Proceedings of IEEE ICASSP'11, pp.2332-2335, Prague, Czech republic, May 2011. doi: 10.1109/ICASSP.2011.5946950.
R. Fracchia, B. Gadat and C. Lamy-Bergot, "End-to-end application control of video streaming: implementation and performance evaluation," Proceedings of IEEE VTC Spring'11, pp.1-5, Yokohama, Japan, May 2011. doi: 10.1109/VETECS.2011.5956542.
R. Fracchia and C. Lamy-Bergot, "P2ProxyLite: efficient video streaming in wireless ad-hoc networks," Proceedings of IEEE PIMRC'10, Sept. 2010, Istanbul, Turkey. doi: 10.1109/PIMRC.2010.5671637
C. Lamy-Bergot, E. Renan, B. Gadat and D. Lavaux, "Data supervision for adaptively transcoded video surveillance over wireless links," Proceedings of the IEEE Int. Conf. on ITS Telecommunications (ITST`09), Oct. 20-22 2009, Lille, France. doi: 10.1109/ITST.2009.5399319
C. Lamy-Bergot, S. Ambellouis, L. Khoudour, D. Sanz, N. Malouch, A. Hocquard, J-L. Bruyelle, L. Petit, A. Cappa, A. Barro, E. Villalta, G. Jeney and K. Egedy, "Transport system architecture for on board wireless secured A/V surveillance and sensing," Proceedings of the IEEE Int. Conf. on ITS Telecommunications (ITST`09), Oct. 20-22 2009, Lille, France. doi: 10.1109/ITST.2009.5399290.
C. Lamy-Bergot, B. Candillon, B. Pesquet-Popescu and B. Gadat, "A simple multiple description coding scheme for improved peer-to-peer video distribution over mobile links," Proceedings of the IEEE Picture Coding Symposium (PCS`09), April 23rd-25th 2009, Chicago, US. doi: 10.1109/PCS.2009.5167432.
C. Lamy-Bergot, G. Panza, A. Rotondi and L. Fratta, "Analysis and Optimization of a JSCC/D System on 4G Networks," Proceedings of the IEEE International Symposium on Spread Spectrum Techniques and Applications (ISSSTA`08), August 2009, Bologna, Italy. doi: 10.1109/ISSSTA.2008.52.
C. Bergeron and C. Lamy-Bergot, "Modelling H.264/AVC sensitivity for error protection in wireless transmissions," Proceedings of the International Workshop on Multimedia Processing (MMSP`06), pp.302--305, Victoria, Canada, Oct 2006. doi: 10.1109/MMSP.2006.285318.
C. Lamy-Bergot, N. Chautru and C. Bergeron, "Unequal Error Protection for H.263+ bitstreams over a wireless IP network," Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP`06), pp. V-377/V-380, Toulouse, France, May 2006. doi: 10.1109/ICASSP.2006.1661291.
C. Bergeron and C. Lamy-Bergot, "Compliant selective encryption for H.264/AVC video streams," Proceedings of the International Workshop on Multimedia Processing (MMSP`05), pp. 477-480, Shanghai, China, Oct-Nov 2005. doi: 10.1109/MMSP.2005.248641.
C. Poulliat, C. Lamy-Bergot and I. Fijalkow, "Une comparaison de récepteurs source-canal conjoint utilisant des codes LDPC," Proceedings 20ème colloque GRETSI sur le traitement du signal et des images (GRETSI 2005), pp. 957-960, Louvain-la-Neuve, Belgium, Sept. 2005 (in French).
C. Poulliat, D. Declercq, I. Fijalkow and C. Lamy-Bergot, "On different LDPC-based joint source-channel optimised decoding schemes," Proceedings of the VIth IEEE workshop on Signal Processing Advances in Wireless Communications (SPAWC`05), pp.415--419, New York, USA, June 2005. doi: 10.1109/SPAWC.2005.1506058.
C. Bergeron, C. Lamy-Bergot and B. Pesquet-Popescu, "Adaptive M-band hierarchical filterbank for compliant temporal scalability in H.264 standard," Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing (ICASSP`05), Philadelphie, USA, March 2005. Print ISBN: 0-7803-8874-7. doi: 10.1109/ICASSP.2005.1415343
C. Bergeron and C. Lamy-Bergot, "Soft-input decoding of variable-length codes applied to the H.264 standard," Proceedings of the IEEE International Workshop on Multimedia Signal Processing (MMSP`04), pp. 87-90, Sienna, Italy, Sept. 2004. doi: 10.1109/MMSP.2004.1436425.
C. Lamy-Bergot and P. Vila, "Multiplex header compression for transparent cross-layer design," Proceedings of the IEEE International Conference on Networking (ICN`04), pp. 1084-1089, Pointe-à-Pitre, French Polynesia, March 2004.
C. Lamy and L. Perros-Meilhac, "Low complexity iterative decoding of variable-length codes," Proceedings of the Picture Coding Symposium (PCS`03), pp. 275-280, April 23rd-25th 2003, St-Malo, France.
C. Lamy and F-X. Bergot, "Lower bounds on the existence of binary error-correcting variable-length codes," Proceedings of the IEEE Information Theory Workshop (ITW`03), pp. 300-303, March 31st-April 4th 2003, Paris, France. doi: 10.1109/ITW.2003.1216753
C. Lamy and J. Paccaut, "Optimised constructions for variable-length error correcting codes," Proceedings of the IEEE Information Theory Workshop (ITW`03), pp. 183-186, March 31st-April 4th 2003, Paris, France. doi: 10.1109/itw.2003.1216725
S. Mérigeault and C. Lamy, "Concepts for Exchanging Extra Information Between Protocol Layers Transparently for the Standard Protocol Stack," Proceedings of the IEEE 10th International Conference on Telecommunications (ICT`2003), February 23 - March 1, 2003, Tahiti, French Polynesia. doi: 10.1109/ICTEL.2003.1191572.
L. Perros-Meilhac and C. Lamy, "Huffman tree based metric derivation for a low-complexity sequential soft VLC decoding," Proceedings of the IEEE ICC`02, vol. 2, pp. 783-787, New York, USA, April-May 2002. doi: 10.1109/ICC.2002.996962.
C. Lamy and O. Pothier, "Reduced complexity Maximum A Posteriori decoding of variable-length codes," Proceedings of the IEEE Globecom`01, vol. 2, pp. 1410-1413, San Antonio, USA, November 2001. doi: 10.1109/GLOCOM.2001.965727.
J. Boutros, F. Boixadera and C. Lamy, "Bit-interleaved coded modulations for multiple-input multiple-output channels," Proceedings of the 2000 IEEE Sixth International Symposium on Spread Spectrum Techniques and Applications (ISSSTA`00), vol. 1, pp. 123-126, New Jersey, USA, September 2000. doi: 10.1109/ISSSTA.2000.878095.
C. Lamy and J. Boutros, "Soft-Output MSE Decoding of Lattices," Proceedings of DSPCS`99, Perth, Australia, 2-4 Feb 1999.

Books chapters / books contributions (2)
Catherine Lamy-Bergot and Gianmarco Panza, "Cross-Layer Joint Optimization of Multimedia Transmissions over IP Based Wireless Networks", in Book Fourth-Generation (4G) Wireless Networks: Applications and Innovations, 2010, Ed. IGI Global. DOI: 10.4018/978-1-61520-674-2.ch021
Theodore Zahariadis, Catherine Lamy-Bergot, Thomas Schierl, Karsten Grüneberg, Luca Celetto, Christian Timmerer, "Content Adaptation Issues in the Future Internet", in Towards the Future Internet - A European Research Perspective, IOS Press, Ed. G. Tselentis et al., 2009. ISBN 978-1-60750-007-0. Available on line here for order. doi: 10.3233/978-1-60750-007-0-283.

Unclassified standardisation bodies (4)
D. Nicholson, C. Lamy-Bergot and X. Naturel, "Selecting default RS codes for EPB marker: RS performances with discussion on GF(16) and GF(256)," ISO/IEC JTC1 SC29 WG1 N3084, Lausanne, Switzerland, Nov. 2003.
D. Nicholson, C. Lamy-Bergot and X. Naturel, "Transmission of JPEG 2000 images over a DRM system: error patterns and modelisation of DRM channels," ISO/IEC JTC1 SC29 WG1 N3083, Lausanne, Switzerland, Nov. 2003.
D. Nicholson, C. Lamy-Bergot, C Poulliat and X. Naturel, "Result of Core Experiments on 'Header error protection' (JPWL C01)," ISO/IEC JTC1 SC29 WG1 N2935, Lausanne, Switzerland, May 2003.
D. Nicholson, C. Lamy-Bergot, C Poulliat and X. Naturel, "Backward Compatible Header Error Protection in a JPEG 2000 codestream," ISO/IEC JTC1 SC29 WG1 N2851, Seoul, Korea, Mar. 2003.

Workshops and Seminars (29)
J-Y. Bernier, P. Crambert, C. Lamy-Bergot and J-L. Rogier, "Integration of IP services over High Data Rate HF capabilities," HFIA meeting, Stockholm, Sweden, August 2019.
C. Lamy-Bergot, J-L. Rogier, P. Crambert, J-Y. Bernier and G. Venuti "HFXL Sea Trials on French BPC in Mediterranean Sea," HFIA meeting, Kjeller, Norway, September 2017.
C. Lamy-Bergot, P. Crambert, J-M. Elzaouk, J-L. Rogier, J-Y. Bernier, M. Dhakouani and G. Venuti "Conclusions on antennas impacts and software evolutions for non-contiguous availability measurements," HFIA meeting, San Diego, USA, February 2017.
J-Y. Bernier, C. Lamy-Bergot, J-L. Rogier and H. Diakhaté "Conclusions on antennas impacts and software evolutions for non-contiguous availability measurements," HFIA meeting, Stockholm, Sweden, August 2016.
C. Lamy-Bergot, P. Crambert and M. Rabineau "ST5066 TDD approach for wideband HF transmissions," HFIA meeting, San Diego, USA, February 2016.
P. Dejean de la Bâtie, J-L. Rogier, M. Dhakouani and C. Lamy-Bergot J-L. Rogier "Noise floor variability: analysis of long term spectrum records," HFIA meeting, Brussels, Belgium, September 2015.
C. Lamy-Bergot and P. Crambert "ST5066 strategies for high data rate HF transmissions," HFIA meeting, San Diego, USA, February 2015.
H. Diakhaté, J-L. Rogier, J-Y. Bernier and C. Lamy-Bergot "Transmitting in wideband: practice and learnings," HFIA meeting, Portsmouth, UK, September 2014.
C. Lamy-Bergot, H. Khalifé, J-B. Chantelouve, H. Diakahté and J-L. Rogier, "Empowering HF systems with cognitive wideband radio capabilities," Proceedings of NATO IST 123/RSY-029 symposium on Cognitive radio & Future networks, The Hague, Netherlands, May 2014.
C. Lamy-Bergot, J-B. Chantelouve and H. Diakhaté "Wideband HF transmissions: towards wideband ALE," HFIA meeting, San Diego, USA, February 2014.
C. Lamy-Bergot, H. Diakhaté, J-Y. Bernier and O. Delestre "On-air HFXL experimental results," HFIA meeting, Stockholm, Sweden, August 2013.
C. Lamy-Bergot, J-B. Chantelouve, J-Y. Bernier, H. Diakhaté and J-L. Rogier "HF XL modem," HFIA meeting, San Diego, USA, January 2013.
C. Lamy-Bergot, J-B. Chantelouve and C. Leménager "Spectrum issues for HF wideband communications," HFIA meeting, York, UK, September 2012.
E. Bader and C. Lamy-Bergot, "HF XL: an alternative 4G solution," HFIA meeting, San Diego, USA, January 2012.
P. Fouillot, R. Massin, C. Lamy-Bergot, I. Herbin and G. Multédo, "Collision reduction in random access slots for TDMA tactical mobile ad hoc networks," Int. workshop on tactical mobile ad hoc networking, MobiHoc conference, Paris, France, 16-19 May 2011.
R. Fracchia, C. Lamy-Bergot, G. Panza, J. Vehkapera, E. Piri, T. Sutinen, M. Mazzotti, M. Chiani, S. Moretti, G. Jeney, L. Bokor, Z. Kanizsai and M.G. Martini, "System architecture for multimedia streaming optimisation," Future Network and MobileSummit 2010 conference proceedings (ISBN: 978-1-905824-16-8), Florence, Italy, June 2010.
Catherine Lamy-Bergot, Roberta Fracchia, Janne Vehkaperä, Tiia Sutinen, Esa Piri, Matteo Mazzotti, Gianmarco Panza, Gábor Feher, Gábor Jeney, and Peter Amon, "Optimisation of Multimedia over wireless IP links via X-layer design: an end-to-end transmission chain simulator," European Symposium on Mobile Media Delivery, Kingston, UK, Sept. 2009.
BOSS project partners, "BOSS demonstration in RENFE carriage", presentation for project demonstration day in Madrid, April 23th, 2009.
Catherine Lamy-Bergot, Alvaro Cappa et al., "BOSS: on Board wireless secured video surveillance", posters of demonstration presented during 1st NEM Summit 2008, St Malo, France, Oct. 2008.
Catherine Lamy-Bergot, Maria G. Martini, Pierre Hammes, Peter Amon, Janne Vehkaperä, Gianmarco Panza, Lajos Hanzo, Marco Chiani, Gábor Jeney, Gábor Feher and David Tarrant, "Optimisation of Multimedia over wireless IP links via X-layer design", European Symposium on Mobile Media Delivery, Oulu, Finland, July 2008.
Gianmarco Panza, Luigi Fratta, Alessandro Rotondi and Catherine Lamy-Bergot, "An Architectural Analysis and Evaluation of a JSCC/D System on 4G Networks", ICT Mobile Summit 2008, Stockholm, Sweden, June 2008.
Gábor Jeney, Catherine Lamy-Bergot, Xavier Desurmont, Rafael Lopez da Silva, Rodrigo Álvarez García-Sanchidrián, Michel Bonte, Marion Berbineau, Márton Csapodi, Olivier Cantineau, Naceur Malouch, David Sanz, Jean-Luc Bruyelle, "Communications Challenges in the Celtic-BOSS Project", 7th International Conference on Next Generation Teletraffic and Wired/Wireless Advanced Networking (NEW2AN), pp.-431-442, St Petersburg, Russia, Sept. 2007.
M. G. Martini, M. Mazzotti, C. Lamy-Bergot, P. Amon, G. Panza, J. Huusko, J. Peltola, G. Jeney, G. Feher, S. X. Ng, "Joint optimisation of multimedia transmission over an IP wired/wireless link", European Symposium on Mobile Media Delivery, Alghero, Sardinia, Italy, September 2006.
M. G. Martini, M. Mazzotti, C. Lamy-Bergot, P. Amon, G. Panza, J. Huusko, J. Peltola, G. Jeney, G. Feher, S. X. Ng, "A Demonstration Platform for Network Aware Joint Optimization of Wireless Video Transmission", IST mobile summit, Mykonos, Greece, June 2006.
Maria G. Martini, Matteo Mazzotti, Marco Chiani, Gianmarco Panza, Catherine Lamy-Bergot, Jyrki Huusko, Gabor Jeney, Gabor Feher, Soon X. Ng, "Controlling Joint Optimization of Wireless Video Transmission: the PHOENIX Basic Demonstration Platform", IST mobile summit, Dresden, Germany, June 2005.
E. Roddolo, G. Panza, C. Lamy-Bergot, P. Amon, M. Martini, G. Jeney, L. Hanzo and J. Huusko, "Joint source and channel (de)coding in 4G networks: the PHOENIX project", in Seventh International Symposium on Wireless Personal Multimedia Communications (WPMC`04), Padova, Italy, Sept. 2004.
C. Lamy-Bergot, P. Amon, C. Bergeron, M. Chiani, V. Conan, D. Dardari, G. Feher, L. Hanzo, J. Huusko, M. Martini, G. Panza, J. Peltola, E. Roddolo and B. Leong Yeap, "Optimising multimedia transmission in IP based wireless networks: the PHOENIX project", IST mobile summit, Lyon, France, June 2004.
D. Nicholson, C. Lamy-Bergot, X. Naturel and C. Poulliat, "JPEG 2000 backward compatible error protection with Reed-Solomon codes", 1st workshop on JPEG2000, pp.50-55, Lugano, Switzerland, July 2003.
L.Camiciotti, C. Lamy, L. Meilhac, S.Olivieri and P. Verdi, "Joint source-channel coding for 4G mutimedia streaming," 2nd WWRF meeting, WG3, Helsinki, Finland, May 10-11, 2001.

Others (1)
Pascal Janne, Christine Reynaert et Catherine Lamy-Bergot, "Les strates de l'intime conjugal," Thérapie Familiale, revue internationale en approche systémique, vol. 30, n.4, 2009. (in French). ISSN: 0250-4952, doi:10.3917/tf.094.0465. The article can be found on CAIRN site here.
Retour à la page principale
Dernière modification : 2 juin 2023
Last modification: June, 2nd, 2023

Divers autres choses ...

LaTeX

1. Liens et manuels utiles

- A not so short introduction to LaTeX (english version), by Tobias Oetiker et al.: format ps, format pdf
- Une courte introduction à LaTeX (version française), par Tobias Oetiker et al.: format dvi, format ps, format pdf
- The TEX catalogue on-line: http://www.ctan.org/tex-archive/help/Catalogue/catalogue.html, alias CTAN. Tout ce qui a de près ou de loin un rapport à LaTeX : packages à jour, documentation, ... s'y trouve. Everything you need about LaTeX is there: up-to-date packages, documents, ...


2. Package Battail

Un petit package sympathique, battail.sty, à ajouter avec \usepackage{battail} en début de fichier. Ce package contient les définitions de différentes variables mathématiques : \bbbn, \bbbr, ... pour représenter les ensembles des entiers naturels, les réels ...

Téléchargez battail.sty

3. Modèle de rapport (pdflatex)

Téléchargez le paquetage complet

4. Modèle de mémoire de thèse (latex)

Téléchargez le paquetage complet

5. Installation miktex (latex sous windows)

Vous souhaitez utiliser latex et windows est votre OS ? Moi aussi, et personnellement j'utilise miktex avec Texniccenter. Essayez les !

Unix/Linux

1. Paramétrer X-Emacs sous Linux

Fichiers de paramétrages (couleurs, modes) pour X-Emacs sous Linux.

Téléchargez les fichiers

2. Introduction à Unix (cours)

Présentation sur Unix : généralités. Même s'il est un peu daté (1997 !) ce cours reste d'actualité pour les principes qu'il brosse.

Téléchargez le cours

3. Série de TP sous Unix

TP et exercices pour apprendre à maîtriser Linux/Unix. Allez, essayez :-)

Téléchargez l'ensemble des tp
Retour à la page principale
Dernière modification : 4 juillet 2010
Last modification: July, 4th, 2010