الالكترونيات الصناعية

center of average

مركز المتوسط: طريقة بسيطة وفعالة لـ إزالة التغشية في المنطق الضبابي

في عالم أنظمة المنطق الضبابي، تلعب إزالة التغشية دورًا حاسمًا في تحويل الإخراج الضبابي (المُمثّل بمجموعة من المجموعات الضبابية مع درجات العضوية الخاصة بها) إلى إخراج حاد وقيمة واحدة. واحدة من أساليب إزالة التغشية الشائعة والواسعة الانتشار هي **مركز المتوسط (COA)**، المعروف أيضًا باسم **طريقة المركز**.

كيفية عمل مركز المتوسط:

تُطبق طريقة COA على مبدأ بسيط: فهي تحسب المتوسط المرجّح لمراكز المجموعات الضبابية، مع استخدام شدات الإطلاق كأوزان. في جوهرها، تسعى طريقة COA إلى "مركز ثقل" توزيع الإخراج الضبابي.

الخطوات المُشاركة:

  1. تحديد المجموعات الضبابية: تتمثل الخطوة الأولى في تحديد المجموعات الضبابية الموجودة في الإخراج الضبابي. تُمثل هذه المجموعات قيمًا مختلفة محتملة للمتغير المُخرَج، كل منها بدرجة عضوية (شدة إطلاق) تُشير إلى مدى أهميتها بالنسبة للدخل الحالي.

  2. تحديد مركز كل مجموعة ضبابية: بالنسبة لكل مجموعة ضبابية، يتم تحديد "مركزها". عادةً ما يُطابق هذا المركز نقطة المنتصف لدالة عضوية المجموعة الضبابية، مُمثلاً القيمة الأكثر احتمالًا المرتبطة بهذه المجموعة.

  3. حساب المتوسط المرجّح: تُشكل الخطوة الأخيرة حساب المتوسط المرجّح لمراكز جميع المجموعات الضبابية. يُستخدم وزن كل مركز كمُقابل لشدة إطلاقه.

التعبير الرياضي:

لنفترض:

  • µi هي شدة إطلاق المجموعة الضبابية i.
  • ci هو مركز المجموعة الضبابية i.
  • n هو العدد الإجمالي للمجموعات الضبابية.

يُحَسّب مركز المتوسط (COA) كالتالي:

COA = (Σ(µi * ci)) / (Σµi)

مزايا مركز المتوسط:

  • البساطة: تتمتع طريقة COA ببساطة حسابية سهلة التطبيق.
  • سهولة الفهم: إن مفهوم البحث عن "مركز ثقل" توزيع الإخراج الضبابي سهل الفهم والتفسير.
  • التطبيق الواسع: تُناسب طريقة COA مجموعة واسعة من أنظمة المنطق الضبابي والتطبيقات.

عيوب مركز المتوسط:

  • الحساسية للقيم الشاذة: إذا كان لِمجموعة ضبابية ذات شدة إطلاق منخفضة مركزًا مختلفًا بشكل كبير، فقد يُؤثّر ذلك بشكل غير متناسب على الإخراج النهائي.
  • عدم الدقة دائمًا: تفترض طريقة COA توزيعًا متماثلًا وحيد النمط للإخراج الضبابي، وهو ما قد لا يكون صحيحًا دائمًا.

ملخص:

تُعد طريقة مركز المتوسط (COA) تقنية قوية وواسعة الانتشار لإزالة التغشية، وتُقدم نهجًا بسيطًا وفعالًا لتحويل الإخراج الضبابي إلى قيم حادة. على الرغم من بعض القيود، لا سيما فيما يتعلق بحساسية القيم الشاذة، إلا أنّ سهولة تنفيذها وطبيعتها البديهية تجعلها خيارًا شائعًا في العديد من تطبيقات المنطق الضبابي.

ملاحظة: يُعد مركز المتوسط مجرد واحد من بين العديد من أساليب إزالة التغشية. تُقدم أساليب أخرى، مثل **متوسط القيم القصوى (MOM)** و **المتوسط المرجّح (WA)**، نهوجًا بديلة مع مزايا وعيوب مميزة. غالبًا ما يعتمد اختيار طريقة إزالة التغشية على التطبيق المحدد وخصائص الإخراج الضبابي.


Test Your Knowledge

Quiz: Center of Average (COA) Defuzzification

Instructions: Choose the best answer for each question.

1. What is the primary function of defuzzification in fuzzy logic systems?

a) Converting crisp inputs to fuzzy sets.

Answer

Incorrect. This describes fuzzification, the opposite process of defuzzification.

b) Transforming a fuzzy output into a single crisp value.

Answer

Correct. This is the primary purpose of defuzzification.

c) Determining the membership degrees of fuzzy sets.

Answer

Incorrect. This is related to the membership function, not defuzzification.

d) Combining fuzzy rules to produce a fuzzy output.

Answer

Incorrect. This describes the inference process, not defuzzification.

2. What is the principle behind the Center of Average (COA) defuzzification method?

a) Calculating the average of all fuzzy set centers.

Answer

Incorrect. It's a weighted average, not a simple average.

b) Selecting the fuzzy set with the highest membership degree.

Answer

Incorrect. This describes the "Max" defuzzification method.

c) Calculating the weighted average of fuzzy set centers based on their firing strengths.

Answer

Correct. This is the core concept of the COA method.

d) Finding the center of the largest fuzzy set.

Answer

Incorrect. The COA method considers all fuzzy sets, not just the largest one.

3. Which of the following is NOT an advantage of the Center of Average (COA) method?

a) Simplicity of implementation.

Answer

Incorrect. The COA method is indeed simple to implement.

b) Wide applicability across fuzzy systems.

Answer

Incorrect. The COA method is widely used in various fuzzy systems.

c) High accuracy even with non-symmetric or multimodal fuzzy outputs.

Answer

Correct. The COA method can struggle with non-symmetric or multimodal outputs.

d) Intuitiveness of the "center of gravity" concept.

Answer

Incorrect. The "center of gravity" concept is easy to understand.

4. What is a potential disadvantage of the COA method?

a) It is computationally complex.

Answer

Incorrect. The COA method is computationally straightforward.

b) It can be sensitive to outliers in the fuzzy output.

Answer

Correct. Outliers with low firing strengths but significantly different centers can distort the result.

c) It is not suitable for applications with continuous fuzzy outputs.

Answer

Incorrect. The COA method works with both continuous and discrete fuzzy outputs.

d) It requires a predefined set of fuzzy rules.

Answer

Incorrect. The COA method is independent of the fuzzy rule base.

5. Which of the following scenarios would make the COA method less suitable?

a) A fuzzy output with a single, unimodal distribution.

Answer

Incorrect. This is ideal for the COA method.

b) A fuzzy output with several fuzzy sets having similar firing strengths.

Answer

Incorrect. This scenario doesn't pose a major issue for the COA method.

c) A fuzzy output with a highly skewed distribution.

Answer

Correct. Skewed distributions can make the COA result less representative.

d) A fuzzy output with a small number of fuzzy sets.

Answer

Incorrect. The number of fuzzy sets doesn't inherently make the COA method less suitable.

Exercise: Calculating the Center of Average

Problem: You have a fuzzy output with three fuzzy sets: "Low", "Medium", and "High". Their centers are 10, 50, and 90, respectively. Their corresponding firing strengths are 0.2, 0.7, and 0.1, respectively. Calculate the Center of Average (COA) for this fuzzy output.

Exercise Correction

Using the formula for the Center of Average (COA): ``` COA = (Σ(µi * ci)) / (Σµi) ``` We have: * µ1 (Low) = 0.2, c1 (Low) = 10 * µ2 (Medium) = 0.7, c2 (Medium) = 50 * µ3 (High) = 0.1, c3 (High) = 90 Therefore: COA = (0.2 * 10 + 0.7 * 50 + 0.1 * 90) / (0.2 + 0.7 + 0.1) COA = (2 + 35 + 9) / 1 COA = **46** The Center of Average for this fuzzy output is **46**.


Books

  • Fuzzy Sets, Fuzzy Logic, and Fuzzy Systems: Theory and Applications by George J. Klir and Bo Yuan: A comprehensive text covering various aspects of fuzzy logic, including defuzzification methods. This book provides a detailed explanation of the COA method and its mathematical basis.
  • Fuzzy Logic with Engineering Applications by Timothy J. Ross: This book offers a practical approach to fuzzy logic, discussing the Center of Average method within the context of real-world engineering applications.
  • Fuzzy Logic and Soft Computing: Foundations, Techniques, and Applications by Lotfi A. Zadeh and J. Kacprzyk: A collection of articles exploring fuzzy logic and its applications. This book contains insights into the theoretical foundations of defuzzification techniques, including the Center of Average.

Articles

  • Defuzzification Methods in Fuzzy Control Systems by Hung T. Nguyen and Elbert Walker: A review article comparing different defuzzification methods, including the Center of Average, and highlighting their advantages and disadvantages.
  • A Comparative Study of Different Defuzzification Methods in Fuzzy Control Systems by B.K. Panigrahi, G. Panda, and S.K. Jena: A research paper analyzing the performance of various defuzzification methods, including the Center of Average, in different fuzzy control scenarios.
  • Fuzzy Logic Control: A Tutorial by Bart Kosko: An introductory article explaining the basic concepts of fuzzy logic control, including defuzzification methods, with a focus on the Center of Average.

Online Resources

  • Fuzzy Logic Tutorial - Defuzzification: A detailed online tutorial covering the Center of Average method, its steps, advantages, and disadvantages.
  • Defuzzification Methods in Fuzzy Logic: A website providing a comprehensive overview of defuzzification methods in fuzzy logic, including the Center of Average, with illustrative examples.
  • Fuzzy Logic - Defuzzification: An online resource offering a concise explanation of the Center of Average method, its mathematical formulation, and its application in fuzzy logic.

Search Tips

  • "Center of Average" fuzzy logic: A basic search term to find relevant resources on the topic.
  • "Centroid method" fuzzy logic: Another common name for the Center of Average method, which can be used to broaden your search results.
  • "Defuzzification methods" fuzzy logic: Use this to discover a wider range of defuzzification techniques and their comparisons with the Center of Average.
  • "Fuzzy logic applications" + "Center of Average": This search helps you find examples of how the Center of Average method is applied in various fields.

Techniques

None

مصطلحات مشابهة
الالكترونيات الاستهلاكيةتوليد وتوزيع الطاقةمعالجة الإشاراتهندسة الحاسوبالكهرومغناطيسيةالالكترونيات الصناعية

Comments


No Comments
POST COMMENT
captcha
إلى