Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 4,405
- Història 1,795
- Teatro español 1,405
- Literatura española 1,270
- Crítica e interpretación 1,136
- Historia y crítica 1,094
- Filosofía 1,087
- Novela española 841
- Música 798
- Teatro inglés 670
- Poesía española 638
- Iglesia Católica 539
- Sermones 489
- Teología 474
- Comedia española 438
- Pleitos 387
- Literatura francesa 367
- Literatura 356
- Jesuitas 350
- Biblia 346
- Política 326
- Teatro francés 322
- Obres anteriors al 1800 321
- Derecho canónico 317
- Moral cristiana 305
- Fonts 296
- Església Catòlica 291
- Teología dogmática 289
- Música sagrada 288
- Colecciones 283
-
53361Publicado 2015Tabla de Contenidos: “…Machine generated contents note: Foreword xi About the Authors xiii Preface xv Acknowledgments xvii Introduction xix Terminology xxi 1 Introduction to LTE/SAE 1 1.1 Role of 3GPP 1 1.2 History of LTE 3 1.3 Drivers for LTE 5 1.4 EPS compared to GPRS and UMTS 6 1.5 Spectrum Considerations 7 1.6 Network Architecture 9 1.6.1 Radio Access Network and Core Network 9 1.6.2 Architecture Principles 9 1.6.3 Non-roaming Architecture 10 1.6.4 Roaming Architectures 11 1.6.5 Description of Functional Entities 12 1.6.6 Session Management 17 1.6.7 Policy and Charging Control 19 1.6.8 Interfaces and Protocols in EPS 21 1.6.9 Mobility Management 26 1.6.10 Intra E-UTRAN Handover 30 1.6.11 Security 31 1.6.12 Charging 34 1.7 IP Multimedia Subsystem 38 1.7.1 Summary of Reference Points and Protocols 40 1.8 Voice and SMS in LTE 41 1.8.1 Voice 41 1.8.2 Short Message Service 42 1.9 Interworking with 2G/3G Networks 43 1.9.1 Overview 43 1.9.2 Interworking with Legacy Networks 43 1.9.3 Functional Description 43 1.10 Interworking with Non-3GPP Access Networks 44 1.10.1 Summary of Reference Points and Protocols 47 1.11 Network Sharing 48 1.11.1 UE-Based Network Selection 49 1.11.2 RAN-Based Network Selection 49 1.12 Multimedia Broadcast Multicast Service 50 1.12.1 Principles 50 1.12.2 Description of Functional Entities 51 1.12.3 MBMS Enhancements 52 1.12.4 MBSFN and MBMS Radio Channels 53 1.13 Terms and Definitions 54 1.13.1 Roaming 54 1.13.2 Circuit-Switched and Packet-Switched Networks 55 1.13.3 Access Stratum and Non-Access Stratum 55 References 56 2 Regulatory Features 59 2.1 Emergency Calls 59 2.1.1 Overview 59 2.1.2 Requirements 59 2.1.3 Emergency Call Architecture 60 2.1.4 PSAP Callback 68 2.1.5 Emergency Numbers 68 2.1.6 Non Voice Emergency Services 69 2.1.7 Automated Emergency Calls 69 2.2 Public Warning System 71 2.3 Lawful Interception 72 2.3.1 Principles 72 2.3.2 Lawful Interception for EPS 74 2.4 Enhanced Multimedia Priority Services 74 References 76 3 LTE for Public Safety Networks 77 3.1 Why LTE for Public Safety Networks? …”
Libro electrónico -
53362
-
53363Publicado 2014Tabla de Contenidos: “…Preface xiii Table of Engineering Applications xvii Part 1 Introduction 1 Mathematica Environment and Basic Syntax 3 1.1 Introduction 3 1.2 Selecting Notebook Characteristics 4 1.3 Notebook Cells 8 1.4 Delimiters 12 1.5 Basic Syntax 12 1.5.1 Introduction 12 1.5.2 Templates: Greek Symbols and Mathematical Notation 15 1.5.3 Variable Names and Global Variables 18 1.6 Mathematical Constants 19 1.7 Complex Numbers 21 1.8 Elementary, Trigonometric, Hyperbolic, and a Few Special Functions 22 1.9 Strings 25 1.9.1 String Creation: StringJoin[] and ToString[] 25 1.9.2 Labeled Output: Print[], NumberForm[], EngineeringForm[], and TraditionalForm[] 26 1.10 Conversions, Relational Operators, and Transformation Rule 28 1.11 Engineering Units and Unit Conversions: Quantity[] and UnitConvert[] 30 1.12 Creation of CDF Documents and Documents in Other Formats 33 1.13 Functions Introduced in Chapter 1 34 Exercises 35 2 List Creation and Manipulation: Vectors and Matrices 39 2.1 Introduction 39 2.2 Creating Lists and Vectors 39 2.2.1 Introduction 39 2.2.2 Creating a List with Table[] 45 2.2.3 Summing Elements of a List: Total[] 46 2.2.4 Selecting Elements of a List 47 2.2.5 Identifying List Elements Matching a Pattern: Position[] 49 2.3 Creating Matrices 51 2.3.1 Introduction 51 2.3.2 Matrix Generation Using Table[] 54 2.3.3 Accessing Elements of Arrays 55 2.4 Matrix Operations on Vectors and Arrays 56 2.4.1 Introduction 56 2.4.2 Matrix Inverse and Determinant: Inverse[] and Det[] 57 2.5 Solution of a Linear System of Equations: LinearSolve[] 58 2.6 Eigenvalues and Eigenvectors: EigenSystem[] 59 2.7 Functions Introduced in Chapter 2 61 References 61 Exercises 61 3 User-Created Functions, Repetitive Operations, and Conditionals 69 3.1 Introduction 69 3.2 Expressions and Procedures as Functions 69 3.2.1 Introduction 69 3.2.2 Pure Function: Function[] 74 3.2.3 Module[] 78 3.3 Find Elements of a List that Meet a Criterion: Select[] 80 3.4 Conditionals 82 3.4.1 If[] 82 3.4.2 Which[] 83 3.5 Repetitive Operations 83 3.5.1 Do[] 83 3.5.2 While[] 83 3.5.3 Nest[] 84 3.5.4 Map[] 84 3.6 Examples of Repetitive Operations and Conditionals 85 3.7 Functions Introduced in Chapter 3 92 Exercises 92 4 Symbolic Operations 95 4.1 Introduction 95 4.2 Assumption Options 101 4.3 Solutions of Equations: Solve[] 101 4.4 Limits: Limit[] 105 4.5 Power Series: Series[], Coefficient[], and CoefficientList[] 108 4.6 Optimization: Maximize[]/Minimize[] 112 4.7 Differentiation: D[] 114 4.8 Integration: Integrate[] 120 4.9 Solutions of Ordinary Differential Equations: DSolve[] 126 4.10 Solutions of Partial Differential Equations: DSolve[] 136 4.11 Laplace Transform: LaplaceTransform[] and InverseLaplaceTransform[] 138 4.12 Functions Introduced in Chapter 4 145 References 145 Exercises 146 5 Numerical Evaluations of Equations 151 5.1 Introduction 151 5.2 Numerical Integration: NIntegrate[] 151 5.3 Numerical Solutions of Differential Equations: NDSolveValue[] and ParametricNDSolveValue[] 154 5.4 Numerical Solutions of Equations: NSolve[] 178 5.5 Roots of Transcendental Equations: FindRoot[] 180 5.6 Minimum and Maximum: FindMinimum[] and FindMaximum[] 182 5.7 Fitting of Data: Interpolation[] and FindFit[] 186 5.8 Discrete Fourier Transforms and Correlation: Fourier[], InverseFourier[], and ListCorrelate[] 189 5.9 Functions Introduced in Chapter 5 194 References 195 Exercises 196 6 Graphics 209 6.1 Introduction 209 6.2 2D Graphics 209 6.2.1 Basic Plotting 209 6.2.2 Basic Graph Enhancements 213 6.2.3 Common 2D Shapes: Graphics[] 217 6.2.4 Additional Graph Enhancements 222 6.2.5 Combining Figures: Show[] and GraphicsGrid[] 238 6.2.6 Tooltip[] 241 6.2.7 Exporting Graphics 244 6.3 3D Graphics 244 6.4 Summary of Functions Introduced in Chapter 6 253 References 254 Exercises 254 7 Interactive Graphics 263 7.1 Interactive Graphics: Manipulate[] 263 References 287 Exercises 287 Part 2 Engineering Applications 8 Vibrations of Spring Mass Systems and Thin Beams 293 8.1 Introduction 293 8.2 Single Degree-of-Freedom Systems 294 8.2.1 Periodic Force on a Single Degree-of-Freedom System 294 8.2.2 Squeeze Film Damping and Viscous Fluid Damping 298 8.2.3 Electrostatic Attraction 302 8.2.4 Single Degree-of-Freedom System Energy Harvester 304 8.3 Two Degrees-of-Freedom Systems 307 8.3.1 Governing Equations 307 8.3.2 Response to Harmonic Excitation: Amplitude Response Functions 307 8.3.3 Enhanced Energy Harvester 310 8.4 Thin Beams 315 8.4.1 Natural Frequencies and Mode Shapes of a Cantilever Beam with In-Span Attachments 315 8.4.2 Effects of Electrostatic Force on the Natural Frequency and Stability of a Beam 318 8.4.3 Response of a Cantilever Beam with an In-Span Attachment to an Impulse Force 323 References 326 9 Statistics 327 9.1 Descriptive Statistics 327 9.1.1 Introduction 327 9.1.2 Location Statistics: Mean[], StandardDeviation[], and Quartile[] 327 9.1.3 Continuous Distribution Functions: PDF[] and CDF[] 329 9.1.4 Histograms and Probability Plots: Histogram[] and ProbabilityScalePlot [] 331 9.1.5 Whisker Plot: BoxWhiskerChart[] 332 9.1.6 Creating Data with Specified Distributions: RandomVariate[] 334 9.2 Probability of Continuous Random Variables 334 9.2.1 Probability for Different Distributions: NProbability[] 334 9.2.2 Inverse Cumulative Distribution Function: InverseCDF[] 337 9.2.3 Distribution Parameter Estimation: EstimatedDistribution[] and FindDistributionParameters[] 337 9.2.4 Confidence Intervals: CI[] 340 9.2.5 Hypothesis Testing: LocationTest[] and VarianceTest[] 342 9.3 Regression Analysis: LinearModelFit[] 343 9.3.1 Simple Linear Regression 343 9.3.2 Multiple Linear Regression 347 9.4 Nonlinear Regression Analysis: NonLinearModelFit[] 351 9.5 Analysis of Variance (ANOVA) and Factorial Designs: ANOVA[] 354 9.6 Functions Introduced in Chapter 9 358 10 Control Systems and Signal Processing 359 10.1 Introduction 359 10.2 Model Generation: State-Space and Transfer Function Representation 359 10.2.1 Introduction 359 10.2.2 State-Space Models: StateSpaceModel[] 360 10.2.3 Transfer Function Models: TransferFunctionModel[] 362 10.3 Model Connections Closed-Loop Systems and System Response: SystemsModelFeedbackConnect[] and SystemsModelSeriesConnect[] 363 10.4 Design Methods 369 10.4.1 Root Locus: RootLocusPlot[] 369 10.4.2 Bode Plot: BodePlot[] 371 10.4.3 Nichols Plot: NicholsPlot[] 372 10.5 Signal Processing 374 10.5.1 Filter Models: ButterworthFilterModel[], EllipticFilterModel[], ... 374 10.5.2 Windows: HammingWindow[], HannWindow[], ... 381 10.5.3 Spectrum Averaging 385 10.6 Aliasing 388 10.7 Functions Introduced in Chapter 10 390 Reference 391 11 Heat Transfer and Fluid Mechanics 393 11.1 Introduction 393 11.2 Conduction Heat Transfer 394 11.2.1 One-Dimensional Transient Heat Diffusion in Solids 394 11.2.2 Heat Transfer in Concentric Spheres: Ablation of a Tumor 398 11.2.3 Heat Flow Through Fins 401 11.3 Natural Convection Along Heated Plates 405 11.4 View Factor Between Two Parallel Rectangular Surfaces 408 11.5 Internal Viscous Flow 411 11.5.1 Laminar Flow in Horizontal Cylindrical Pipes 411 11.5.2 Flow in Three Reservoirs 412 11.6 External Flow 416 11.6.1 Pressure Coefficient of a Joukowski Airfoil 416 11.6.2 Surface Profile in Nonuniform Flow in Open Channels 419 References 423 Index 425.…”
Libro electrónico -
53364
-
53365por Barbosa, Agostino (1590-1649)
Publicado 1700Biblioteca Episcopal de Plasencia (Otras Fuentes: Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca Universitat Ramon Llull)Libro -
53366por Palafox y Mendoza, Juan de, 1600-1659 aut
Publicado 1659Red de Bibliotecas de la Archidiócesis de Granada (Otras Fuentes: Biblioteca Episcopal de Plasencia)Libro -
53367
-
53368
-
53369por Francisco de Sales, Santo aut
Publicado 1699Red de Bibliotecas de la Archidiócesis de Granada (Otras Fuentes: Biblioteca Central de Capuchinos de España)Libro -
53370
-
53371por Gutiérrez, Juan, ca. 1535-1618
Publicado 1617Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Biblioteca Universidad de Deusto, Red de bibliotecas Iglesia Navarra, Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca Central de Capuchinos de España)Ver edición digitalizada de Google Books
Libro -
53372por Teresa de Jesús, Santa ( 1515-1582)
Publicado 1675Biblioteca Central de Capuchinos de España (Otras Fuentes: Red de Bibliotecas de la Archidiócesis de Granada)Libro -
53373
-
53374por Herrera, Agustín de (1623-1684)
Publicado 1675Biblioteca Episcopal de Plasencia (Otras Fuentes: Biblioteca Central de Capuchinos de España, Biblioteca Universidad Eclesiástica San Dámaso, Red de bibliotecas Iglesia Navarra)Libro -
53375por Barcia y Zambrana, José de aut
Publicado 1693Red de Bibliotecas de la Archidiócesis de Granada (Otras Fuentes: Biblioteca Central de Capuchinos de España)Libro -
53376
-
53377
-
53378
-
53379por Efrén de la Madre de Dios
Publicado 1996Biblioteca Universidad Eclesiástica San Dámaso (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada, Biblioteca Central de Capuchinos de España, Biblioteca Universitat Ramon Llull, Biblioteca del Instituto Superior de Teología de las Islas Canarias, Biblioteca Universidad de Deusto, Red de bibliotecas Iglesia Navarra, Red de Bibliotecas de la Diócesis de Córdoba, Bibliotecas de la Diócesis de Teruel y Albarracín, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao)Libro -
53380Publicado 2018“…Figura intelectual clave en la España de mediados del siglo XVII. Recordado, principalmente, como autor ascético de varias obras en la tradición neoplatónica, Nieremberg nos muestra sus dotes de escritor ecléctico con una profunda deuda con el legado de san Ignacio de Loyola y sus Ejercicios espirituales…”
Biblioteca Pública Episcopal del Seminario de Barcelona (Otras Fuentes: Biblioteca Universitat Ramon Llull, Biblioteca Universidad Eclesiástica San Dámaso, Biblioteca Universidad de Deusto, Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro