当前位置:网站首页>Master Karnaugh map simplification in one minute
Master Karnaugh map simplification in one minute
2022-07-20 09:56:00 【Juanshi】
Recently, Karnaugh map simplification is needed , Although it's what I learned before , But it took a long time to understand ( Various explanations are too obscure ), This article is dedicated to helping you master Karnaugh map in the simplest way
First, the principle of Karnaugh map is explained , If you can read the form, you can read the Karnaugh map
The above figure lists several Kano drawing methods of terms ,0 and 1 Corresponding to the true value of the letter , For example (a) in
When we are drawing , Mark the terms existing in the formula 1, Nonexistent bullets 0, You have completed the form of Karnaugh map
The next step is Cycles of cyclic Karnaugh graphs , step :
1 Circle the only choice first ( Only such a circle , There is no way with others 1 Reorganize other circles )
2 Circle the largest circle ( There can be overlap )
3 Circle the remaining with the maximum and minimum circles “1”
ps: There can only be 2 Power “1”, That is to say 2,4,8..... In turn, let's say
(1) Two adjacent items
Only pay attention to the inside for 1 The can :
(a) Two from the inside “1”, Look at these two horizontally “1” All are A, Looking up, one is 00, One is 01
, There are
( Two C One positive and one negative offset ), So I got A
Look at the two upright “1”,A One positive and one negative offset , And shared leave
The end result is A +
Take another look at the picture below (b) Just give an example of the only horizontal group “1”, Look sideways, they share , Look up , What they all have in common is 0 Of D namely
, So the end result is
(2) Four adjacent items
4 Adjacent items and 2 There is no difference between adjacent items , In essence, it is still horizontal and vertical “1” The common letters inside
chart (c) The middle row of simplification is
chart (d) The middle circle inside is BD
(3)8 Adjacent items
8 And 4 Adjacent items and 2 There is no difference between adjacent items , In essence, it is still horizontal and vertical “1” The common letters inside
chart (a) The middle row of simplification is B
chart (d) The middle circle inside is
So to conclude :
If a circle is full of rows of Karnaugh map / Column , Then all the letters at the top are eliminated
If it's not full , Just take a look at the Karnaugh map “1” What are the letters of the common part , Both rows and columns should be looked at
In kanotou 0 and 1 The letters are / Not
边栏推荐
- 三极管串联线性稳压电路原理详解及Multisim仿真
- Vivado2018.2 version with PS side configuration (BD) when calling Modelsim simulation: (vlog-13006) could not find the package (sc_util_v1_0_3_pkg)
- Many new features of ktor2.0 were thought of a year ago and have been implemented in the project
- 提升开发效率的 Chrome 开发者工具快捷键参考
- TypeScript 中类型 any,void,unknown,never之间的区别
- 个人博客网站文章添加目录导航
- RTOS——RT-Thread Studio
- UltraEdit自动换行/制表符设置
- Detailed explanation of tunnel and agent usage in SSH protocol
- What about the software problem of Quanzhi a40i network card
猜你喜欢
基于飞凌NXP i.MX6ULL的无线网络测试
Mysql45 talking about reading notes line lock (7)
Summary of errors reported during compilation of vivado2020
The paper interprets beyond self attention: external attention using two linear layers for visual tasks
Intelligent gateway based on Ruixin micro 3568 core board
Secure Code Warrlor学习记录(三)
Secure Code Warrlor学习记录(四)
使用小技巧(一)
Interpretation of the paper: Transformers make strong encoders for medical image segmentation
Vivado2018.2 version with PS side configuration (BD) when calling Modelsim simulation: (vlog-13006) could not find the package (sc_util_v1_0_3_pkg)
随机推荐
How to understand the freezing network parameters in the mindscore official website tutorial? Can you explain it?
Xilinx 7 Series primitive use (clock related) - (I)
Vulnhub target jangow: 1.0.1
Ktor2.0很多新特性,我们一年前就想到了,并已落实在项目中
【HAL库】串口通信
Evaluate reading and writing speed and network of Reza rz/g2l storage
Vulnhub target earth
TypeScript 之泛型
最小二乘法线性拟合及其代码实现(C语言)
Intelligent gateway based on Ruixin micro 3568 core board
Redux 主要知识学习总结
Ktor 2.0? Half fragrant embarrassment
Program verification of one-dimensional wavelet transform based on cyclic convolution (C language)
SCU of zynq ARM core
Allegro添加Drill Legend时不能显示Drill Legend信息之问题
瑞萨G2L核心板及开发板上手评测
【Vscode配置Markdown环境】亲测好用~
Code audit system
Vivado2018.2 error reporting and solution records
个人博客网站文章添加目录导航