Blame view
cover.tex
2.87 KB
f6c529e54 cover letter TUFFC |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
\documentclass[10pt,stdletter,dateno,sigleft]{newlfm} ewlfmP{sigsize=50pt} % Slightly decrease the height of the signature field ewlfmP{addrfromphone} % Print a phone number under the sender's address ewlfmP{addrfromemail} % Print an email address under the sender's address \PhrPhone{Phone} % Customize the "Telephone" text \PhrEmail{Email} % Customize the "E-mail" text %---------------------------------------------------------------------------------------- % YOUR NAME AND CONTACT INFORMATION %---------------------------------------------------------------------------------------- amefrom{A. Hugeat} % Name \addrfrom{ \today\\[12pt] % Date Arthur Hugeat\\ FEMTO-ST/Time \& Frequency\\ 15 B avenue des Montboucons\\ F-25030 Besan\c con Cedex, France } \phonefrom{+33-381402884} \emailfrom{\tt arthur.hugeat@femto-st.fr} \greetto{Sir, madam,} \closeline{Yours sincerely,} ameto{} % Addressee of the letter above the to address \addrto{ To: editor of IEEE Transactions on Ultrasonics, Ferroelectrics, and Frequency Control (T-UFFC)} \begin{document} \begin{newlfm} Please find a manuscript we wish to submit for publication as a full article in Transactions on Ultrasonics, Ferroelectrics, and Frequency Control, entitled \begin{center} {\bf Filter optimization for real time digital processing of radiofrequency signals: application to oscillator metrology} \\ by A. Hugeat, J. Bernard, G. Goavec-M\'erou, P.-Y. Bourgeois, and J.-M. Friedt \\ \end{center} Based on the current trend of implementing oscillator characterization circuits as digital electronics based on the concept of software defined radio, we aim at demonstrating in this paper optimal strategies for designing and scheduling filters in Field Programmable Gate Arrays used to acquire and process radiofrequency signals. The complete abstract is \begin{center} \parbox{0.8\linewidth}{ Software Defined Radio (SDR) provides stability, flexibility and reconfigurability to radiofrequency signal processing. Applied to oscillator characterization in the context of ultrastable clocks, stringent filtering requirements are defined by spurious signal or noise rejection needs. Since real time radiofrequency processing must be performed in a Field Programmable Array to meet timing constraints, we investigate optimization strategies to design filters meeting rejection characteristics while limiting the hardware resources required and keeping timing constraints within the targeted measurement bandwidths. The presented technique is applicable to scheduling any sequence of processing blocks characterized by a throughput, resource occupation and performance tabulated as a function of configuration characateristics, as is the case for filters with their coefficients and resolution yielding rejection and number of multipliers. } \end{center} %\hfill Yours sincerely, Arthur Hugeat %\hfill\includegraphics[width=5cm]{} \end{newlfm} \end{document} |