Academic literature on the topic 'Decoupling application'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Decoupling application.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Decoupling application"
Liu, Kaixin, Yang Liu, Fazhi Song, and Jiubin Tan. "Dynamic Decoupling Method Based on Motor Dynamic Compensation with Application for Precision Mechatronic Systems." Energies 17, no. 9 (April 25, 2024): 2038. http://dx.doi.org/10.3390/en17092038.
Full textWang, Shangjiu, Shaohua Zhang, and Liang Cheng. "Drivers and Decoupling Effects of PM2.5 Emissions in China: An Application of the Generalized Divisia Index." International Journal of Environmental Research and Public Health 20, no. 2 (January 4, 2023): 921. http://dx.doi.org/10.3390/ijerph20020921.
Full textBrilakis, Demetrios S., Demetrios E. Tsesmelis, and Efthimios Zervas. "Development and application of energy decoupling index as Cartesian Vector: evidence from world-wide regional data." IOP Conference Series: Earth and Environmental Science 899, no. 1 (November 1, 2021): 012027. http://dx.doi.org/10.1088/1755-1315/899/1/012027.
Full textZhang, Yankai. "The Scope of Application of Power Decoupling Technology and Its Evolution." Highlights in Science, Engineering and Technology 81 (January 26, 2024): 182–87. http://dx.doi.org/10.54097/1z1a6p54.
Full textQin, Lei, Li Kun Wang, Yu Lu, and Jing Jing Zhou. "Cross Coupling Effect in Multi-Element Composites for Transducer Array Application." Applied Mechanics and Materials 275-277 (January 2013): 1650–53. http://dx.doi.org/10.4028/www.scientific.net/amm.275-277.1650.
Full textKlika, Karel D. "The Application of Simple and Easy to Implement Decoupling Pulse Scheme Combinations to Effect Decoupling of Large J Values with Reduced Artifacts." International Journal of Spectroscopy 2014 (April 29, 2014): 1–9. http://dx.doi.org/10.1155/2014/289638.
Full textShang, Ji Liang, and Da Hai Ren. "Boiler Combustion System of Multivariable Internal Model Control Application Research." Advanced Materials Research 648 (January 2013): 305–10. http://dx.doi.org/10.4028/www.scientific.net/amr.648.305.
Full textLiu, Wangyu, Zheng Liu, Zhengqiang Guo, Zhaoqi Chen, and Weigui Xie. "Application of Poisson’s ratio structures and decoupling algorithm for 3D force sensing." Measurement Science and Technology 35, no. 6 (March 12, 2024): 065105. http://dx.doi.org/10.1088/1361-6501/ad3018.
Full textCotsaftis, M., M. Rouff, C. Vibet, and J. Robert. "Application of decoupling method to Hamiltonian systems." IEE Proceedings - Control Theory and Applications 142, no. 6 (November 1, 1995): 595–602. http://dx.doi.org/10.1049/ip-cta:19952219.
Full textPulat, B. M., and P. S. Pulat. "A decoupling inventory model and an application." IEEE Transactions on Engineering Management 39, no. 1 (1992): 73–76. http://dx.doi.org/10.1109/17.119664.
Full textDissertations / Theses on the topic "Decoupling application"
Yu, Heng. "On Decoupling Concurrency Control from Recovery in Database Repositories." Thesis, University of Waterloo, 2005. http://hdl.handle.net/10012/1084.
Full textBecause it is the possibility of transaction aborts for deadlock resolution that makes the recovery subsystem necessary, we choose the deadlock-free tree locking (TL) scheme for our purpose. With the knowledge of transaction workload, efficacious lock trees for runtime control can be determined at compile-time. We have designed compile-time algorithms to generate the lock tree and other relevant data structures, and runtime locking/unlocking algorithms based on such structures. We have further explored how to insert the lock steps into the transaction types at compile time.
To conduct our simulation experiments to evaluate the performance of TL, we have designed two workloads. The first one is from the OLTP benchmark TPC-C. The second is from the open-source operating system MINIX. Our experimental results show TL produces better throughput than the traditional two-phase locking (2PL) when the transactions are write-only; and for main-memory data, TL performs comparably to 2PL even in workloads with many reads.
Katabi, Dina 1971. "Decoupling congestion control and bandwidth allocation policy with application to high bandwidth-delay product networks." Thesis, Massachusetts Institute of Technology, 2003. http://hdl.handle.net/1721.1/8000.
Full textIncludes bibliographical references (p. 124-129).
In this dissertation, we propose a new architecture for Internet congestion control that decouples the control of congestion from the bandwidth allocation policy. We show that the new protocol, called XCP, enables very large per-flow throughput (e.g., more than 1 Gb/s), which is unachievable using current congestion control. Additionally, we show via extensive simulations that XCP significantly improves the overall performance, reducing drop rate by three orders of magnitude, increasing utilization, decreasing queuing delay, and attaining fairness in a few RTTs. Using tools from control theory, we model XCP and demonstrate that, in steady state, it is stable for any capacity, delay, and number of sources. XCP does not maintain any per-flow state in routers and requires only a few CPU cycles per packet making it implementable in high-speed routers. Its flexible architecture facilitates the design and implementation of quality of service, such as guaranteed and proportional bandwidth allocations. Finally, XCP is amenable to gradual deployment.
by Dina Katabi.
Ph.D.
Antony, Geo Johns. "Cheops reloaded, further steps in decoupling geo-distribution from application business logic : a focus on externalised sharding collaboration, consistency and dependency." Electronic Thesis or Diss., Ecole nationale supérieure Mines-Télécom Atlantique Bretagne Pays de la Loire, 2024. http://www.theses.fr/2024IMTA0441.
Full textThe shift from centralized cloud computing to geo-distributed applications is critical for meeting modern demands for low-latency, highly available, and resilient services. However, existing geo-distribution solutions often require intrusive modifications to application code. My thesis extends the Cheops framework, a middleware that decouples geodistribution from application logic, offering a non-intrusive and generic solution for deploying an application across geographically distributed instances. Building on the Cheops principles of "local-first" and "collaborative-then," my research introduces Cross, a shard collaboration mechanism for partitioning resources across sites, and a new approach to decoupling consistency from the application logic, ensuring synchronization between instances. Additionally, dependency management guarantees that operations performed on one instance are reproducible across geo-distributed instances, maintaining the illusion of a unified, singlesite application. Cheops uses Scope-lang, a Domain-Specific Language (DSL), to facilitate this without altering application logic. This extension of Cheops, further enhances the separation of geo-distribution from the application business logic
Vitali, Vito. "Monte Carlo analysis of heterogeneity and core decoupling effects on reactor kinetics : Application to the EOLE critical facility." Thesis, université Paris-Saclay, 2020. http://www.theses.fr/2020UPASP045.
Full textThe analysis of the reactor core kinetics is key for the characterization of the non-stationary neutron population behavior during operational or accidental transients. Point-kinetics equations, whose derivation is intrinsically based on collapsing the full phase space of the Boltzmann equation into a few effective parameters (representing the whole reactor as a "point", provided that the entire neutron population obeys the fundamental eigen-mode), are widely used in the reactor physics community as a reliable and fast tool for the analysis of core kinetics. However, their use is deemed to be appropriate only when the core is sufficiently homogeneous (for the collapsing to a point to be a realistic approximation), and when the fundamental mode of the neutron population is sufficiently separated from higher harmonics (for the reduction to the fundamental mode to be meaningful). The goal of this thesis is to investigate the impact of system geometry and material compositions on the reactor kinetics, via an eigen- mode decomposition, in view of interpreting experimental data coming from the EPILOGUE experiments carried out at the EOLE critical facility (CEA/Cadarache). To this aim, spectral analysis techniques based on Monte Carlo methods will be implemented in the Monte Carlo code TRIPOLI-4 (developed at SERMA), so as to determine the separation between reactor eigen-modes and eigen-values as a function of the core features
Le, Brun Christophe. "Analyse et commande de systèmes multivariables. Application à un turbopropulseur." Thesis, CentraleSupélec, 2015. http://www.theses.fr/2015SUPL0012.
Full textIn this Ph.D. thesis, we explore the different steps of designing a decentralized control applied on a turboprop engine.From the control point of view, the turboprop engine is a TITO (Two-Input Two-Output) process. The fuel flow is used to control the shaft power while the blade pitch angle is used to control the propeller speed. The turboprop presents important couplings between manipulated variables and controlled variables. When the fuel flow changes, the propeller speed is impacted. Similarly, when controlling the blade pitch angle to change the propeller speed to another level, the shaft power is affected, particularly during the transient states. The main objective of this research thesis is to design control laws for the turboprop. Beside technical specifications like response time and overshoot, couplings between loops have to be reduced as much as possible and control laws have to be robust to model uncertainties. For this industrial environment a decentralized strategy (with or without compensators) has been chosen. The decentralized strategy consists in designing monoloop controllers in order to drive the multivariable system. The decentralized strategy presents important benefits, such as flexibility as well as design simplicity, but is not efficient in presence of heavy couplings. In that case, it is possible to use compensators that reduce existing process interactions before designing the monoloop controllers.An important part of this work focuses on the development of these different strategies.The first step is the choice of the control structure, which strongly depends on the level of interaction. Despite the availability of different metrics - based on frequential responses, temporal responses, or Gramian – it is not easy to know which one is the most appropriate. Based on the analysis of couplings with different metrics, a procedure is proposed in order to choose the structure and the controllers design method.If the coupling analysis leads to adopt a decentralized strategy, the controllers can be designed using monoloop or multiloop methods. The first ones are simple but do not take couplings into account, whereas multiloop methods take specifically couplings into account but are more complicated. These tuning methods have been studied and recommendations have finally been made to choose the most appropriated method depending on the process and the requirements.In cases where the couplings analysis reveals a high couplings level, compensators can be associated with the decentralized strategy. The objectives of the compensators are to reduce couplings in the system and to facilitate the design of monoloop controllers. Several decoupling structures have been studied and compared. A decoupling procedure has then been proposed.These methodological studies have been applied to the turboprop engine. Following the coupling analysis, a decentralized strategy with decoupling has been chosen. After following the decoupling procedure and trying different solutions, the inverted decoupler has been adopted. Considering the dynamics of the system and the total decoupling provided by the inverted decoupler, PI controllers have been used and a monoloop tuning method has been chosen. In order to guarantee the desired performances over the whole flight envelope, control laws have been interpolated, using a gain scheduling technique. The structured singular value approach has then been used to demonstrate the robustness of the control laws with model uncertainties. Control laws have finally been implemented in the control software and simulation results have illustrated their good performances
Heiland, Jan [Verfasser], Volker [Akademischer Betreuer] Mehrmann, Michael [Akademischer Betreuer] Hinze, and Tomás [Akademischer Betreuer] Roubicek. "Decoupling and optimization of differential-algebraic equations with application in flow control / Jan Heiland. Gutachter: Michael Hinze ; Volker Mehrmann ; Tomas Roubicek. Betreuer: Volker Mehrmann." Berlin : Technische Universität Berlin, 2014. http://d-nb.info/1067386157/34.
Full textYang, Jiaming. "Melting in the Mantle Wedge: Quantifying the Effects of Crustal Morphology and Viscous Decoupling on Melt Production with Application to the Cascadia Subduction Zone." PDXScholar, 2017. https://pdxscholar.library.pdx.edu/open_access_etds/3880.
Full textSifi, Mohcine. "Diagnostic à base de modèles non linéaires. : Application au circuit carburant d'une turbomachine." Thesis, Bordeaux, 2015. http://www.theses.fr/2015BORD0054/document.
Full textThe current gas turbine regulation systems are based on complex architectures that manufacturers tend to make more modular with more cost effective technologies while ensuring a greater or equal level of reliability. In this context, the fuel system health monitoring, which aims to identify critical hydraulic components dysfunction, allows to reduce maintenance costs, to improve maintainability level and to ensure gas turbine availability. The present study focuses on the development of performant and robust diagnosis methods for the detection and isolation of faults affecting primary fuel system hydraulic functions. Existing nonlinear model based residual generation methods are presented and applied to the fuel system. The analytical approach for decoupling, combined with extended Kalman filters, helps fault isolation by generating residual structures. A new approach based on differential flatness theory is proposed for nonlinear systems fault diagnosis with an application to the fuel system. Sliding mode differentiators are used to estimate derived signals that are necessary for the application of some residual generation methods. Numerical simulations illustrate the efficiency of obtained results. An experimental application is presented using a real data set from a partial test bench provided by Turbomeca company of the SAFRAN group
Délémontey, Bertrand. "Contribution à la commande des entraînements asynchrones de forte puissance : application au problème de traction." Vandoeuvre-les-Nancy, INPL, 1995. http://www.theses.fr/1995INPL154N.
Full textOke, Adetola. "Disturbance Decoupling Problem for Discrete-Event Systems with Applications." Thesis, Southern Illinois University at Edwardsville, 2016. http://pqdtopen.proquest.com/#viewpdf?dispub=10127217.
Full textThis thesis presents the new investigations on the disturbance decoupling problem (DDP) for the geometric control of max-plus linear systems, which are used to model discrete event systems such as transportation networks, queuing systems, and communication networks. The classical DDP concept in the geometric control theory means that the controlled outputs will not be changed by any disturbances. In practical manufacturing systems, solving for the DDP would require further delays on the output parts than the existing delays caused by the system breakdown, which will be less practical in real applications. The new proposed modified disturbance decoupling problem (MDDP) in this thesis ensures that the controlled output signals will not be delayed more than the existing delays caused by the disturbances in order to achieve the just-in-time optimal control. Furthermore, this thesis presents the integration of output feedback and open-loop control strategies to solve for the MDDP, as well as for the DDP. The main results of this thesis are illustrated by using timed event graph models of a high throughput screening system in drug discovery and a railway transport network.
Books on the topic "Decoupling application"
Gavito, Valentin F. Jr. Applications of eigenstructure assignment to design of robust mimo decoupling controllers and to reconfiguration algorithms for damaged flight control. Monterey, Calif: Naval Postgraduate School, 1986.
Find full textDharma, Harpal Singh. Application of decoupling control to robotic manipulators. 1985.
Find full textPena, Victor de la, and Evarist Gine. Decoupling: From Dependence to Independence (Probability and its Applications). Springer, 1998.
Find full textDemeter, Ciprian. Fourier Restriction, Decoupling, and Applications. Cambridge University Press, 2019.
Find full textFourier Restriction, Decoupling and Applications. Cambridge University Press, 2020.
Find full textMayekar, Deepali. Decoupling Drupal: A Decoupled Design Approach for Web Applications. Apress, 2017.
Find full textWright, A. G. Voltage dividers. Oxford University Press, 2017. http://dx.doi.org/10.1093/oso/9780199565092.003.0013.
Full textGeiss, Stefan, and Juha Ylinen. Decoupling on the Wiener Space, Related Besov Spaces, and Applications to BSDEs. American Mathematical Society, 2021.
Find full textKachelriess, Michael. Quantum Fields. Oxford University Press, 2018. http://dx.doi.org/10.1093/oso/9780198802877.001.0001.
Full textAndersen, Jorgen Vitting. From Minority Games to $-Games. Edited by Shu-Heng Chen, Mak Kaboudan, and Ye-Rong Du. Oxford University Press, 2018. http://dx.doi.org/10.1093/oxfordhb/9780199844371.013.17.
Full textBook chapters on the topic "Decoupling application"
Liebscher, Stefan. "Application: Decoupling in Networks." In Bifurcation without Parameters, 43–47. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-10777-6_6.
Full textJoyce, Ger, Mariana Lilley, Trevor Barker, and Amanda Jefferies. "Mobile Application Usability Heuristics: Decoupling Context-of-Use." In Design, User Experience, and Usability: Theory, Methodology, and Management, 410–23. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-58634-2_30.
Full textCastel, C., J. P. Chretien, G. Favier, M. Fliess, A. J. Fossard, M. Gauvrit, B. Gimonet, et al. "Control by Reference Model: Application to Decoupling and Manoeuvrability in a Helicopter." In The Digital Control of Systems, 321–39. Boston, MA: Springer US, 1989. http://dx.doi.org/10.1007/978-1-4615-6853-7_13.
Full textKról, Szymon, and Paweł Dworak. "An Application of the Dynamic Decoupling Techniques for a Nonlinear TITO Plant." In Advanced, Contemporary Control, 381–92. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-35170-9_36.
Full textLi, ShanShan. "Multi-color Garment Cutting and Decoupling Optimization Teaching Method Based on Data Mining Algorithm." In Application of Big Data, Blockchain, and Internet of Things for Education Informatization, 204–10. Cham: Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-23947-2_22.
Full textWang, Peng, Hao Meng, and Qing-zhou Ji. "Application of PID Neural Network Decoupling Control in Deaerator Pressure and Deaerator Water Level Control System." In Communications in Computer and Information Science, 15–25. Berlin, Heidelberg: Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-662-45289-9_2.
Full textPilz, Christoph. "Vehicle Communication Platform to Anything-VehicleCAPTAIN." In Intelligent Secure Trustable Things, 185–99. Cham: Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-54049-3_11.
Full textde la Peña, Víctor H., and Evarist Giné. "Further Applications of Decoupling." In Probability and its Applications, 349–75. New York, NY: Springer New York, 1999. http://dx.doi.org/10.1007/978-1-4612-0537-1_8.
Full textGonçalves Salsa Junior, Rubens, and Fai Ma. "Selected Applications." In Advances in the Theory of System Decoupling, 109–34. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-60846-0_4.
Full textYe, Bo, Tao Li, Xiao Ding, Danyang Wang, Xin Luo, and Hongrui Xiong. "Research and Application of Decoupling Method for Fuel System Testing in the Final Assembly Stage of Aircraft Complex Systems." In Lecture Notes in Electrical Engineering, 71–82. Singapore: Springer Nature Singapore, 2023. http://dx.doi.org/10.1007/978-981-99-6511-3_7.
Full textConference papers on the topic "Decoupling application"
Mei, Ying. "Research on Efficient Decoupling Mechanism of Multi-bus Function in TCMS System." In 2024 7th International Conference on Computer Information Science and Application Technology (CISAT), 586–91. IEEE, 2024. http://dx.doi.org/10.1109/cisat62382.2024.10695267.
Full textXiong, Bao, Yongzhong Zhu, Leng Han, and Wenxuan Xie. "A Low-profile Wideband Antenna Based on Decoupling Surface for Millimeter-wave Phased Array Application." In 2024 IEEE 7th International Conference on Electronic Information and Communication Technology (ICEICT), 696–97. IEEE, 2024. http://dx.doi.org/10.1109/iceict61637.2024.10670782.
Full textYing, Yiqun, Ming Rao, and Sherman X. Shen. "Bilinear Decoupling Control and Its Industrial Application." In 1992 American Control Conference. IEEE, 1992. http://dx.doi.org/10.23919/acc.1992.4792278.
Full textWatanabe, Hiroki, Jun-ichi Itoh, and Quentin Roudier. "Single-phase power decoupling technique utilizing Hybrid method with passive and active power decoupling." In 2018 IEEE International Power Electronics and Application Conference and Exposition (PEAC). IEEE, 2018. http://dx.doi.org/10.1109/peac.2018.8590577.
Full textHe, Xiaohua George. "Adaptive Decoupling Control and Application in Sheet Production." In 1993 American Control Conference. IEEE, 1993. http://dx.doi.org/10.23919/acc.1993.4793330.
Full textXiu-Zhang Jin, Fei-Chao Yan, and Shou-Hui Wang. "Algorithms research and application of decoupling internal model controller." In 2012 International Conference on Machine Learning and Cybernetics (ICMLC). IEEE, 2012. http://dx.doi.org/10.1109/icmlc.2012.6359469.
Full textChihani, Bachir, Emmanuel Bertin, and Noel Crespi. "Decoupling context management and application logic: A new framework." In 2013 IEEE 14th International Symposium on "A World of Wireless, Mobile and Multimedia Networks" (WoWMoM). IEEE, 2013. http://dx.doi.org/10.1109/wowmom.2013.6583486.
Full textKöppen, Marcel, Daniel Friesel, Christoph Borchert, and Olaf Spinczyk. "Decoupling Application Logic from Persistent Memory Frameworks with AspectC++." In SOSP '21: ACM SIGOPS 28th Symposium on Operating Systems Principles. New York, NY, USA: ACM, 2021. http://dx.doi.org/10.1145/3477113.3487269.
Full textYaohong Qu, Lisha Chen, and Jiang Qiu. "Application of non-cancellation decoupling in boom refueling control." In 2009 International Conference on Mechatronics and Automation (ICMA). IEEE, 2009. http://dx.doi.org/10.1109/icma.2009.5246521.
Full textAneke, N. P. I., J. Ackermann, T. Bunte, and H. Nijmeijer. "Application of nonlinear disturbance decoupling to active car steering." In 1999 European Control Conference (ECC). IEEE, 1999. http://dx.doi.org/10.23919/ecc.1999.7099650.
Full textReports on the topic "Decoupling application"
Yang, Jiaming. Melting in the Mantle Wedge: Quantifying the Effects of Crustal Morphology and Viscous Decoupling on Melt Production with Application to the Cascadia Subduction Zone. Portland State University Library, January 2000. http://dx.doi.org/10.15760/etd.5768.
Full textMarshall, E., and M. Pica. Bearing Survivability and Friction Determination for Fuze Decoupling Applications. Fort Belvoir, VA: Defense Technical Information Center, September 2012. http://dx.doi.org/10.21236/ada565277.
Full text