CN113190293B - Waveform loading method, device and equipment and readable storage medium - Google Patents

Waveform loading method, device and equipment and readable storage medium Download PDF

Info

Publication number
CN113190293B
CN113190293B CN202110647614.9A CN202110647614A CN113190293B CN 113190293 B CN113190293 B CN 113190293B CN 202110647614 A CN202110647614 A CN 202110647614A CN 113190293 B CN113190293 B CN 113190293B
Authority
CN
China
Prior art keywords
stored
target
file
waveform
waveform component
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
Application number
CN202110647614.9A
Other languages
Chinese (zh)
Other versions
CN113190293A (en
Inventor
王杉
庄佩文
许涛
魏急波
唐麒
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
National University of Defense Technology
Original Assignee
National University of Defense Technology
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by National University of Defense Technology filed Critical National University of Defense Technology
Priority to CN202110647614.9A priority Critical patent/CN113190293B/en
Publication of CN113190293A publication Critical patent/CN113190293A/en
Application granted granted Critical
Publication of CN113190293B publication Critical patent/CN113190293B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a waveform loading method, which comprises the following steps: analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded; acquiring target attribute information of the target waveform component aiming at each target waveform component; acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform; judging whether target attribute information exists in each stored attribute information; if so, determining the deployed waveform component corresponding to the stored attribute information consistent with the target attribute information as the target waveform component; the target waveform component is started to complete the waveform loading operation. By applying the waveform loading method provided by the invention, the waveform loading efficiency is improved, and the communication timeliness of a software radio system is improved. The invention also discloses a waveform loading device, equipment and a storage medium, and has corresponding technical effects.

Description

Waveform loading method, device and equipment and readable storage medium
Technical Field
The present invention relates to the field of software wireless technologies, and in particular, to a waveform loading method, apparatus, device, and computer-readable storage medium.
Background
With the development of software wireless technology, the realization of various software platform architectures has come up. Therefore, a design specification for a universal Communication system, namely a Software Communication Architecture (SCA), is provided, and the application of the design specification can enable the functions of the system to be not focused on the realization of specific hardware functions, but mainly on the development of the application, thereby obviously improving the flexibility, the universality, the reconfigurability and the interoperability of the Communication system.
The core idea of the SCA is to implement different functions by deploying different waveform components to a general hardware platform, specifically, copying a waveform component related file to a directory specified by a corresponding processor for the processor to start the waveform components, so that the update of a radio station can be implemented only by replacing the waveform components therein, thereby completing the waveform loading.
The existing waveform loading mode directly copies the related files of the waveform components to the appointed directory of the corresponding processor, does not consider the loading delay caused by the fact that the same waveform is deployed for multiple times and copied for multiple times, and reduces the working efficiency of a software radio system. Especially, under the condition that the related files of a multi-platform software radio system or a waveform component are large, the waveform deployment efficiency can be seriously influenced by copying, and further, the communication timeliness of the software radio system is influenced.
In summary, how to effectively solve the problem of time-dependent degradation of software radio system communication caused by multiple times of deployment and multiple copies in the existing waveform loading manner is a problem that needs to be solved urgently by those skilled in the art at present.
Disclosure of Invention
The invention aims to provide a waveform loading method, which improves the waveform loading efficiency and the communication timeliness of a software radio system; another object of the present invention is to provide a waveform loading apparatus, a device and a computer readable storage medium.
In order to solve the technical problems, the invention provides the following technical scheme:
a method of waveform loading, comprising:
analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded;
for each target waveform component, acquiring target attribute information of the target waveform component;
acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform;
judging whether the target attribute information exists in each stored attribute information or not;
if so, determining a deployed waveform component corresponding to stored attribute information consistent with the target attribute information as the target waveform component;
and starting each target waveform component to finish the waveform loading operation.
In a specific embodiment of the present invention, determining whether the target attribute information exists in each of the stored attribute information includes:
acquiring stored program files, stored spd description files and stored scd description files which are respectively contained in the stored attribute information;
acquiring a target program file, a target spd description file and a target scd description file which are contained in the target attribute information;
judging whether the target program file exists in each stored program file or not;
if not, copying the waveform component to obtain the target waveform component;
if yes, determining stored attribute information corresponding to a stored program file consistent with the target program file as first stored attribute information;
judging whether the stored spd description file contained in the first stored attribute information is consistent with the target spd description file or not;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored scd description file contained in the first stored attribute information is consistent with the target scd description file;
correspondingly, determining a deployed waveform component corresponding to stored attribute information consistent with the target attribute information as the target waveform component includes:
and determining the deployed waveform component corresponding to the first stored attribute information as the target waveform component.
In a specific embodiment of the present invention, determining whether the target program file exists in each of the stored program files includes:
acquiring the name, the size, the modification time and the type of the stored file of each stored program file;
acquiring a target file name, a target file size, target file modification time and a target file type which are contained in the target program file;
judging whether the target file name exists in each stored file name or not;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if so, determining the stored program file corresponding to the stored file name consistent with the target file name as a first stored program file;
judging whether the size of the stored file contained in the first stored program file is consistent with the size of the target file or not;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the modification time of the stored file contained in the first stored program file is consistent with the modification time of the target file;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored file type contained in the first stored program file is consistent with the target file type;
if not, executing the step of copying the waveform component to obtain the target waveform component;
correspondingly, determining stored attribute information corresponding to a stored program file consistent with the target program file as first stored attribute information includes:
and determining the stored attribute information corresponding to the first stored program file as first stored attribute information.
In one embodiment of the present invention, the determining whether the stored spd description file included in the first stored attribute information matches the target spd description file includes:
determining the stored spd description file contained in the first stored attribute information as a first stored spd description file;
acquiring stored code information, stored operating system information and stored processor information contained in the first stored spd description file;
acquiring target code information, target operating system information and target processor information contained in the target spd description file;
judging whether the stored code information is consistent with the target code information;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored operating system information is consistent with the target operating system information;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored processor information is consistent with the target processor information;
and if not, executing the waveform component copying operation to obtain the target waveform component.
In a specific embodiment of the present invention, determining whether the stored scd description file included in the first stored attribute information is consistent with the target scd description file includes:
determining a stored scd description file contained in the first stored attribute information as a first stored scd description file;
acquiring stored part characteristic attributes and stored interface attributes contained in the first stored scd description file;
acquiring a target component characteristic attribute and a target interface attribute contained in the target scd description file;
judging whether the stored component characteristic attribute is consistent with the target component characteristic attribute;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored interface attribute is consistent with the target interface attribute;
and if not, executing the waveform component copying operation to obtain the target waveform component.
A waveform loading apparatus comprising:
the request analysis module is used for analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded;
the target attribute acquisition module is used for acquiring target attribute information of each target waveform component;
the stored attribute acquisition module is used for acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform component;
the judging module is used for judging whether the target attribute information exists in the stored attribute information or not;
a waveform component determination module, configured to determine, when it is determined that the target attribute information exists in each piece of stored attribute information, a deployed waveform component corresponding to stored attribute information that is consistent with the target attribute information as the target waveform component;
and the waveform loading module is used for starting each target waveform component to finish the waveform loading operation.
In a specific embodiment of the present invention, the determining module includes:
the stored file acquisition submodule is used for acquiring a stored program file, a stored spd description file and a stored scd description file which are respectively contained in each stored attribute information;
the target file acquisition submodule is used for acquiring a target program file, a target spd description file and a target scd description file which are contained in the target attribute information;
the first judgment submodule is used for judging whether the target program file exists in each stored program file or not;
the waveform component copying submodule is used for copying a waveform component to obtain a target waveform component when the target program file does not exist in each stored program file;
the attribute information determining submodule is used for determining stored attribute information corresponding to a stored program file consistent with the target program file as first stored attribute information when the target program file is determined to exist in each stored program file;
a second judging submodule, configured to judge whether a stored spd description file included in the first stored attribute information is consistent with the target spd description file;
the waveform component copying submodule is further used for copying a waveform component to obtain a target waveform component when the stored spd description file contained in the first stored attribute information is determined to be inconsistent with the target spd description file;
a third determining sub-module, configured to determine whether the stored spd description file included in the first stored attribute information is consistent with the target spd description file when it is determined that the stored spd description file included in the first stored attribute information is consistent with the target spd description file;
the waveform component determination module is specifically a module that determines the deployed waveform component corresponding to the first stored attribute information as the target waveform component.
In an embodiment of the present invention, the first determining sub-module includes:
the stored information acquisition unit is used for acquiring a stored file name, a stored file size, stored file modification time and a stored file type which are respectively contained in each stored program file;
the target information acquisition unit is used for acquiring a target file name, a target file size, target file modification time and a target file type which are contained in the target program file;
a first judging unit, configured to judge whether the target file name exists in each stored file name;
the waveform component copying unit is used for copying a waveform component to obtain a target waveform component and starting the target waveform component when the target file name does not exist in each stored file name;
a program file determining unit, configured to determine, when it is determined that the target file name exists in the stored file names, a stored program file corresponding to a stored file name that is consistent with the target file name as a first stored program file;
a second determination unit configured to determine whether a size of a stored file included in the first stored program file is consistent with the size of the target file;
the waveform component copying unit is further configured to, when it is determined that the size of the stored file included in the first stored program file is not consistent with the size of the target file, perform a waveform component copying operation to obtain the target waveform component;
a third determining unit configured to determine whether the stored file modification time included in the first stored program file is consistent with the target file modification time when it is determined that the stored file size included in the first stored program file is consistent with the target file size;
the waveform component copying unit is further configured to, when it is determined that the stored file modification time included in the first stored program file is inconsistent with the target file modification time, perform a waveform component copying operation to obtain the target waveform component;
a fourth judging unit, configured to judge whether the stored file type included in the first stored program file is consistent with the target file type when it is determined that the stored file modification time included in the first stored program file is consistent with the target file modification time;
the waveform component copying unit is further configured to, when it is determined that the type of the stored file included in the first stored program file is inconsistent with the type of the target file, perform a waveform component copying operation to obtain the target waveform component;
the attribute information determination submodule is specifically a module that determines stored attribute information corresponding to the first stored program file as first stored attribute information.
A waveform loading apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of the waveform loading method as described above when executing the computer program.
A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the waveform loading method as set forth above.
The waveform loading method provided by the invention is used for analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded; acquiring target attribute information of the target waveform component aiming at each target waveform component; acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform; judging whether target attribute information exists in each stored attribute information; if so, determining the deployed waveform component corresponding to the stored attribute information consistent with the target attribute information as the target waveform component; and starting each target waveform component to finish the waveform loading operation. When the waveform component is required to be loaded, the attributes of the deployed waveform component and the attributes of the waveform component to be loaded are compared, and if the deployed waveform component with the attributes consistent with the attributes of the waveform component to be loaded exists, the deployed waveform component is directly started to finish waveform loading. Repeated copying and deployment of the same waveform component are avoided, the waveform loading efficiency is improved, and the communication timeliness of the software radio system is improved.
Correspondingly, the invention also provides a waveform loading device, equipment and a computer readable storage medium corresponding to the waveform loading method, which have the technical effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating an implementation of a waveform loading method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating another implementation of a waveform loading method according to an embodiment of the invention;
FIG. 3 is a block diagram of a waveform loading test structure in the same board card;
FIG. 4 is a block diagram of a waveform loading test structure between cards;
FIG. 5 is a block diagram of a waveform loading apparatus according to an embodiment of the present invention;
fig. 6 is a block diagram of a waveform loading apparatus according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating an implementation of a waveform loading method according to an embodiment of the present invention, where the method may include the following steps:
s101: and analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded.
When the processor needs to carry out waveform loading, a waveform loading instruction is sent to a waveform loading center, and the waveform loading instruction comprises target waveform components contained in a waveform to be loaded. And the waveform loading center receives the waveform loading instruction and analyzes the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded.
S102: and acquiring target attribute information of the target waveform component aiming at each target waveform component.
After analyzing and obtaining each target waveform component contained in the waveform to be loaded, acquiring target attribute information of the target waveform component aiming at each target waveform component.
The attribute information of the waveform component may include a program file, an spd description file, and an scd description file, where the scd description file may be specifically an scd. The program file may contain basic attributes such as a file name, a file size, a file creation time, a file type, etc., the spd description file may contain attributes such as code information, os (operating system) information, and processor (processor) information, and the scd description file may contain component features (components) attributes and interfaces (interfaces) attributes.
S103: and acquiring stored attribute information corresponding to each stored component in a stored component set formed by each deployed waveform.
In most cases, a deployed waveform component exists in a processor, and attribute information corresponding to the deployed waveform component is stored in advance. When the processor needs to perform waveform loading, whether deployed waveform components are pre-stored or not can be judged in advance, and if the deployed waveform components are pre-stored, stored attribute information corresponding to stored components in a stored component set formed by deployed waveforms is acquired after target attribute information of the target waveform components is acquired for each target waveform component.
S104: and judging whether the target attribute information exists in each stored attribute information, if not, executing the step S105, and if so, executing the step S106.
After acquiring stored attribute information corresponding to each stored component in a stored component set consisting of deployed waveforms and analyzing the stored attribute information to obtain target attribute information of a target waveform component, judging whether the stored attribute information contains the target attribute information, if not, indicating that the target waveform component does not exist in the processor, executing step S105, if so, indicating that the target waveform component exists in the processor, and executing step S106.
S105: and copying the waveform component to obtain a target waveform component.
And when the target attribute information does not exist in the stored attribute information, indicating that the target waveform component does not exist in the processor at present, and copying the waveform component to obtain the target waveform component.
S106: and determining the deployed waveform component corresponding to the stored attribute information consistent with the target attribute information as the target waveform component.
When the target attribute information exists in the stored attribute information, the processor is explained to be pre-deployed with the target waveform component, and the deployed waveform component corresponding to the stored attribute information consistent with the target attribute information is determined as the target waveform component.
S107: and starting each target waveform component to finish the waveform loading operation.
After the target waveform components are determined, the target waveform components are started, so that the waveform loading operation can be completed by directly starting the deployed waveform components, the waveform loading process is optimized, the waveform loading time is saved, the software radio waveform starting time is shortened, the software radio waveform timeliness is improved, and the working efficiency of the whole software radio system is improved.
The waveform loading method provided by the invention is used for analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded; acquiring target attribute information of the target waveform component aiming at each target waveform component; acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform; judging whether target attribute information exists in each stored attribute information; if so, determining the deployed waveform component corresponding to the stored attribute information consistent with the target attribute information as the target waveform component; and starting each target waveform component to finish the waveform loading operation. When the waveform component is required to be loaded, the attributes of the deployed waveform component and the attributes of the waveform component to be loaded are compared, and if the deployed waveform component with the attributes consistent with the attributes of the waveform component to be loaded exists, the deployed waveform component is directly started to finish waveform loading. Repeated copying and deployment of the same waveform component are avoided, the waveform loading efficiency is improved, and the communication timeliness of the software radio system is improved.
It should be noted that, based on the above embodiments, the embodiments of the present invention also provide corresponding improvements. In the following embodiments, steps that are the same as or correspond to those in the above embodiments may be referred to one another, and corresponding advantageous effects may also be referred to one another, which is not described in detail in the following modified embodiments.
Referring to fig. 2, fig. 2 is a flowchart of another implementation of a waveform component loading method according to an embodiment of the present invention, where the method may include the following steps:
s201: and analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded.
S202: and acquiring target attribute information of the target waveform component aiming at each target waveform component.
S203: and acquiring stored attribute information corresponding to each stored component in a stored component set formed by each deployed waveform.
S204: and acquiring the stored program file, the stored spd description file and the stored scd description file which are respectively contained in each stored attribute information.
Each stored attribute information includes a stored program file, a stored spd description file, and a stored scd description file. After the stored attribute information corresponding to each deployed waveform component is acquired, a stored program file, a stored spd description file and a stored scd description file contained in each stored attribute information are acquired.
S205: and acquiring a target program file, a target spd description file and a target scd description file which are contained in the target attribute information.
The target attribute information includes a target program file, a target spd description file, and a target scd description file. After the target attribute information of the waveform component to be loaded is obtained through analysis, a target program file, a target spd description file and a target scd description file which are contained in the target attribute information are obtained.
S206: and judging whether the target program file exists in each stored program file, if not, executing step S207, and if so, executing step S208.
After the stored program files contained in the stored attribute information are obtained, whether an object program file exists in each stored program file is judged, if not, it is indicated that the waveform component to be loaded does not exist in the processor currently, step S207 is executed, if so, it is indicated that the waveform component to be loaded may exist in the processor currently, and step S208 is executed.
In one embodiment of the present invention, step S206 may include the following steps:
the method comprises the following steps: acquiring the name, the size, the modification time and the type of the stored file of each stored program file;
step two: acquiring a target file name, a target file size, target file modification time and a target file type which are contained in a target program file;
step three: judging whether the stored file names have target file names or not, if not, executing step S207, and if so, executing step four;
step four: determining a stored program file corresponding to a stored file name consistent with the target file name as a first stored program file;
step five: judging whether the size of the stored file contained in the first stored program file is consistent with the size of the target file, if not, executing step S207, and if so, executing step six;
step six: judging whether the modification time of the stored file contained in the first stored program file is consistent with the modification time of the target file, if not, executing the step S207, and if so, executing the step seven;
step seven: and judging whether the stored file type contained in the first stored program file is consistent with the target file type, if not, executing the step S207, and if so, executing the step S207.
For convenience of description, the above seven steps may be combined for illustration.
The program file contains a file name, a file size, a file modification time, and a file type. After acquiring each stored program file and acquiring the target program file, acquiring the stored file name, the stored file size, the stored file modification time and the stored file type respectively contained in each stored program file, and acquiring the target file name, the target file size, the target file modification time and the target file type contained in the target program file.
Judging whether a target file name exists in each stored file name, if not, then the processor does not currently have a waveform component to be loaded, copying the waveform component to obtain a target waveform component, if so, then the processor possibly has the waveform component to be loaded, and determining the stored program file corresponding to the stored file name consistent with the target file name as a first stored program file. Judging whether the size of the stored file contained in the first stored program file is consistent with the size of the target file, if not, indicating that a target waveform component does not exist in the processor at present, copying the waveform component to obtain a target waveform component, starting the target waveform component to finish the waveform loading operation, if so, indicating that the target waveform component possibly exists in the processor at present, judging whether the modification time of the stored file contained in the first stored program file is consistent with the modification time of the target file, if not, indicating that the target waveform component does not exist in the processor at present, copying the waveform component to obtain the target waveform component, starting the target waveform component to finish the waveform loading operation, if so, indicating that the target waveform component possibly exists in the processor at present, judging whether the type of the stored file contained in the first stored program file is consistent with the type of the target file, if not, it indicates that the processor does not currently have the target waveform component, a waveform component copying operation is performed to obtain the target waveform component, and the target waveform component is started, so that the waveform loading operation is completed, if so, it indicates that the target program file exists in each stored program file, and the processor may currently have the target waveform component, and step S208 is executed.
Accordingly, step S208 may include the steps of:
and determining the stored attribute information corresponding to the first stored program file as the first stored attribute information.
After a first stored program file consistent with the target program file is determined from the stored program files, the stored attribute information corresponding to the first stored program file is determined as first stored attribute information.
It should be noted that the "first" in the first stored program file and the first stored attribute information is only for distinguishing each piece of information of the corresponding waveform element that may be consistent with the target waveform element from other waveform elements that are inconsistent with the target waveform element, and does not mean in any order or size.
S207: and copying the waveform component to obtain a target waveform component.
S208: stored attribute information corresponding to a stored program file that is identical to the target program file is determined as first stored attribute information.
When it is determined that the target program file exists in the stored program files, stored attribute information corresponding to the stored program file that is consistent with the target program file is determined as first stored attribute information, and a waveform element corresponding to the first stored attribute information may be a target waveform element.
S209: and judging whether the stored spd description file contained in the first stored attribute information is consistent with the target spd description file, if not, executing step S207, and if so, executing step S210.
After the stored attribute information corresponding to the stored program file consistent with the target program file is determined as the first stored attribute information, it is determined whether the stored spd description file included in the first stored attribute information is consistent with the target spd description file, if not, it is determined that the waveform component corresponding to the first stored attribute information is not the target waveform component, a waveform component copy operation is performed to obtain the target waveform component, and the target waveform component is started, thereby completing the waveform component loading operation, if so, it is determined that the waveform component corresponding to the first stored attribute information may be the target waveform component, and step S210 is performed.
In one embodiment of the present invention, step S209 may include the following steps:
the method comprises the following steps: determining a stored spd description file contained in the first stored attribute information as a first stored spd description file;
step two: acquiring stored code information, stored operating system information and stored processor information contained in the first stored spd description file;
step three: acquiring target code information, target operating system information and target processor information contained in a target spd description file;
step four: judging whether the stored code information is consistent with the target code information, if not, executing step S207, and if so, executing step five;
step five: judging whether the stored operating system information is consistent with the target operating system information, if not, executing a step S207, and if so, executing a step six;
step six: and judging whether the stored processor information is consistent with the target processor information or not, if not, executing step S207, and if so, executing step S210.
For convenience of description, the above six steps may be combined for illustration.
The spd description file contains code information, operating system information, and processor information. After acquiring each stored spd description file, determining stored attribute information corresponding to a stored program file consistent with the target program file as first stored attribute information, searching for the stored spd description file contained in the first stored attribute information, determining the stored spd description file contained in the first stored attribute information as the first stored spd description file, acquiring stored code information, stored operating system information and stored processor information contained in the first stored spd description file, and acquiring target code information, target operating system information and target processor information contained in the target spd description file.
Judging whether the stored code information is consistent with the target code information, if not, indicating that the waveform component corresponding to the first stored attribute information is not the target waveform component, copying the waveform component to obtain the target waveform component, starting the target waveform component to finish the waveform loading operation, if so, indicating that the waveform component corresponding to the first stored attribute information is possibly the target waveform component, judging whether the stored operating system information is consistent with the target operating system information, if not, indicating that the waveform component corresponding to the first stored attribute information is not the target waveform component, copying the waveform component to obtain the target waveform component, starting the target waveform component to finish the waveform loading operation, if so, indicating that the waveform component corresponding to the first stored attribute information is possibly the target waveform component, judging whether the stored processor information is consistent with the target processor information, if not, it is determined that the waveform component corresponding to the first stored attribute information is not the target waveform component, a waveform component copy operation is performed to obtain the target waveform component, and the target waveform component is started, thereby completing a waveform loading operation, if so, it is determined that the stored spd description file included in the first stored attribute information is consistent with the target spd description file, and the waveform component corresponding to the first stored attribute information may be the target waveform component, and step S210 is performed.
S210: and judging whether the stored scd description file contained in the first stored attribute information is consistent with the target scd description file, if not, executing step S207, and if so, executing step S211.
When it is determined that the stored spd description file included in the first stored attribute information is consistent with the target spd description file, determining whether the stored scd description file included in the first stored attribute information is consistent with the target scd description file, if not, indicating that the waveform component corresponding to the first stored attribute information is not the target waveform component, performing a waveform component copying operation to obtain the target waveform component, and starting the target waveform component, thereby completing a waveform loading operation, if so, indicating that the waveform component corresponding to the first stored attribute information is the target waveform component, and performing step S211.
In one embodiment of the present invention, step S210 may include the following steps:
the method comprises the following steps: determining a stored scd description file contained in the first stored attribute information as a first stored scd description file;
step two: acquiring stored part characteristic attributes and stored interface attributes contained in a first stored scd description file;
step three: acquiring target component characteristic attributes and target interface attributes contained in a target scd description file;
step four: judging whether the stored component characteristic attribute is consistent with the target component characteristic attribute, if not, executing a step S207, and if so, executing a step V;
step five: and judging whether the stored interface attribute is consistent with the target interface attribute, if not, executing step S207, and if so, executing step S211.
For convenience of description, the above five steps may be combined for illustration.
scd describes the component feature attributes and interface attributes contained in the file. When acquiring each stored scd description file and determining that the stored spd description file contained in the first stored attribute information is consistent with the target spd description file, determining the stored scd description file contained in the first stored attribute information as the first stored scd description file, acquiring stored component characteristic attributes and stored interface attributes contained in the first stored scd description file, and acquiring target component characteristic attributes and target interface attributes contained in the target scd description file.
Judging whether the stored component characteristic attribute is consistent with the target component characteristic attribute, if not, indicating that the waveform component corresponding to the first stored attribute information is not the target waveform component, copying the waveform component to obtain the target waveform component, starting the target waveform component, and then the loading operation of the waveform component is completed, if yes, the waveform component corresponding to the first stored attribute information is possibly the target waveform component, whether the stored interface attribute is consistent with the target interface attribute is judged, if not, then the waveform component corresponding to the first stored attribute information is not the target waveform component, the waveform component copying operation is carried out to obtain the target waveform component, and each target waveform component is started, thereby completing the waveform loading operation, if yes, it indicates that the waveform component corresponding to the first stored attribute information is the target waveform component, and step S211 is executed.
S211: and determining the deployed waveform component corresponding to the first stored attribute information as a target waveform component.
When it is determined that the stored program file included in the first stored attribute information is consistent with the target program file included in the target attribute information, the stored spd description file included in the first stored attribute information is consistent with the spd description file included in the target attribute information, and the stored scd description file included in the first stored attribute information is consistent with the target scd description file included in the target attribute information, it is indicated that the waveform component corresponding to the first stored attribute information is the target waveform component, and the deployed waveform component corresponding to the first stored attribute information is determined to be the target waveform component.
S212: and starting each target waveform component to finish the waveform loading operation.
The effect of waveform loading provided by the implementation of the present invention is also tested, referring to fig. 3 and 4, fig. 3 is a block diagram of a structure for testing waveform loading in the same board card, and fig. 4 is a block diagram of a structure for testing waveform loading between board cards. The test environment includes a hardware environment and a software environment.
(1) Hardware environment: the example waveform load time test was performed on two example waveforms applied to the conventional method and the inventive method on a Virtual Machine (VM) environment and a ZYNQ universal software radio platform. The hardware environment configuration is shown in table 1.
TABLE 1
Figure 997631DEST_PATH_IMAGE001
(2) Software environment: an example waveform loading time test was performed using two test waveforms WF1 and WF2 applied to both the conventional method and the method of the present invention. The waveform component of WF1 is deployed on a general-purpose processor CPU, the LLC waveform component of WF2 is deployed on the general-purpose processor CPU, and the PHY waveform component is deployed on a special-purpose processor FPGA. The software environment configuration is shown in table 2.
TABLE 2
Figure 868766DEST_PATH_IMAGE002
And (3) testing results:
(1) testing in the same board card: in the VM virtual machine, the loading work of the waveform of the WF1 in the VM virtual machine is completed through software radio core framework software running in the VM virtual machine; in ZYNQ7030, loading of the WF1 and WF2 waveforms in ZYNQ7030 was done by software radio core framework software running in ZYNQ 7030. The test results were as follows:
(a) VM virtual machine:
second waveform loading time: the time consumed by the traditional method is 1s, and the time consumed by the method disclosed by the invention is 0.4 s. Compared with the traditional method, the method of the invention is optimized by 60 percent. Table 3 is a time-consuming schematic table of loading of waveform WF1 in the VM virtual machine.
TABLE 3
Figure 851766DEST_PATH_IMAGE003
(b) ZYNQ platform
Second waveform loading time: (1) example waveform WF 1: the time consumed by the traditional method is 1.3s, the time consumed by the method disclosed by the invention is 0.5s, and the method disclosed by the invention is optimized by 61% compared with the traditional method; (2) example waveform WF 2: the time consumed by the traditional method is 6s, the time consumed by the method disclosed by the invention is 1.5s, and the method disclosed by the invention is optimized by 75% compared with the traditional method. Table 4 is a schematic diagram of the time taken to load waveform WF1 and waveform WF2 in the ZYNQ platform.
TABLE 4
Figure 450238DEST_PATH_IMAGE004
(2) Cross-platform testing: the loading of the WF1 waveform and the WF2 waveform in the ZYNQ7030 is completed by software radio core framework software running in the VM virtual machine. The test results were as follows:
second waveform loading time: (1) example waveform WF 1: the time consumed by the traditional method is 2.5 seconds, the time consumed by the method is 0.5 seconds, and the method is optimized by 80 percent compared with the traditional method; (2) example waveform WF 2: the time consumed by the traditional method is 9s, the time consumed by the method disclosed by the invention is 1.5s, and the method disclosed by the invention is optimized by 83.3% compared with the traditional method. Table 5 is an exemplary table of how long it takes to load waveform WF1 and waveform WF2 between a VM virtual machine and a ZYNQ platform.
TABLE 5
Figure 481254DEST_PATH_IMAGE005
And (4) analyzing results:
(a) under the same test environment condition, the method of the invention has shorter time consumption than the traditional method for waveform loading;
(b) under the condition that the waveform component related file is large, the method has obvious advantages compared with the traditional method;
(c) compared with the traditional method, the method has obvious advantages under the multi-platform test environment.
It should be noted that, in different hardware environments and different software environments, the loading time value of each test waveform is different, but the method of the present invention reduces the time consumption compared with the conventional method.
Corresponding to the above method embodiments, the present invention further provides a waveform loading apparatus, and the waveform loading apparatus described below and the waveform loading method described above may be referred to in correspondence with each other.
Referring to fig. 5, fig. 5 is a block diagram of a waveform loading apparatus according to an embodiment of the present invention, where the apparatus may include:
a request analysis module 51, configured to analyze the received waveform loading instruction to obtain each target waveform component included in the waveform to be loaded;
a target attribute obtaining module 52, configured to obtain, for each target waveform component, target attribute information of the target waveform component;
a stored attribute obtaining module 53, configured to obtain stored attribute information corresponding to each stored component in a stored component set formed by each deployed waveform;
a judging module 54, configured to judge whether there is target attribute information in each stored attribute information;
a waveform component determination module 55, configured to determine, when it is determined that there is target attribute information in each piece of stored attribute information, a deployed waveform component corresponding to stored attribute information that is consistent with the target attribute information as a target waveform component;
a waveform component starting module 56, configured to start each of the target waveform components to complete the waveform loading operation.
The waveform loading device provided by the invention analyzes the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded; acquiring target attribute information of the target waveform component aiming at each target waveform component; acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform; judging whether target attribute information exists in each stored attribute information; if so, determining the deployed waveform component corresponding to the stored attribute information consistent with the target attribute information as the target waveform component; the target waveform component is started to complete the waveform loading operation. When the waveform component is required to be loaded, the attributes of the deployed waveform component and the attributes of the waveform component to be loaded are compared, and if the deployed waveform component with the attributes consistent with the attributes of the waveform component to be loaded exists, the deployed waveform component is directly started to finish waveform loading. Repeated copying and deployment of the same waveform component are avoided, the waveform loading efficiency is improved, and the communication timeliness of the software radio system is improved.
In one embodiment of the present invention, the determining module 54 includes:
the stored file acquisition submodule is used for acquiring a stored program file, a stored spd description file and a stored scd description file which are respectively contained in each stored attribute information;
the target file acquisition submodule is used for acquiring a target program file, a target spd description file and a target scd description file which are contained in the target attribute information;
the first judgment submodule is used for judging whether the target program file exists in each stored program file;
the waveform component copying submodule is used for copying the waveform component to obtain a target waveform component when the target program file does not exist in each stored program file;
the attribute information determining submodule is used for determining stored attribute information corresponding to a stored program file consistent with the target program file as first stored attribute information when the target program file is determined to exist in each stored program file;
the second judging submodule is used for judging whether the stored spd description file contained in the first stored attribute information is consistent with the target spd description file or not;
the waveform component copying submodule is further used for copying the waveform component to obtain a target waveform component when the stored spd description file contained in the first stored attribute information is determined to be inconsistent with the target spd description file;
the third judging submodule is used for judging whether the stored spd description file contained in the first stored attribute information is consistent with the target spd description file or not when the stored spd description file contained in the first stored attribute information is determined to be consistent with the target spd description file;
the waveform component determination module 55 is specifically a module that determines the deployed waveform component corresponding to the first stored attribute information as the target waveform component.
In an embodiment of the present invention, the first determining sub-module includes:
the first stored information acquisition unit is used for acquiring a stored file name, a stored file size, stored file modification time and a stored file type which are respectively contained in each stored program file;
the first target information acquisition unit is used for acquiring a target file name, a target file size, target file modification time and a target file type which are contained in a target program file;
the first judging unit is used for judging whether the target file name exists in the stored file names or not;
the waveform component copying unit is used for copying the waveform component to obtain a target waveform component when the target file name does not exist in the stored file name;
a program file determining unit configured to determine, when it is determined that a target file name exists in the stored file names, a stored program file corresponding to a stored file name that is consistent with the target file name as a first stored program file;
a second judging unit configured to judge whether the size of the stored file included in the first stored program file is consistent with the size of the target file;
the waveform component copying unit is also used for copying the waveform component to obtain a target waveform component when the stored file size contained in the first stored program file is determined to be inconsistent with the size of the target file;
a third judging unit, configured to judge whether the stored file modification time included in the first stored program file is consistent with the target file modification time when it is determined that the stored file size included in the first stored program file is consistent with the target file size;
the waveform component copying unit is also used for copying the waveform component to obtain a target waveform component when the stored file modification time contained in the first stored program file is determined to be inconsistent with the target file modification time;
a fourth judging unit, configured to judge whether the type of the stored file included in the first stored program file is consistent with the type of the target file when it is determined that the stored file modification time included in the first stored program file is consistent with the target file modification time;
the waveform component copying unit is also used for copying the waveform component to obtain a target waveform component when the stored file type contained in the first stored program file is determined to be inconsistent with the target file type;
the attribute information determination submodule is specifically a module that determines stored attribute information corresponding to the first stored program file as first stored attribute information.
In an embodiment of the present invention, the second judgment sub-module includes:
an spd description file determining unit configured to determine a stored spd description file included in the first stored attribute information as a first stored spd description file;
the second stored information acquisition unit is used for acquiring stored code information, stored operating system information and stored processor information contained in the first stored spd description file;
the second target information acquisition unit is used for acquiring target code information, target operating system information and target processor information contained in the target spd description file;
a fifth judging unit operable to judge whether the stored code information coincides with the target code information;
the waveform component copying unit is also used for copying the waveform component to obtain a target waveform component when the stored code information is determined to be inconsistent with the target code information;
a sixth judging unit configured to judge whether the stored operating system information is identical with the target operating system information when it is determined that the stored code information is identical with the target code information;
the waveform component copying unit is also used for copying the waveform component to obtain a target waveform component when the stored operating system information is determined to be inconsistent with the target operating system information;
a seventh judging unit configured to judge whether the stored processor information is identical with the target processor information when it is determined that the stored operating system information is identical with the target operating system information;
and the waveform component copying unit is also used for copying the waveform component to obtain the target waveform component when the stored processor information is determined to be inconsistent with the target processor information.
In an embodiment of the present invention, the third determining sub-module includes:
the scd description file determining unit is used for determining the stored scd description file contained in the first stored attribute information as a first stored scd description file;
the stored attribute acquiring unit is used for acquiring stored part characteristic attributes and stored interface attributes contained in the first stored scd description file;
the target attribute acquisition unit is used for acquiring the target component characteristic attribute and the target interface attribute contained in the target scd description file;
an eighth judging unit configured to judge whether the stored component feature attribute is consistent with the target component feature attribute;
the waveform component copying unit is also used for copying the waveform component to obtain a target waveform component when the stored component characteristic attribute is determined to be inconsistent with the target component characteristic attribute;
a ninth judging unit configured to judge whether the stored interface attribute is consistent with the target interface attribute when it is determined that the stored component feature attribute is consistent with the target component feature attribute;
and the waveform component copying unit is also used for copying the waveform component to obtain the target waveform component when the stored interface attribute is determined to be inconsistent with the target interface attribute.
Corresponding to the above method embodiment, referring to fig. 6, fig. 6 is a schematic diagram of a waveform loading apparatus provided by the present invention, which may include:
a memory 332 for storing a computer program;
a processor 322 for implementing the steps of the waveform loading method of the above-described method embodiments when executing the computer program. Such as an ARM processor, FPGA logic programmable processor.
The steps in the waveform loading method described above may be implemented by the structure of the waveform loading apparatus.
Corresponding to the above method embodiment, the present invention further provides a computer-readable storage medium having a computer program stored thereon, the computer program, when executed by a processor, implementing the steps of:
analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded; acquiring target attribute information of the target waveform component aiming at each target waveform component; acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform; judging whether target attribute information exists in each stored attribute information; if so, determining the deployed waveform component corresponding to the stored attribute information consistent with the target attribute information as the target waveform component; and starting the target waveform component to finish the waveform component loading operation.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For the introduction of the computer-readable storage medium provided by the present invention, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device, the apparatus and the computer-readable storage medium disclosed in the embodiments correspond to the method disclosed in the embodiments, so that the description is simple, and the relevant points can be referred to the description of the method.
The principle and the implementation of the present invention are explained in the present application by using specific examples, and the above description of the embodiments is only used to help understanding the technical solution and the core idea of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (8)

1. A method of waveform loading, comprising:
analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded;
for each target waveform component, acquiring target attribute information of the target waveform component;
acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform;
acquiring stored program files, stored spd description files and stored scd description files which are respectively contained in the stored attribute information;
acquiring a target program file, a target spd description file and a target scd description file which are contained in the target attribute information;
judging whether the target program file exists in each stored program file or not;
if not, copying the waveform component to obtain the target waveform component;
if yes, determining stored attribute information corresponding to a stored program file consistent with the target program file as first stored attribute information;
judging whether the stored spd description file contained in the first stored attribute information is consistent with the target spd description file or not;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored scd description file contained in the first stored attribute information is consistent with the target scd description file;
if so, determining the deployed waveform component corresponding to the first stored attribute information as the target waveform component;
and starting each target waveform component to finish the waveform loading operation.
2. The method of claim 1, wherein determining whether the target program file exists in each of the stored program files comprises:
acquiring the name, the size, the modification time and the type of the stored file of each stored program file;
acquiring a target file name, a target file size, target file modification time and a target file type which are contained in the target program file;
judging whether the target file name exists in each stored file name or not;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if so, determining the stored program file corresponding to the stored file name consistent with the target file name as a first stored program file;
judging whether the size of the stored file contained in the first stored program file is consistent with the size of the target file or not;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the modification time of the stored file contained in the first stored program file is consistent with the modification time of the target file;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored file type contained in the first stored program file is consistent with the target file type;
if not, executing the step of copying the waveform component to obtain the target waveform component;
correspondingly, determining stored attribute information corresponding to a stored program file consistent with the target program file as first stored attribute information includes:
and determining the stored attribute information corresponding to the first stored program file as first stored attribute information.
3. The method of claim 1, wherein determining whether a stored spd profile contained in the first stored attribute information is consistent with the target spd profile comprises:
determining the stored spd description file contained in the first stored attribute information as a first stored spd description file;
acquiring stored code information, stored operating system information and stored processor information contained in the first stored spd description file;
acquiring target code information, target operating system information and target processor information contained in the target spd description file;
judging whether the stored code information is consistent with the target code information;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored operating system information is consistent with the target operating system information;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored processor information is consistent with the target processor information;
and if not, executing the waveform component copying operation to obtain the target waveform component.
4. The method of claim 1, wherein determining whether a stored scd profile included in the first stored attribute information is consistent with the target scd profile comprises:
determining a stored scd description file contained in the first stored attribute information as a first stored scd description file;
acquiring stored part characteristic attributes and stored interface attributes contained in the first stored scd description file;
acquiring a target component characteristic attribute and a target interface attribute contained in the target scd description file;
judging whether the stored component characteristic attribute is consistent with the target component characteristic attribute;
if not, executing the step of copying the waveform component to obtain the target waveform component;
if yes, judging whether the stored interface attribute is consistent with the target interface attribute;
and if not, executing the waveform component copying operation to obtain the target waveform component.
5. A waveform loading apparatus, comprising:
the request analysis module is used for analyzing the received waveform loading instruction to obtain each target waveform component contained in the waveform to be loaded;
the target attribute acquisition module is used for acquiring target attribute information of each target waveform component;
the stored attribute acquisition module is used for acquiring stored attribute information corresponding to each stored component in a stored component set consisting of each deployed waveform;
the judging module is used for acquiring stored program files, stored spd description files and stored scd description files which are respectively contained in each stored attribute information; acquiring a target program file, a target spd description file and a target scd description file which are contained in the target attribute information; judging whether the target program file exists in each stored program file or not; when the target program file does not exist in the stored program files, copying a waveform component to obtain a target waveform component; when the target program file exists in the stored program files, determining stored attribute information corresponding to the stored program file consistent with the target program file as first stored attribute information; judging whether the stored spd description file contained in the first stored attribute information is consistent with the target spd description file or not; when the stored spd description file contained in the first stored attribute information is determined to be inconsistent with the target spd description file, performing waveform component copying operation to obtain a target waveform component; when the stored spd description file contained in the first stored attribute information is determined to be consistent with the target spd description file, judging whether the stored scd description file contained in the first stored attribute information is consistent with the target scd description file or not;
a waveform component determining module, configured to determine, when it is determined that a stored scd description file included in the first stored attribute information is consistent with the target scd description file, a deployed waveform component corresponding to the first stored attribute information as the target waveform component;
and the waveform loading module is used for starting each target waveform component to finish the waveform loading operation.
6. The apparatus according to claim 5, wherein the determining module is configured to obtain a stored file name, a stored file size, a stored file modification time, and a stored file type of each stored program file; acquiring a target file name, a target file size, target file modification time and a target file type which are contained in the target program file; judging whether the target file name exists in each stored file name or not; when the target file name does not exist in the stored file names, copying a waveform component to obtain the target waveform component; when the target file name exists in the stored file names, determining the stored program file corresponding to the stored file name consistent with the target file name as a first stored program file; judging whether the size of the stored file contained in the first stored program file is consistent with the size of the target file or not; when the stored file size contained in the first stored program file is determined to be inconsistent with the size of the target file, copying a waveform component to obtain the target waveform component; when the stored file size contained in the first stored program file is determined to be consistent with the target file size, judging whether the stored file modification time contained in the first stored program file is consistent with the target file modification time or not; when the stored file modification time contained in the first stored program file is determined to be inconsistent with the target file modification time, copying a waveform component to obtain a target waveform component; when it is determined that the stored file modification time contained in the first stored program file is consistent with the target file modification time, judging whether the stored file type contained in the first stored program file is consistent with the target file type; when the stored file type contained in the first stored program file is determined to be inconsistent with the target file type, copying a waveform component to obtain a target waveform component; and determining the stored attribute information corresponding to the first stored program file as first stored attribute information when it is determined that the stored file type included in the first stored program file is consistent with the target file type.
7. A waveform loading apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the waveform loading method according to any one of claims 1 to 4 when executing the computer program.
8. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the waveform loading method according to any one of claims 1 to 4.
CN202110647614.9A 2021-06-10 2021-06-10 Waveform loading method, device and equipment and readable storage medium Active CN113190293B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110647614.9A CN113190293B (en) 2021-06-10 2021-06-10 Waveform loading method, device and equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110647614.9A CN113190293B (en) 2021-06-10 2021-06-10 Waveform loading method, device and equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN113190293A CN113190293A (en) 2021-07-30
CN113190293B true CN113190293B (en) 2022-04-19

Family

ID=76976772

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110647614.9A Active CN113190293B (en) 2021-06-10 2021-06-10 Waveform loading method, device and equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN113190293B (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8473458B2 (en) * 2010-07-29 2013-06-25 Accenture Global Services Limited Document migration
CN102033962B (en) * 2010-12-31 2012-05-30 中国传媒大学 File data replication method for quick deduplication
CN103164492A (en) * 2011-12-19 2013-06-19 联想(北京)有限公司 File copying method between electronic devices and electronic devices
CN106802812A (en) * 2016-12-02 2017-06-06 乐视控股(北京)有限公司 A kind of method of load document, device and electronic equipment
CN108776602B (en) * 2018-06-08 2021-03-02 中国人民解放军国防科技大学 SCA-based waveform dynamic switching method

Also Published As

Publication number Publication date
CN113190293A (en) 2021-07-30

Similar Documents

Publication Publication Date Title
CN107562610B (en) Method, device, terminal and medium for acquiring page loading time
CN110231994B (en) Memory analysis method, memory analysis device and computer readable storage medium
CN114546738B (en) Universal test method, system, terminal and storage medium for server
CN112052169A (en) Test management method, system, device and computer readable storage medium
CN110968296B (en) Data acquisition method, device, equipment and readable storage medium
CN112526319A (en) Chip testing method and device, processor chip and server
CN113133041B (en) Method and device for testing vehicle-to-vehicle communication function in dynamic interval train control vehicle
CN113190293B (en) Waveform loading method, device and equipment and readable storage medium
JP4280749B2 (en) Log acquisition method, program, and storage medium
CN112685275A (en) Algorithm strategy searching method and device, electronic equipment and storage medium
CN109359039B (en) Method for improving Sahi automatic testing efficiency
CN111259619A (en) Control method and device for configuration object, storage medium and verification platform
CN113485712B (en) Kernel clipping method and computing device
CN114296774A (en) Application program storage method, application program calling device and storage medium
CN108874468B (en) Application program loading method and device, computer equipment and storage medium
CN108334313A (en) Continuous integrating method, apparatus and code management system for large-scale SOC research and development
CN112948173A (en) Data recovery method, device, equipment and medium
CN109460255B (en) Memory address query method and device
CN113296945A (en) Continuous integration method, system, equipment and computer readable storage medium
CN112541182B (en) Kernel VFS layer system repairing method, device, equipment and storage medium
CN110007923B (en) Shell implementation method
CN112948010B (en) JavaScript modularized HTML file front-end loading method
CN112732586B (en) Chip debugging method, system, device and computer readable storage medium
CN103778055A (en) Key test method and device
CN115981711B (en) Code processing method and electronic equipment

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