CN112163302B - Construction method of non-isomorphic graph for single-switch DC converter based on vertex prime degree - Google Patents
Construction method of non-isomorphic graph for single-switch DC converter based on vertex prime degree Download PDFInfo
- Publication number
- CN112163302B CN112163302B CN202010838848.7A CN202010838848A CN112163302B CN 112163302 B CN112163302 B CN 112163302B CN 202010838848 A CN202010838848 A CN 202010838848A CN 112163302 B CN112163302 B CN 112163302B
- Authority
- CN
- China
- Prior art keywords
- edge
- prime
- vertices
- graph
- condition
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/10—Geometric CAD
- G06F30/18—Network design, e.g. design based on topological or interconnect aspects of utility systems, piping, heating ventilation air conditioning [HVAC] or cabling
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Geometry (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Analysis (AREA)
- Computational Mathematics (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Computer Hardware Design (AREA)
- Evolutionary Computation (AREA)
- General Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Supply And Distribution Of Alternating Current (AREA)
- Dc-Dc Converters (AREA)
Abstract
本发明公开了一种基于顶点素数度的单开关直流变换器非同构图构建方法,包括:给定变换器拓扑图的顶点个数、边类型、每种边类型的数量;将顶点连接的边数量、边类型对变换器结构的综合影响转化为顶点素数度;运用素数度不相同的顶点筛选条件、素数度相同的顶点但其邻接顶点素数度不相同筛选条件对顶点筛选,从筛选出的顶点中构建新的边;运用新构成的边未存在图中筛选条件对边筛选,将筛选出的边添加进图;运用新加入的边非最后一条边筛选条件循环上述过程,得到变换器所有拓扑的非同构图。该方法可以用于构建给定边类型及每种边类型数量的变换器所有拓扑的非同构图,并可应用于可编程直流变换器拓扑初始化搜索中,提高算法运行效率。
The invention discloses a method for constructing a non-isomorphic graph of a single-switch DC converter based on the prime degree of vertices. The comprehensive influence of the quantity and edge type on the transformer structure is converted into the prime degree of vertices; the vertices are screened by using the filter conditions of vertices with different prime degrees, and the filters of vertices with the same prime degree but different prime degrees of adjacent vertices. Construct a new edge from the vertex; filter the edge by using the filter condition that the newly formed edge does not exist in the graph, and add the filtered edge into the graph; use the filter condition that the newly added edge is not the last edge to loop through the above process to obtain all Non-isomorphic graphs of topology. This method can be used to construct non-isomorphic graphs of all converter topologies with a given edge type and the number of each edge type, and can be applied to the topology initialization search of programmable DC converters to improve the operating efficiency of the algorithm.
Description
技术领域technical field
本发明涉及电力电子拓扑设计技术领域,特别涉及一种基于顶点素数度的单开关直流变换器非同构图构建方法。The invention relates to the technical field of power electronics topology design, in particular to a method for constructing a non-isomorphic graph of a single-switch DC converter based on the vertex prime degree.
背景技术Background technique
非同构图是具有相同结构参数(顶点个数、边类型、每种边类型的数量),但边的连接方式却不相同的图,其包含了所有不同结构的图,因而在机械设计、电网络拓扑设计、计算机视觉处理、模式识别等领域具有广泛的应用价值。Non-isomorphic graphs are graphs with the same structural parameters (number of vertices, edge types, and number of each edge type), but the connections of edges are different. It includes graphs with all different structures, so in mechanical design, electrical It has wide application value in network topology design, computer vision processing, pattern recognition and other fields.
非同构图问题是图论理论中的诸多难题之一,目前大部分的研究是针对于非同构图的判别方法,主要包括:顶点顺序交换法、顶点度数序列法、基于搜索的算法。这些方法从不同角度对图的判定展开了研究,在判定过程中能够体现各自优势。但同时也有不足之处,要么方法只能针对特许图进行判定,要么方法判定速度较慢。且上述方法均是对于给定的图进行非同构图判别,并不能够实现非同构图构建,因而提出一种非同构图的构建方法很有必要。The problem of non-isomorphic graphs is one of many difficult problems in graph theory. At present, most of the research is aimed at the identification methods of non-isomorphic graphs, mainly including: vertex order exchange method, vertex degree sequence method, and search-based algorithms. These methods study the judgment of graphs from different angles, and can reflect their respective advantages in the judgment process. But at the same time, there are also shortcomings, either the method can only be judged for the franchise graph, or the method is slow in judging. Moreover, the above-mentioned methods are all for discriminating non-isomorphic graphs for a given graph, and cannot realize the construction of non-isomorphic graphs. Therefore, it is necessary to propose a method for constructing non-isomorphic graphs.
发明内容Contents of the invention
本发明旨在至少在一定程度上解决相关技术中的技术问题之一。The present invention aims to solve one of the technical problems in the related art at least to a certain extent.
为此,本发明的目的在于提出一种基于顶点素数度的单开关直流变换器非同构图构建方法,可以用于构建给定边类型及每种边类型数量的单开关非隔离型直流变换器所有拓扑的非同构图,并且可应用于可编程直流变换器拓扑初始化搜索中,提高算法运行效率。For this reason, the object of the present invention is to propose a method for constructing a non-isomorphic graph of a single-switch DC converter based on the prime degree of a vertex, which can be used to build a single-switch non-isolated DC converter with a given edge type and the number of each edge type Non-isomorphic graphs of all topologies, and can be applied to the initialization search of programmable DC converter topologies to improve the operating efficiency of algorithms.
为达到上述目的,本发明实施例提出了一种基于顶点素数度的单开关直流变换器非同构图构建方法,包括以下步骤:设定直流变换器拓扑图的顶点、边类型和每种边类型的数量;将顶点连接的边数量对变换器结构的影响转化为素数,并生成第一表;将顶点连接的边类型对变换器结构的影响转化为素数,并生成第二表;将所述第一表和所述第二表对变换器结构的综合影响转化为顶点素数度,以生成第三表;利用预设的第一条件对所述第三表进行顶点筛选,以生成表第一第四子表和第二第四子表;利用预设的第二条件从所述第一第四子表和所述第二第四子表构成的边中筛选出新加入图的边,以生成第五表;利用预设的第三条件循环所述第一表至所述第五表的过程,以生成直流变换器所有拓扑的非同构图的第六表。In order to achieve the above purpose, the embodiment of the present invention proposes a single-switch DC converter non-isomorphic graph construction method based on vertex prime degree, including the following steps: setting the vertices, edge types and each edge type of the DC converter topology graph The number of the number of vertices connected to the converter structure of the number of edges into a prime number, and generate the first table; the edge type of the vertices connected to the impact of the transformer structure into a prime number, and generate a second table; said The comprehensive influence of the first table and the second table on the structure of the converter is converted into a vertex prime number to generate a third table; the third table is screened for vertices by using the preset first condition to generate the first table The fourth sub-table and the second and fourth sub-tables; use the preset second condition to filter out the edges newly added to the graph from the edges formed by the first and fourth sub-tables and the second and fourth sub-tables, so as to generating a fifth table; using a preset third condition to cycle through the process from the first table to the fifth table to generate a sixth table of non-isomorphic graphs of all topologies of DC converters.
本发明实施例的基于顶点素数度的单开关直流变换器非同构图构建方法,基于顶点素数度实现对单开关非隔离型直流变换器拓扑非同构图构建,将顶点连接边的数量、边类型对变换器结构带来的影响综合考虑,得到给定边类型及每种边类型数量的单开关非隔离型直流变换器所有拓扑的非同构图,便于研究人员对单开关非隔离型直流变换器新型结构或者对结构性能进行总结分析。The method for constructing a non-isomorphic graph of a single-switch DC converter based on the prime degree of the vertex in the embodiment of the present invention realizes the construction of a topological non-isomorphic graph of a single-switch non-isolated DC converter based on the prime degree of the vertex, and the number and type of edges connected to the vertices Considering the impact of the converter structure comprehensively, the non-isomorphic graphs of all topologies of single-switch non-isolated DC converters with a given side type and the number of each side type are obtained, which is convenient for researchers to study the single-switch non-isolated DC converter New structure or summary analysis of structural performance.
另外,根据本发明上述实施例的基于顶点素数度的单开关直流变换器非同构图构建方法还可以具有以下附加的技术特征:In addition, the non-isomorphic graph construction method for a single-switch DC converter based on the vertex prime degree according to the above-mentioned embodiments of the present invention may also have the following additional technical features:
进一步地,在本发明的一个实施例中,所述边类型包含变换器拓扑结构中边类型均相同的情况。Further, in an embodiment of the present invention, the edge types include the case that all edge types in the converter topology are the same.
进一步地,在本发明的一个实施例中,所述边类型用数字编号进行区分,其中,对于类型不相同的边,用不同数字编号;对于类型均相同的边,用相同数字编号。Further, in an embodiment of the present invention, the types of edges are distinguished by numbers, wherein edges of different types are numbered with different numbers; edges of the same type are numbered with the same number.
进一步地,在本发明的一个实施例中,所述预设的第一条件为素数度不相同的顶点筛选条件、素数度相同的顶点但其邻接顶点素数度不相同筛选条件。Further, in an embodiment of the present invention, the preset first condition is a filter condition for vertices with different prime degrees, and a filter condition for vertices with the same prime degree but adjacent vertices with different prime degrees.
进一步地,在本发明的一个实施例中,所述预设的第二条件为新构成的边未存在图中筛选条件。Further, in an embodiment of the present invention, the preset second condition is a filter condition that newly formed edges do not exist in the graph.
进一步地,在本发明的一个实施例中,所述预设的第三条件为新加入的边非最后一条边筛选条件。Further, in an embodiment of the present invention, the preset third condition is a filter condition that a newly added edge is not the last edge.
本发明附加的方面和优点将在下面的描述中部分给出,部分将从下面的描述中变得明显,或通过本发明的实践了解到。Additional aspects and advantages of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
附图说明Description of drawings
本发明上述的和/或附加的方面和优点从下面结合附图对实施例的描述中将变得明显和容易理解,其中:The above and/or additional aspects and advantages of the present invention will become apparent and easy to understand from the following description of the embodiments in conjunction with the accompanying drawings, wherein:
图1为根据本发明实施例的基于顶点素数度的单开关直流变换器非同构图构建方法的流程图;1 is a flow chart of a method for constructing a non-isomorphic graph of a single-switch DC converter based on a vertex prime degree according to an embodiment of the present invention;
图2为根据本发明实施例的基于顶点素数度的单开关直流变换器非同构图构建方法第一条件筛选的流程图;Fig. 2 is a flow chart of the first condition screening of the non-isomorphic graph construction method of a single-switch DC converter based on the vertex prime degree according to an embodiment of the present invention;
图3为根据本发明实施例的基于顶点素数度的单开关直流变换器非同构图构建方法第二条件筛选的流程图;Fig. 3 is a flow chart of the second conditional screening of the non-isomorphic graph construction method of a single-switch DC converter based on the vertex prime degree according to an embodiment of the present invention;
图4为根据本发明实施例的基于顶点素数度的单开关直流变换器非同构图构建方法第三条件筛选的流程图;Fig. 4 is a flow chart of the third condition screening of the non-isomorphic graph construction method of the single-switch DC converter based on the vertex prime degree according to an embodiment of the present invention;
图5为根据本发明实施例的顶点连接的边数量和边类型的示意图;5 is a schematic diagram of the number of edges and edge types connected by vertices according to an embodiment of the present invention;
图6为根据本发明实施例的将边添加到图5中构成2种结构生成第五表的示意图;FIG. 6 is a schematic diagram of adding edges to FIG. 5 to form two structures to generate a fifth table according to an embodiment of the present invention;
图7为根据本发明实施例的基于顶点素数度的单开关直流变换器非同构图构建方法对表A中单开关非隔离型直流变换器拓扑结构参数(顶点个数、边类型、每种边类型的数量)进行计算机初始化搜索得到的所有非同构图;Fig. 7 is a single-switch DC converter non-isomorphic graph construction method based on the vertex prime degree according to an embodiment of the present invention. The number of types) all non-isomorphic graphs obtained by computer initialization search;
图8为根据本发明实施例的给定变换器拓扑图的顶点个数为4,边类型为开关器件、电感、电容、输入电压源、输出电压源,每种边类型的数量为1、1、1、1、1的单开关非隔离型直流变换器拓扑所有非同构图。Fig. 8 is a topological diagram of a given converter according to an embodiment of the present invention, the number of vertices is 4, the edge types are switching devices, inductors, capacitors, input voltage sources, and output voltage sources, and the number of each edge type is 1, 1 , 1, 1, 1 All non-isomorphic graphs of the single-switch non-isolated DC converter topology.
具体实施方式Detailed ways
下面详细描述本发明的实施例,所述实施例的示例在附图中示出,其中自始至终相同或类似的标号表示相同或类似的元件或具有相同或类似功能的元件。下面通过参考附图描述的实施例是示例性的,旨在用于解释本发明,而不能理解为对本发明的限制。Embodiments of the present invention are described in detail below, examples of which are shown in the drawings, wherein the same or similar reference numerals designate the same or similar elements or elements having the same or similar functions throughout. The embodiments described below by referring to the figures are exemplary and are intended to explain the present invention and should not be construed as limiting the present invention.
下面参照附图描述根据本发明实施例提出的基于顶点素数度的单开关直流变换器非同构图构建方法。The method for constructing a non-isomorphic graph of a single-switch DC converter based on the prime degree of a vertex according to an embodiment of the present invention will be described below with reference to the accompanying drawings.
图1是本发明一个实施例的基于顶点素数度的单开关直流变换器非同构图构建方法的流程图。Fig. 1 is a flowchart of a method for constructing a non-isomorphic graph of a single-switch DC converter based on the prime degree of a vertex according to an embodiment of the present invention.
如图1所示,该基于顶点素数度的单开关直流变换器非同构图构建方法包括以下步骤:As shown in Figure 1, the non-isomorphic graph construction method of the single-switch DC converter based on the vertex prime degree includes the following steps:
在步骤S101中,设定直流变换器拓扑图的顶点、边类型和每种边类型的数量。In step S101, vertices, edge types and the number of each edge type of the DC converter topology graph are set.
其中,顶点个数为变换器拓扑节点个数,边类型为变换器拓扑边连接的器件类型,每种边类型的数量为每种器件类型的数量。Among them, the number of vertices is the number of converter topology nodes, the edge type is the device type connected by the converter topology edge, and the number of each edge type is the number of each device type.
在本发明的一个实施例中,边类型包含变换器拓扑结构中边类型均相同的情况,此时可视为不考虑边类型,也即本发明实施例的方法同样适用于构建不考虑边类型时的非同构图。In one embodiment of the present invention, the edge type includes the case that the edge types in the converter topology are the same, and at this time it can be regarded as regardless of the edge type, that is, the method of the embodiment of the present invention is also applicable to constructing the edge type regardless of the edge type Non-isomorphic graphs when .
进一步地,在本发明的一个实施例中,边类型可以用数字编号进行区分;对于类型不相同的边,可以用不同数字编号;对于类型均相同的边,可以用相同数字编号,比如用数字1编号。Further, in one embodiment of the present invention, edge types can be distinguished by numbers; for edges of different types, different numbers can be used; for edges of the same type, the same numbers can be used, such as
在步骤S102中,将顶点连接的边数量对变换器结构的影响转化为素数,并生成第一表。In step S102, the influence of the number of edges connected by vertices on the transformer structure is converted into prime numbers, and a first table is generated.
其中,第一表可以用表1表示。Wherein, the first table can be represented by Table 1.
在步骤S103中,将顶点连接的边类型对变换器结构的影响转化为素数,并生成第二表。In step S103, the influence of the edge type of the vertex connection on the transformer structure is converted into a prime number, and a second table is generated.
其中,第二表可以用表2表示。Wherein, the second table can be represented by Table 2.
在步骤S104中,将第一表和第二表对变换器结构的综合影响转化为顶点素数度,以生成第三表。In step S104, the comprehensive influence of the first table and the second table on the structure of the transformer is converted into a vertex prime number degree to generate a third table.
其中,第三表可以用表3表示。Wherein, the third table can be represented by Table 3.
在步骤S105中,利用预设的第一条件对第三表进行顶点筛选,以生成表第一第四子表和第二第四子表。In step S105, the vertex screening is performed on the third table by using the preset first condition to generate the first and fourth sub-tables and the second and fourth sub-tables.
其中,第一第四子表和第二第四子表可以用于表4-1、表4-2表示。Wherein, the first and fourth sub-tables and the second and fourth sub-tables can be represented in Table 4-1 and Table 4-2.
在本发明的一个实施例中,如图2所示,预设的第一条件可以为素数度不相同的顶点筛选条件、素数度相同的顶点但其邻接顶点素数度不相同筛选条件。In an embodiment of the present invention, as shown in FIG. 2 , the preset first condition may be a filter condition for vertices with different prime degrees, and a filter condition for vertices with the same prime degree but adjacent vertices with different prime degrees.
在步骤S106中,利用预设的第二条件从第一第四子表和第二第四子表构成的边中筛选出新加入图的边,以生成第五表。In step S106, the edges newly added to the graph are screened out from the edges formed by the first and fourth sub-tables and the second and fourth sub-tables by using a preset second condition, so as to generate a fifth table.
其中,第五表可以用表5表示。Wherein, the fifth table can be represented by Table 5.
在本发明的一个实施例中,如图3所示,预设的第二条件可以为新构成的边未存在图中筛选条件。In an embodiment of the present invention, as shown in FIG. 3 , the preset second condition may be a filter condition that newly formed edges do not exist in the graph.
在步骤S107中,利用预设的第三条件循环第一表至第五表的过程,以生成直流变换器所有拓扑的非同构图的第六表。In step S107 , the process from the first table to the fifth table is cycled through the preset third condition to generate a sixth table of non-isomorphic graphs of all topologies of DC converters.
其中,第六表可以用表6表示。可以理解的是,循环第一表至第五表的过程即为循环执行步骤S102-步骤S106的过程。Wherein, the sixth table can be represented by Table 6. It can be understood that the process of looping the first table to the fifth table is a process of looping steps S102 to S106.
在本发明的一个实施例中,如图4所示,预设的第三条件可以为新加入的边非最后一条边筛选条件。In an embodiment of the present invention, as shown in FIG. 4 , the preset third condition may be a filtering condition for a newly added edge that is not the last edge.
需要说明的是,同构图是指对于图G(V,E)和图G1(V1,E1),V是顶点集,E是边集,存在一个双射函数f,V→V1,使得图G(V,E)任意两个存在连接的顶点v1,v2∈V,均有f(v1),f(v2)在图G1中也存在连接,则图G1(V1,E1)是图G(V,E)同构图;非同构图,是指对于G(V,E)和图G1(V1,E1)来说,图G1(V1,E1)不是G(V,E)的同构图。It should be noted that an isomorphic graph refers to a graph G(V,E) and a graph G 1 (V 1 ,E 1 ), V is a vertex set, E is an edge set, and there is a bijective function f, V→V 1 , so that any two connected vertices v 1 , v 2 ∈ V in graph G(V,E) have f(v 1 ), f(v 2 ) also have connections in graph G 1 , then graph G 1 (V 1 ,E 1 ) is an isomorphic graph of graph G(V,E); non-isomorphic graph means that for G(V,E) and graph G 1 (V 1 ,E 1 ), graph G 1 (V 1 ,E 1 ) is not an isomorphic graph of G(V,E).
进一步地,本发明实施例所提出的一种基于顶点素数度的单开关直流变换器非同构图构建方法,可以用于构建给定边类型及每种边类型数量的单开关非隔离型直流变换器所有拓扑的非同构图。Furthermore, a non-isomorphic graph construction method for a single-switch DC converter based on the vertex prime degree proposed by the embodiment of the present invention can be used to construct a single-switch non-isolated DC converter with a given edge type and the number of each edge type A non-isomorphic graph of all topologies of the device.
下面结合一个具体实施例对本发明实施例的一种基于顶点素数度的单开关直流变换器非同构图构建方法进行验证,具体包括:A method for constructing a non-isomorphic graph of a single-switch DC converter based on the vertex prime degree of the embodiment of the present invention is verified below in combination with a specific embodiment, which specifically includes:
步骤1):设定变换器拓扑图的顶点个数为4,边类型为开关器件、电感、电容、输入电压源、输出电压源,如表A所示,每种边类型的数量为1、1、1、1、1,其中,表A为根据本发明一个实施例的单开关非隔离型直流变换器拓扑结构参数表。Step 1): Set the number of vertices of the converter topology graph to 4, and the edge types are switching devices, inductors, capacitors, input voltage sources, and output voltage sources. As shown in Table A, the number of each edge type is 1, 1, 1, 1, 1, wherein Table A is a table of topology parameters of a single-switch non-isolated DC converter according to an embodiment of the present invention.
表ATable A
步骤2):将图5中顶点连接的边数量对变换器结构的影响转化为素数,得到表1。Step 2): Convert the influence of the number of edges connected by vertices on the transformer structure in Figure 5 into a prime number, and get Table 1.
步骤3)将图5中顶点连接的边类型对变换器结构的影响转化为素数,得到表2。Step 3) Convert the influence of the edge types connected by vertices on the transformer structure in Figure 5 into prime numbers, and get Table 2.
步骤4):将表1、表2对变换器结构的综合影响转化为顶点素数度,得到表3。Step 4): Convert the comprehensive influence of Table 1 and Table 2 on the converter structure into the degree of vertex prime, and get Table 3.
步骤5):运用第一条件对表3中顶点进行筛选,首先对素数度不相同的顶点筛选,进一步对素数度相同的顶点其邻接顶点素数度不相同筛选,得到表4-1、表4-2。Step 5): Use the first condition to filter the vertices in Table 3, firstly filter the vertices with different prime degrees, and further filter the vertices with the same prime degree and their adjacent vertices with different prime degrees, and get Table 4-1 and Table 4 -2.
步骤6):运用第二条件依次从表4-1、表4-2中选取新的边,对未使用的边筛选,然后将这些边添加到图5中构成2种结构,生成表5,如图6所示。Step 6): Use the second condition to select new edges from Table 4-1 and Table 4-2 in turn, filter the unused edges, and then add these edges to Figure 5 to form two structures, and generate Table 5, As shown in Figure 6.
步骤7):运用第三条件循环表1-表5的过程,也即对新加入的边非最后一条边筛选,可得到含有30种非同构图结构的表6,如表B所示。Step 7): Using the process of looping Table 1-Table 5 with the third condition, that is, screening the newly added edge but not the last edge, Table 6 containing 30 non-isomorphic graph structures can be obtained, as shown in Table B.
表BForm B
将单开关非隔离型直流变换器拓扑非同构图构建结果表B转化为非同构图,如图7所示。通过将图7所示的直流变换器拓扑非同构图和图8所示的非同构图进行对比可以发现,经过本发明实施例所提出的一种基于顶点素数度的单开关直流变换器非同构图构建方法使用计算机程序执行后,能够得到30种非同构图,验证了本发明实施例所提出的一种基于顶点素数度的单开关直流变换器非同构图构建方法的正确性。The construction result table B of the topological non-isomorphic graph of the single-switch non-isolated DC converter is transformed into a non-isomorphic graph, as shown in Figure 7. By comparing the topological non-isomorphic graph of the DC converter shown in Figure 7 with the non-isomorphic graph shown in Figure 8, it can be found that a single-switch DC converter based on the vertex prime degree proposed by the embodiment of the present invention is non-isomorphic After the computer program is used to execute the composition construction method, 30 non-isomorphic diagrams can be obtained, which verifies the correctness of the non-isomorphic diagram construction method of a single-switch DC converter based on the vertex prime degree proposed by the embodiment of the present invention.
综上,通过该具体实施例的验证,证明了所提出的一种基于顶点素数度的单开关直流变换器非同构图构建方法能够构建给定边类型及每种边类型数量的单开关非隔离型直流变换器所有拓扑的非同构图。In summary, through the verification of this specific embodiment, it is proved that the proposed method for constructing a non-isomorphic graph of a single-switch DC converter based on the vertex prime degree can construct a single-switch non-isolated graph with a given edge type and the number of each edge type. Non-isomorphic graphs for all topologies of DC-DC converters.
需要说明的是,本发明实施例中的术语顶点编号“①、②、③、④、⑤”仅用于区别或描述顶点,以及术语边类型的数字编号“1、2、3、4、5”仅用于区别边的类型,而不能将其理解为指示或暗示相对重要性。It should be noted that the term vertex number "①, ②, ③, ④, ⑤" in the embodiment of the present invention is only used to distinguish or describe the vertex, and the term edge type number "1, 2, 3, 4, 5 " are only used to distinguish the types of edges and should not be understood as indicating or implying relative importance.
根据本发明实施例提出的基于顶点素数度的单开关直流变换器非同构图构建方法,基于顶点素数度实现对单开关非隔离型直流变换器拓扑非同构图构建,将顶点连接边的数量、边类型对变换器结构带来的影响综合考虑,得到给定边类型及每种边类型数量的单开关非隔离型直流变换器所有拓扑的非同构图,便于研究人员对单开关非隔离型直流变换器新型结构或者对结构性能进行总结分析。According to the method for constructing a non-isomorphic graph of a single-switch DC converter based on the prime degree of a vertex proposed in an embodiment of the present invention, the construction of a topological non-isomorphic graph of a single-switch non-isolated DC converter is realized based on the prime degree of a vertex, and the number of vertices connecting edges, Considering the impact of the side type on the converter structure comprehensively, the non-isomorphic diagrams of all the topologies of the single-switch non-isolated DC converter with a given side type and the number of each side type are obtained, which is convenient for researchers to analyze the single-switch non-isolated DC converter. A new structure of the converter or a summary analysis of the structural performance.
此外,术语“第一”、“第二”仅用于描述目的,而不能理解为指示或暗示相对重要性或者隐含指明所指示的技术特征的数量。由此,限定有“第一”、“第二”的特征可以明示或者隐含地包括至少一个该特征。在本发明的描述中,“多个”的含义是至少两个,例如两个,三个等,除非另有明确具体的限定。In addition, the terms "first" and "second" are used for descriptive purposes only, and cannot be interpreted as indicating or implying relative importance or implicitly specifying the quantity of indicated technical features. Thus, the features defined as "first" and "second" may explicitly or implicitly include at least one of these features. In the description of the present invention, "plurality" means at least two, such as two, three, etc., unless otherwise specifically defined.
在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不必须针对的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任一个或多个实施例或示例中以合适的方式结合。此外,在不相互矛盾的情况下,本领域的技术人员可以将本说明书中描述的不同实施例或示例以及不同实施例或示例的特征进行结合和组合。In the description of this specification, descriptions referring to the terms "one embodiment", "some embodiments", "example", "specific examples", or "some examples" mean that specific features described in connection with the embodiment or example , structure, material or characteristic is included in at least one embodiment or example of the present invention. In this specification, the schematic representations of the above terms are not necessarily directed to the same embodiment or example. Furthermore, the described specific features, structures, materials or characteristics may be combined in any suitable manner in any one or more embodiments or examples. In addition, those skilled in the art can combine and combine different embodiments or examples and features of different embodiments or examples described in this specification without conflicting with each other.
尽管上面已经示出和描述了本发明的实施例,可以理解的是,上述实施例是示例性的,不能理解为对本发明的限制,本领域的普通技术人员在本发明的范围内可以对上述实施例进行变化、修改、替换和变型。Although the embodiments of the present invention have been shown and described above, it can be understood that the above embodiments are exemplary and should not be construed as limiting the present invention, those skilled in the art can make the above-mentioned The embodiments are subject to changes, modifications, substitutions and variations.
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010838848.7A CN112163302B (en) | 2020-08-19 | 2020-08-19 | Construction method of non-isomorphic graph for single-switch DC converter based on vertex prime degree |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010838848.7A CN112163302B (en) | 2020-08-19 | 2020-08-19 | Construction method of non-isomorphic graph for single-switch DC converter based on vertex prime degree |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112163302A CN112163302A (en) | 2021-01-01 |
CN112163302B true CN112163302B (en) | 2023-06-16 |
Family
ID=73860102
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010838848.7A Active CN112163302B (en) | 2020-08-19 | 2020-08-19 | Construction method of non-isomorphic graph for single-switch DC converter based on vertex prime degree |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112163302B (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106951325A (en) * | 2017-03-10 | 2017-07-14 | 中国地质大学(武汉) | Space computational fields calculate intensity cube construction method |
CN108665490A (en) * | 2018-04-02 | 2018-10-16 | 浙江大学 | A kind of Graphic Pattern Matching method based on more attribute codings and changeable weight |
CN110059760A (en) * | 2019-04-25 | 2019-07-26 | 北京工业大学 | Geometric figure recognition methods based on topological structure and CNN |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8200789B2 (en) * | 2004-10-12 | 2012-06-12 | International Business Machines Corporation | Method, system and program product for automated topology formation in dynamic distributed environments |
WO2015183550A1 (en) * | 2014-05-27 | 2015-12-03 | Bourbaki 13, Inc. | Determining three-dimensional information from projections or placement of two-dimensional patterns |
-
2020
- 2020-08-19 CN CN202010838848.7A patent/CN112163302B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106951325A (en) * | 2017-03-10 | 2017-07-14 | 中国地质大学(武汉) | Space computational fields calculate intensity cube construction method |
CN108665490A (en) * | 2018-04-02 | 2018-10-16 | 浙江大学 | A kind of Graphic Pattern Matching method based on more attribute codings and changeable weight |
CN110059760A (en) * | 2019-04-25 | 2019-07-26 | 北京工业大学 | Geometric figure recognition methods based on topological structure and CNN |
Non-Patent Citations (1)
Title |
---|
关于五个顶点的共轭类长素图分类问题的研究;刘亚苹;中国优秀硕士学位论文全文数据库;全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN112163302A (en) | 2021-01-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Adamowicz et al. | New type LCCT-Z-source inverters | |
CN109149943B (en) | Parameter optimization design method of LLC resonant converter based on cuckoo algorithm | |
CN103825438B (en) | A kind of Parameters design of combining inverter LCL-LC wave filter | |
CN117595623B (en) | Control parameter self-tuning method for low-ripple adjustable direct-current stabilized power supply | |
CN112163302B (en) | Construction method of non-isomorphic graph for single-switch DC converter based on vertex prime degree | |
CN112383225B (en) | Parameter Design Method Applied to Cascaded Converter and Cascaded Converter | |
Yu et al. | DC-link voltage ripple analysis and impedance network design of single-phase Z-source inverter | |
CN109101673B (en) | Calculation Method of High Frequency Transformer Core Loss | |
CN116651617A (en) | Electric dust removal variable frequency amplitude modulation high-voltage power supply and high-voltage output control method thereof | |
CN109831114B (en) | Resonant parameter design method for LLC (logical Link control) bidirectional active bridge inverter | |
Hammoda et al. | Experimental verification and simulation of two stages positive output cascade boost converter super-lift DC/DC Luo-converter | |
CN118539782A (en) | Inverter control method, inverter control device, and inverter device | |
CN109302072A (en) | Resonant DC converter with series input and multi-port output and its control method | |
CN108964151A (en) | A kind of micro-capacitance sensor grid structure design method and system | |
CN109347106B (en) | Method and system for evaluating loss of alternating current filter | |
CN107121969A (en) | Factory manufacturing process model difference detection method based on adjacency matrix | |
CN116845893B (en) | Parameter optimization method of LCL grid-connected inverter filter in weak power grid based on NSGA-II algorithm | |
CN105790724B (en) | A kind of preparation method of 0 to 1 rank power stage fractional order capacity cell | |
CN116882162A (en) | Method and device for constructing electromagnetic transient simulation architecture and model of power system | |
CN106505621B (en) | Inverter and control method and device thereof | |
CN109980634B (en) | A DC/DC Converter Stability Analysis Method Based on Harmonic Transfer Function Matrix | |
CN112928751B (en) | New energy power grid-connected equipment configuration method based on robust optimization | |
CN109617398B (en) | Working mode analysis method of complex power electronic converter | |
Seyezhai | Flicker-free resonant DC-DC SEPIC converter with Valley-fill for LED applications | |
CN111446881A (en) | Inverter, inverter circuit and construction method thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |