enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Proper orthogonal decomposition - Wikipedia

    en.wikipedia.org/wiki/Proper_orthogonal...

    The first idea behind the Proper Orthogonal Decomposition (POD), as it was originally formulated in the domain of fluid dynamics to analyze turbulences, is to decompose a random vector field u(x, t) into a set of deterministic spatial functions Φ k (x) modulated by random time coefficients a k (t) so that:

  3. Thermal simulations for integrated circuits - Wikipedia

    en.wikipedia.org/wiki/Thermal_simulations_for...

    Temperature increase becomes relevant for relatively small-cross-sections wires, where it may affect normal semiconductor behavior. Besides, since the generation of heat is proportional to the frequency of operation for switching circuits, fast computers have larger heat generation than slow ones, an undesired effect for chips manufacturers.

  4. Decomposition of time series - Wikipedia

    en.wikipedia.org/wiki/Decomposition_of_time_series

    An additive model would be used when the variations around the trend do not vary with the level of the time series whereas a multiplicative model would be appropriate if the trend is proportional to the level of the time series. [3] Sometimes the trend and cyclical components are grouped into one, called the trend-cycle component.

  5. Open energy system models - Wikipedia

    en.wikipedia.org/wiki/Open_energy_system_models

    Some models add the heat sector, which can be important for countries with significant district heating. Other models add gas networks. With the advent of emobility, other models still include aspects of the transport sector. Indeed, coupling these various sectors using power-to-X technologies is an emerging area of research. [57]

  6. CuPy - Wikipedia

    en.wikipedia.org/wiki/CuPy

    CuPy is a part of the NumPy ecosystem array libraries [7] and is widely adopted to utilize GPU with Python, [8] especially in high-performance computing environments such as Summit, [9] Perlmutter, [10] EULER, [11] and ABCI. [12] CuPy is a NumFOCUS sponsored project. [13]

  7. Hodrick–Prescott filter - Wikipedia

    en.wikipedia.org/wiki/Hodrick–Prescott_filter

    A working paper by Robert J. Hodrick titled "An Exploration of Trend-Cycle Decomposition Methodologies in Simulated Data" [10] examines whether the proposed alternative approach of James D. Hamilton is actually better than the HP filter at extracting the cyclical component of several simulated time series calibrated to approximate U.S. real GDP ...

  8. Thermal decomposition - Wikipedia

    en.wikipedia.org/wiki/Thermal_decomposition

    Thermal decomposition, or thermolysis, is a chemical decomposition of a substance caused by heat. The decomposition temperature of a substance is the temperature at which the substance chemically decomposes. The reaction is usually endothermic as heat is required to break chemical bonds in the compound undergoing

  9. Comparison of programming languages (array) - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_programming...

    In addition to support for vectorized arithmetic and relational operations, these languages also vectorize common mathematical functions such as sine. For example, if x is an array, then y = sin (x) will result in an array y whose elements are sine of the corresponding elements of the array x. Vectorized index operations are also supported.