博碩士論文 104525002 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:13 、訪客IP:3.135.190.101
姓名 李彥霖(Yen-Lin Lee)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 具有偵測器錯誤韌性之雲端系統快速錯誤偵測與復原機制
(An efficient and detector-fault-resilient mechanism of fault detection and recovery for cloud computing system)
相關論文
★ 應用分類重建學習偵測航照圖幅中的新穎坵塊★ 利用程式重組技術合併兩個具部份重疊函式之程式專案案例研究
★ 基於白名單機制之電子郵件附件存取控制及自動解密系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2024-7-1以後開放)
摘要(中) 隨著雲計算技術的廣泛使用,停機等因素造成的服務中斷規模與損失也跟著提升。近年來,各公司積極導入容錯技術以確保服務的可用性(Availability),從而降低損失。在本論文中,我們提出了一個可靠且高效率的高可靠(High Availability)機制以提升雲計算系統的可用性,該機制包含了在線(Online)故障偵測與復原方法。我們的研究共包含三個主要部分: (1)高效率的在線故障偵測機制、(2)自適應(Adaptive)機制以提高提出的容錯機制的可靠度、(3)虛擬機引導時間(VM boot time)預測模型。其中,提出的故障偵測機制是用於實時地偵測系統的運行狀況(Liveness)以提高系統的可用性。由於雲計算系統可視為一個多階層系統而且階層之間具有線性的相依性,所以我們透過整合多個現有的檢測器以及一個特別設計的故障模型來達到快速偵測故障的目的。然而,由於該機制依賴於多個檢測器的檢測結果,因此當檢測器發生故障或不被支援時,我們便無法應用該機制。為了改進該機制的可靠度與擴展其應用情境,我們透過重構故障模型,並使容錯機制基於該新模型自動地調整故障偵測與復原機制來應對上述情境。最後,在復原方法方面,我們採用最常見的復原方法: 將虛擬機重啟。由於虛擬機有可能重啟失敗,若容錯機制無法快速檢測該情況並立即採取相應措施,則會延長服務停機時間並降低可用性。因此,我們提出了虛擬機引導時間預測模型,我們可以根據該模型的預測結果來判斷虛擬機是否正確地被重啟。在該研究中,我們提出了一個基於規則的預測模型以及一個基於機器學習的預測模型。根據實驗結果,提出的故障偵測機制比現有的系統層心跳方法減少70.3%的檢測時間。此外,提升的自適應機制成功地使容錯機制正常運行在發生檢測器故障的情境中。最後,兩種提出的預測模型的準確度(Accuracy)皆達到90%以上。由於到基於機器學習的預測模型所需的資料量,我們建議在小型雲系統或資料中心裡使用該模型,而基於規則的預測模型則可應用在大型雲系統或資料中心。值得一提的是,我們透過實驗發現某些情況下利用預測模型來決定虛擬機放置位置可以減少恢復時間,所以未來可繼續朝這方向進行研究。
摘要(英) With the widespread use of cloud computing technology, service interruptions and losses due to faults such as power outages have increased. Many companies have introduced high availability (HA) mechanisms to ensure the continuous operation of services. This dissertation proposes a reliable and efficient HA mechanism to improve the availability of cloud computing systems, which includes an online liveness fault detection and recovery method. There are three research topics: (i) efficient online liveness fault detection mechanism, (ii) adaptive mechanism to improve the reliability of the proposed HA mechanism, and (iii) VM boot time prediction model. Since the cloud system can be abstracted as a multi-layer system with linear layer dependency, the proposed fault detection mechanism integrates multiple existing detectors and uses a designed fault model to improve its efficiency. In addition, since the proposed HA mechanism relies on multiple detectors, the mechanism cannot be used in cases where a detector fails or is not supported. To improve the reliability of the mechanism, we propose an adaptive mechanism, which reconstructs the fault model and then automatically adjusts the fault detection and recovery mechanisms based on the new model. Since the common recovery method such as virtual machine (VM) restart may fail, we propose a rule-based model and a machine learning-based model to predict VM boot time, which can be used to evaluate VM restart status. According to the experimental results, the detection time of the proposed fault detection mechanism is 70.3% shorter than that of the system layer heartbeating. The proposed adaptive mechanism successfully enables the HA mechanism to work well even when some detectors are disabled. Furthermore, both proposed prediction models achieve over 90% accuracy. Based on our experimental results, we can reduce recovery time by generating VM placement strategies using the prediction model, which may be a future research topic.
關鍵字(中) ★ 多階層雲端系統
★ 在線活性錯誤偵測
★ 線性階層相依性
★ 偵測器錯誤韌性
★ 虛擬機啟動時間預測
★ 機器學習
關鍵字(英) ★ multilayer cloud system
★ online liveness fault detection
★ linear layer dependence
★ detector-fault-resilient
★ virtual machine boot time prediction
★ machine learning
論文目次 摘要 i
Abstract ii
Table of Contents iii
List of Figures vi
List of Tables ix
1. Introduction 1
1.1. Online Liveness Fault Detection 2
1.2. Adaptive Mechanism for Online Liveness Fault Detection 5
1.3. VM Boot Time Prediction Model 6
1.4. Contributions 9
2. Background 10
2.1. Liveness Faults 10
2.2. Detectors 10
2.3. Multi-Layer Cloud Computing System 11
2.4. VM Startup and Boot Process 13
3. Related Work 15
3.1. Fault Detection 15
3.1.1. System Layer Heartbeating 16
3.1.2. Method of Zhao et al. 17
3.1.3. Method of Wang et al. 17
3.2. Multidetector-Based Monitoring in the Cloud 17
3.2.1. VMware vSphere 18
3.2.2. Method of Trihinas et al. 19
3.3. Research on VM Boot Time 19
3.3.1. Research on Rule-Based Models 20
3.3.2. Research on ML-Based Models 21
4. The Proposed Efficient Online Liveness Fault Detection Mechanism 22
4.1. Fault Detection Mechanism 24
4.2. Fault Location Layer Search Methods 29
4.2.1. Naive Sequential Method 30
4.2.2. Proposed Method for Sequential Fault Detection 30
4.2.3. Proposed Method for Parallel Detection 37
4.3. Experiment 43
4.3.1. Sequential Fault Detection 43
4.3.1.1. Comparison with Zhao et al.’s Method 47
4.3.1.2. Comparison with Wang et al.’s Method 48
4.3.2. Parallel Fault Detection 50
5. The Proposed Adaptive Mechanism for Fault Detection and Recovery 51
5.1. Proposed Mechanism 51
5.2. Fault Model Reconstruction Method 54
5.3. Example of Fault Model Reconstruction 56
5.4. Experiment 59
6. The Proposed Virtual Machine Boot Time Prediction Models 64
6.1. Experimental Protocol 64
6.2. Impact of the Number of CPU Cores on the Computing Host 66
6.3. Impact of the Number of VMs on the Host 68
6.4. Impact Between Hosts 70
6.5. Summary of Influencing Factors 73
6.6. Proposed Rule-Based Model 74
6.6.1. CPU Time 74
6.6.2. I/O’ Time 75
6.6.3. Impact from Other Hosts 76
6.6.4. Variable Measurement 78
6.7. Proposed Machine Learning-Based Model 79
6.7.1. Dataset Preparation 79
6.7.2. Model Training and Test 80
6.8. Performance Evaluation 81
6.8.1. Rule-Based Models 81
6.8.2. Machine Learning-Based Model 83
6.8.3. Summary 85
6.8.4. VM Boot Time Reduction 85
7. Conclusions and Future Work 89
Bibliography 90
Appendix 96
參考文獻 [1] Flexera. "RightScale 2019 state of the cloud report from Flexera." https://resources.flexera.com/web/media/documents/rightscale-2019-state-of-the-cloud-report-from-flexera.pdf (accessed 17 Jan., 2022).
[2] Veeam. "2019 Veeam Cloud Data Management Report." https://www.sysgroup.com/resources/ebooks/veeam-cloud-data-management-report-2019 (accessed 17 Jan., 2022).
[3] M. Nabi, M. Toeroe, and F. Khendek, "Availability in the cloud: State of the art," Journal of Network and Computer Applications, vol. 60, pp. 54-67, 2016.
[4] B. Mohammed, M. Kiran, I.-U. Awan, and K. M. Maiyama, "Optimising fault tolerance in real-time cloud computing IaaS environment," in 2016 IEEE 4th international conference on future internet of things and cloud (FiCloud), Vienna, Austria, 2016: IEEE, pp. 363-370.
[5] P. Zhang, S. Shu, and M. Zhou, "Adaptively Adjusting Dynamic Detection Cycle for Fault Detection in Clouds," in 2018 IEEE International Conference on Systems, Man, and Cybernetics (SMC), Miyazaki, Japan, 2018: IEEE, pp. 4047-4052.
[6] T. Wang, W. Zhang, C. Ye, J. Wei, H. Zhong, and T. Huang, "FD4C: Automatic fault diagnosis framework for Web applications in cloud computing," IEEE Transactions on Systems, Man, and Cybernetics: Systems, vol. 46, no. 1, pp. 61-75, 2015.
[7] S. F. Ghoreishi and M. Imani, "Offline fault detection in gene regulatory networks using next-generation sequencing data," in 2019 53rd Asilomar Conference on Signals, Systems, and Computers, Pacific Grove, CA, USA, 2019: IEEE, pp. 1344-1348.
[8] VMware. "vSphere Availability." https://docs.vmware.com/en/VMware-vSphere/6.5/vsphere-esxi-vcenter-server-65-availability-guide.pdf (accessed 17 Jan., 2022).
[9] W.-J. Wang, H.-L. Huang, S.-H. Chuang, S.-J. Chen, C. H. Kao, and D. Liang, "Virtual machines of high availability using hardware-assisted failure detection," in 2015 International Carnahan Conference on Security Technology (ICCST), Taipei, Taiwan, 2015: IEEE, pp. 1-6.
[10] M. S. Rahman, M. Y. S. Uddin, T. Hasan, M. S. Rahman, and M. Kaykobad, "Using adaptive heartbeat rate on long-lived TCP connections," IEEE/ACM Transactions on Networking, vol. 26, no. 1, pp. 203-216, 2017.
[11] K. Razavi, G. Van Der Kolk, and T. Kielmann, "Prebaked µvms: Scalable, instant vm startup for iaas clouds," in 2015 IEEE 35th International Conference on Distributed Computing Systems, Columbus, OH, USA, 2015: IEEE, pp. 245-255.
[12] T. L. Nguyen, R. Nou, and A. Lebre, "YOLO: Speeding up VM Boot Time by reducing I/O operations," Inria, 2019. [Online]. Available: https://hal.inria.fr/hal-01983626
[13] OpenStack. "OpenStack Documentation." https://docs.openstack.org/queens/index.html (accessed 17 Jan., 2022).
[14] J. Gao and G. Tang, "Virtual machine placement strategy research," in 2013 International Conference on Cyber-Enabled Distributed Computing and Knowledge Discovery, Beijing, China, 2013: IEEE, pp. 294-297.
[15] S. Crago et al., "Heterogeneous cloud computing," in 2011 IEEE International Conference on Cluster Computing, Austin, TX, USA, 2011: IEEE, pp. 378-385.
[16] Intel, Hewlett-Packard, NEC, and Dell. "Intelligent Platform Management Interface Specification Second Generation v2.0." https://www.intel.com.tw/content/www/tw/zh/products/docs/servers/ipmi/ipmi-second-gen-interface-spec-v2-rev1-1.html (accessed 17 Jan., 2022).
[17] A. Aviziens, "Fault-tolerant systems," IEEE transactions on computers, vol. 100, no. 12, pp. 1304-1312, 1976.
[18] Z. Amin, H. Singh, and N. Sethi, "Review on fault tolerance techniques in cloud computing," International Journal of Computer Applications, vol. 116, no. 18, 2015.
[19] A. G. de Moraes Rossetto et al., "A new unreliable failure detector for self-healing in ubiquitous environments," in 2015 IEEE 29th International Conference on Advanced Information Networking and Applications, Gwangju, Korea (South), 2015: IEEE, pp. 316-323.
[20] J. Beauquier, S. Delaët, S. Dolev, and S. Tixeuil, "Transient fault detectors," Distributed Computing, vol. 20, no. 1, pp. 39-51, 2007.
[21] M. K. Gokhroo, M. C. Govil, and E. S. Pilli, "Detecting and mitigating faults in cloud computing environment," in 2017 3rd International Conference on Computational Intelligence & Communication Technology (CICT), Ghaziabad, India, 2017: IEEE, pp. 1-9.
[22] J. Villamayor, D. Rexachs, E. Luque, and D. Lugones, "Raas: Resilience as a service," in 2018 18th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGRID), Washington, DC, USA, 2018: IEEE, pp. 356-359.
[23] R. Yadav and A. S. Sidhu, "Fault tolerant algorithm for replication management in distributed cloud system," in 2015 IEEE 3rd International Conference on MOOCs, Innovation and Technology in Education (MITE), Amritsar, India, 2015: IEEE, pp. 78-83.
[24] D. Contractor, D. Patel, and S. Patel, "Trusted heartbeat framework for cloud computing," Journal of Information Security, vol. 7, no. 03, pp. 103-111, 2016.
[25] J. Liu, Z. Wu, J. Wu, J. Dong, Y. Zhao, and D. Wen, "A Weibull distribution accrual failure detector for cloud computing," PloS one, vol. 12, no. 3, pp. 1-16, 2017.
[26] F. Zhao, X. Koutsoukos, H. Haussecker, J. Reich, and P. Cheung, "Monitoring and fault diagnosis of hybrid systems," IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics), vol. 35, no. 6, pp. 1225-1240, 2005.
[27] F.-w. Wang, J.-y. Shi, and L. Wang, "Method of diagnostic tree design for system-level faults based on dependency matrix and fault tree," in 2011 IEEE 18th International Conference on Industrial Engineering and Engineering Management, Changchun, China, 2011: IEEE, pp. 1113-1117.
[28] W. D. Shambroom, "Use of protocol validation and verification techniques in the design of a fault-tolerant computer architecture," in FTCS-23 The Twenty-Third International Symposium on Fault-Tolerant Computing, Toulouse, France, 1993: IEEE, pp. 636-640.
[29] C. M. Dobre, F. Pop, A. Costan, M. I. Andreica, and V. Cristea, "Robust failure detection architecture for large scale distributed systems," in Proceedings of the 17th International Conference on Control Systems and Computer Science, Bucharest, Romania, 2009, vol. 1, pp. 433-440.
[30] X. Zhang, L. Luan, L. Han, and Z. Lu, "Research and Improvement on Failure Detection Algorithm," in 2008 Third International Conference on Pervasive Computing and Applications, Alexandria, 2008, vol. 1: IEEE, pp. 532-536.
[31] S. Costache, N. Parlavantzas, C. Morin, and S. Kortas, "On the use of a proportional-share market for application slo support in clouds," in European Conference on Parallel Processing, Berlin, Heidelberg, 2013: Springer, pp. 341-352.
[32] M. Mao and M. Humphrey, "A performance study on the vm startup time in the cloud," in 2012 IEEE Fifth International Conference on Cloud Computing, Honolulu, HI, USA, 2012: IEEE, pp. 423-430.
[33] T. L. Nguyen and A. Lebre, "Virtual machine boot time model," in 2017 25th Euromicro International Conference on Parallel, Distributed and Network-based Processing (PDP), St. Petersburg, Russia, 2017: IEEE, pp. 430-437.
[34] D. Trihinas, G. Pallis, and M. D. Dikaiakos, "Monitoring elastically adaptive multi-cloud services," IEEE Transactions on Cloud Computing, vol. 6, no. 3, pp. 800-814, 2015.
[35] Y. Wu, Y. Yuan, G. Yang, and W. Zheng, "An adaptive task-level fault-tolerant approach to Grid," The Journal of Supercomputing, vol. 51, no. 2, pp. 97-114, 2010.
[36] M. A. Rodriguez and R. Buyya, "Deadline based resource provisioningand scheduling algorithm for scientific workflows on clouds," IEEE transactions on cloud computing, vol. 2, no. 2, pp. 222-235, 2014.
[37] A. Singh. "Cloudsim Tutorials." https://www.cloudsimtutorials.online/ (accessed 18 Jan., 2022).
[38] S. A. Ali. "Re: How to get ready time of virtual machine in cloudsim?" https://www.researchgate.net/post/How_to_get_ready_time_of_virtual_machine_in_cloudsim/5af286c8c1c6b1aab443337e/citation/download (accessed 18 Jan., 2022).
[39] F. Lopez-Pires and B. Baran, "Virtual machine placement literature review," arXiv preprint arXiv:1506.01509, 2015.
[40] A. Alashaikh, E. Alanazi, and A. Al-Fuqaha, "A Survey on the Use of Preferences for Virtual Machine Placement in Cloud Data Centers," ACM Computing Surveys (CSUR), vol. 54, no. 5, pp. 1-39, 2021.
[41] S. Taherizadeh and V. Stankovski, "Dynamic multi-level auto-scaling rules for containerized applications," The Computer Journal, vol. 62, no. 2, pp. 174-197, 2019.
[42] K. Razavi, L. M. Razorea, and T. Kielmann, "Reducing vm startup time and storage costs by vm image content consolidation," in European Conference on Parallel Processing, Aachen, Germany, 2013: Springer, pp. 75-84.
[43] M. Schmidt, N. Fallenbeck, M. Smith, and B. Freisleben, "Efficient distribution of virtual machines for cloud computing," in 2010 18th Euromicro Conference on Parallel, Distributed and Network-based Processing, Pisa, Italy, 2010: IEEE, pp. 567-574.
[44] OpenStack. "Launch an instance from a volume." https://docs.openstack.org/nova/queens/user/launch-instance-from-volume.html (accessed 23 Jan., 2022).
[45] Y. Govindaraju, H. A. Duran-Limon, and E. Mezura-Montes, "A regression tree predictive model for virtual machine startup time in IaaS clouds," Cluster Computing, vol. 24, no. 2, pp. 1217-1233, 2021.
[46] C.-d. Lu, "Scalable diskless checkpointing for large parallel systems," 2005.
[47] W. Tarreau. "HAProxy Documentation." https://cbonte.github.io/haproxy-dconv/1.7/configuration.html#timeout%20server (accessed 26 Jan., 2022).
[48] S. Levine. "Configuring the Red Hat high availability add-on with Pacemaker - additional fencing configuration options." https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/configuring_the_red_hat_high_availability_add-on_with_pacemaker/s1-fencedevicesadditional-haar (accessed 26 Jan., 2022).
[49] M. Zahran, "Heterogeneous computing: Here to stay," Communications of the ACM, vol. 60, no. 3, pp. 42-45, 2017.
[50] H. Wu et al., "A reference model for virtual machine launching overhead," IEEE Transactions on Cloud Computing, vol. 4, no. 3, pp. 250-264, 2014.
[51] M. Bolte, M. Sievers, G. Birkenheuer, O. Niehörster, and A. Brinkmann, "Non-intrusive virtualization management using libvirt," in 2010 Design, Automation & Test in Europe Conference & Exhibition (DATE 2010), 2010: IEEE, pp. 574-579.
[52] D. Both, "Linux Boot and Startup," in Using and Administering Linux: Volume 1: Springer, 2020, pp. 451-490.
[53] Y.-L. Lee. Repository for experimental data related to average VM boot time. [Online]. Available: https://github.com/Ncu-software-research-center/NCU-VMDataset.git
[54] Q. Fu and L. White, "The impact of background traffic on TCP performance over indirect and direct routing," in The 8th International Conference on Communication Systems, 2002. ICCS 2002., 2002, vol. 1: IEEE, pp. 594-598.
[55] A. Munir et al., "Minimizing flow completion times in data centers," in 2013 Proceedings IEEE INFOCOM, 2013: IEEE, pp. 2157-2165.
[56] J. Álvarez Horcajo, D. López Pajares, I. Martinez Yelmo, J. A. Carral Pelayo, and J. M. Arco Rodríguez, "Improving multipath routing of TCP flows by network exploration," IEEE Access, vol. 7, pp. 13608-13621, 2019.
[57] A. Braccini, A. Del Bimbo, and E. Vicario, "Interprocess communication dependency on network load," IEEE transactions on software engineering, vol. 17, no. 4, p. 357, 1991.
[58] P. Mell and T. Grance, "The NIST definition of cloud computing," in "National Institute of Standards and Technology Special Publication 800-145," 2011.
[59] U. Parui and V. Sanil, "Introduction to Microsoft Azure," in Pro SQL Server Always On Availability Groups: Springer, 2016, pp. 277-281
[60] R. Hat. "Cloud Computing - What is PaaS?" https://www.redhat.com/en/topics/cloud-computing/what-is-paas (accessed 21 Feb., 2022).
[61] Z. Gao, C. Cecati, and S. X. Ding, "A survey of fault diagnosis and fault-tolerant techniques—Part I: Fault diagnosis with model-based and signal-based approaches," IEEE transactions on industrial electronics, vol. 62, no. 6, pp. 3757-3767, 2015.
[62] Z. Gao, C. Cecati, and S. X. Ding, "A survey of fault diagnosis and fault-tolerant techniques—Part II: Fault diagnosis with knowledge-based and hybrid/active approaches," IEEE Transactions on Industrial Electronics, vol. 62, no. 6, pp. 3768 - 3774, 2015.
[63] C. G. Bezerra, B. S. J. Costa, L. A. Guedes, and P. P. Angelov, "An evolving approach to unsupervised and real-time fault detection in industrial processes," Expert systems with applications, vol. 63, pp. 134-144, 2016.
[64] X. Zhang, L. Tang, and J. Decastro, "Robust fault diagnosis of aircraft engines: A nonlinear adaptive estimation-based approach," IEEE Transactions on Control Systems Technology, vol. 21, no. 3, pp. 861-868, 2012.
[65] M. Yu and D. Wang, "Model-based health monitoring for a vehicle steering system with multiple faults of unknown types," IEEE Transactions on industrial electronics, vol. 61, no. 7, pp. 3574-3586, 2013.
[66] Sematext. "Sematext Monitoring." https://sematext.com/docs/monitoring/#setting-up-monitoring-agents (accessed 21 Feb., 2022).
[67] AppDynamics. "Overview of End User Monitoring." https://docs.appdynamics.com/4.5.x/en/end-user-monitoring/overview-of-end-user-monitoring (accessed 21 Feb., 2022).
[68] Datadog. "Synthetic Monitoring." https://docs.datadoghq.com/synthetics/ (accessed 21 Feb., 2022).
[69] R. da Rosa Righi, V. F. Rodrigues, C. A. Da Costa, G. Galante, L. C. E. De Bona, and T. Ferreto, "Autoelastic: Automatic resource elasticity for high performance applications in the cloud," IEEE Transactions on Cloud Computing, vol. 4, no. 1, pp. 6-19, 2015.
[70] M. Ghobaei-Arani, A. Souri, T. Baker, and A. Hussien, "ControCity: an autonomous approach for controlling elasticity using buffer Management in Cloud Computing Environment," IEEE Access, vol. 7, pp. 106912-106924, 2019.
[71] C. Ferdinand and R. Heckmann, "ait: Worst-case execution time prediction by static program analysis," in Building the Information Society: Springer, 2004, pp. 377-383.
[72] V. Nitu et al., "Swift birth and quick death: Enabling fast parallel guest boot and destruction in the xen hypervisor," ACM SIGPLAN Notices, vol. 52, no. 7, pp. 1-14, 2017.
[73] H. Alwi, C. Edwards, and C. P. Tan, "Fault tolerant control and fault detection and isolation," in Fault Detection and Fault-Tolerant Control Using Sliding Modes: Springer, 2011, pp. 7-27.
[74] S. Senbel, "Teaching Self-Balancing Trees Using a Beauty Contest," in Proceedings of the 2019 ACM Conference on Innovation and Technology in Computer Science Education, 2019, pp. 245-246.
[75] S. U. Jan, Y. D. Lee, and I. S. Koo, "A distributed sensor-fault detection and diagnosis framework using machine learning," Information Sciences, vol. 547, pp. 777-796, 2021.
[76] D. Mohapatra, B. Subudhi, and R. Daniel, "Real-time sensor fault detection in tokamak using different machine learning algorithms," Fusion Engineering and Design, vol. 151, p. 111401, 2020.
[77] R. Luo, M. Misra, and D. M. Himmelblau, "Sensor fault detection via multiscale analysis and dynamic PCA," Industrial & Engineering Chemistry Research, vol. 38, no. 4, pp. 1489-1495, 1999.
指導教授 梁德容 王尉任(Deron Liang Wei-Jen Wang) 審核日期 2022-6-8
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明