Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,349
- Biblia 612
- Història 434
- Filosofía 406
- Teología 343
- Església Catòlica 272
- -Historia 264
- Bíblia 252
- Crítica e interpretación 243
- Iglesia Católica 203
- Teologia moral 197
- Teología dogmática 195
- Obres anteriors al 1800 188
- Sermones 181
- Derecho canónico 176
- Data processing 169
- Management 162
- Computer networks 160
- Teologia dogmàtica 157
- Patrística 153
- Dret canònic 141
- Derecho civil 139
- Derecho 138
- Teologia 137
- Moral cristiana 134
- Colecciones 131
- Historia- 130
- Development 129
- Tratados y manuales 127
- Comentaris 126
-
37021
-
37022Publicado 2017Tabla de Contenidos: “…Front Cover -- Digital Signal Processing 101 -- Digital Signal Processing 101: Everything you Need to Know to Get Started -- Copyright -- Contents -- Acknowledgments -- Introduction -- 1 - Numerical Representation -- 1.1 Integer Fixed Point Representation -- 1.2 Fractional Fixed Point Representation -- 1.3 Floating Point Representation -- 2 - Complex Numbers and Exponentials -- 2.1 Complex Addition and Subtraction -- 2.2 Complex Multiplication -- 2.3 Polar Representation -- 2.4 Complex Multiplication Using Polar Representation -- 2.5 Complex Conjugate -- 2.6 The Complex Exponential -- 2.7 Measuring Angles in Radians -- 3 - Sampling, Aliasing, and Quantization -- 3.1 Sampling Effects -- 3.2 Nyquist Sampling Rule -- 3.3 Quantization -- 3.4 Signal to Noise Ratio -- 4 - Frequency Response -- 4.1 Frequency Response and the Complex Exponential -- 4.2 Normalizing Frequency Response -- 4.3 Sweeping Across the Frequency Response -- 4.4 Example Frequency Responses -- 4.5 Linear Phase Response -- 4.6 Normalized Frequency Response Plots -- 5 - Finite Impulse Response (FIR) Filters -- 5.1 Finite Impulse Response Filter Construction -- 5.2 Computing Frequency Response -- 5.3 Computing Filter Coefficients -- 5.4 Effect of Number of Taps on Filter Response -- 6 - Windowing -- 6.1 Truncation of Coefficients -- 6.2 Tapering of Coefficients -- 6.3 Sample Coefficient Windows -- 7 - Decimation and Interpolation -- 7.1 Decimation -- 7.2 Interpolation -- 7.3 Resampling by Noninteger Value -- 8 - Infinite Impulse Response (IIR) Filters -- 8.1 Infinite Impulse Response and Finite Impulse Response Filter Characteristic Comparison -- 8.2 Bilinear Transform -- 8.3 Frequency Prewarping -- 9 - Complex Modulation and Demodulation -- 9.1 Modulation Constellations -- 9.2 Modulated Signal Bandwidth -- 9.3 Pulse-Shaping Filter -- 9.4 Raised Cosine Filter…”
Libro electrónico -
37023
-
37024
-
37025
-
37026por Gil Martín, Luisa MaríaTabla de Contenidos: “…Nociones de agotamiento plástico a nivel sección5. Tracción5.1. Introducción5.2. Tipología de elementos traccionados5.3. …”
Publicado 2020
Libro -
37027por Bossuet, Jacques Bénigne, 1627-1704Accés lliure
Publicado 1766
Accés lliure
Accés lliure
991005594499706719 -
37028Publicado 2020Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca de la Universidad de Navarra, Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada, Biblioteca Universidad de Deusto)Libro
-
37029Publicado 1973Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Red de bibliotecas Iglesia Navarra, Red de Bibliotecas de la Diócesis de Córdoba, Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca de la Universidad de Navarra, Biblioteca Universidad de Deusto, Universidad Loyola - Universidad Loyola Granada, Biblioteca del Instituto Superior de Teología de las Islas Canarias, Biblioteca de Pastoral Madrid)Libro
-
37030por Hauser, Arnold, 1892-1978
Publicado 1974Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Red de bibliotecas Iglesia Navarra, Biblioteca de la Universidad Pontificia de Salamanca, Red de Bibliotecas de la Diócesis de Córdoba, Biblioteca de la Universidad de Navarra, Biblioteca Diocesana de Salamanca)Libro -
37031por Quintanadueñas, Antonio de (S.I.) 1599-1651
Publicado 1651Biblioteca de la Universidad de Navarra (Otras Fuentes: Biblioteca Episcopal de Plasencia, Biblioteca del Seminario Diocesano de Jaén)Libro -
37032
-
37033por Tertuliano, Quinto Septimio Florente aut
Publicado 1980Red de Bibliotecas de la Archidiócesis de Granada (Otras Fuentes: Red de Bibliotecas de la Diócesis de Córdoba, Biblioteca de la Universidad de Navarra, Biblioteca Universidad Eclesiástica San Dámaso, Biblioteca de la Universidad Pontificia de Salamanca, Red de bibliotecas Iglesia Navarra, Biblioteca Universidad de Deusto, Biblioteca Universitat Ramon Llull, Biblioteca de la Conferencia Episcopal Española, Universidad Loyola - Universidad Loyola Granada, Biblioteca Diocesana Bilbao, Biblioteca Provicincial Misioneros Claretianos - Provincia de Santiago, Biblioteca de Pastoral Madrid, Biblioteca del Seminario Diocesano de Jaén)Libro -
37034Publicado 2016Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Preface -- Acknowledgments -- Brief Contents -- Contents -- Chapter 1 Getting Started -- 1.1 INTRODUCTION TO JAVA -- Origins of the Java Language -- Objects and Methods -- Applets -- A Sample Java Application Program -- Byte-Code and the Java Virtual Machine -- Class Loader -- Compiling a Java Program or Class -- Running a Java Program -- TIP: Error Messages -- 1.2 EXPRESSIONS AND ASSIGNMENT STATEMENTS -- Identifiers -- Variables -- Assignment Statements -- TIP: Initialize Variables -- More Assignment Statements -- Assignment Compatibility -- Constants -- Arithmetic Operators and Expressions -- Parentheses and Precedence Rules -- Integer and Floating-Point Division -- PITFALL: Round-Off Errors in Floating-Point Numbers -- PITFALL: Division with Whole Numbers -- Type Casting -- Increment and Decrement Operators -- 1.3 THE CLASS STRING -- String Constants and Variables -- Concatenation of Strings -- Classes -- String Methods -- Escape Sequences -- String Processing -- The Unicode Character Set -- 1.4 PROGRAM STYLE -- Naming Constants -- Java Spelling Conventions -- Comments -- Indenting -- Chapter Summary -- Answers to Self-Test Exercises -- Programming Projects -- Chapter 2 Console Input and Output -- 2.1 SCREEN OUTPUT -- System.out.println -- TIP: Different Approaches to Formatting Output -- Formatting Output with printf -- TIP: Formatting Monetary Amounts with printf -- TIP: Legacy Code -- Money Formats Using NumberFormat -- Importing Packages and Classes -- The DecimalFormat Class -- 2.2 CONSOLE INPUT USING THE SCANNER CLASS -- The Scanner Class -- PITFALL: Dealing with the Line Terminator, '\n' -- The Empty String -- TIP: Prompt for Input -- TIP: Echo Input -- Example: Self-Service Checkout -- Other Input Delimiters -- 2.3 INTRODUCTION TO FILE INPUT -- The Scanner Class for Text File Input…”
Libro electrónico -
37035
-
37036
-
37037
-
37038
-
37039por Boada de las Costas y Figueras, Pedro de
Publicado 1793Red de bibliotecas Iglesia Navarra (Otras Fuentes: Biblioteca Central de Capuchinos de España, Institución Colombina)Libro -
37040