CN107066421B - Oscilloscope and collected data reporting method thereof - Google Patents

Oscilloscope and collected data reporting method thereof Download PDF

Info

Publication number
CN107066421B
CN107066421B CN201710124682.0A CN201710124682A CN107066421B CN 107066421 B CN107066421 B CN 107066421B CN 201710124682 A CN201710124682 A CN 201710124682A CN 107066421 B CN107066421 B CN 107066421B
Authority
CN
China
Prior art keywords
data
ram
oscilloscope
module
storage module
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
CN201710124682.0A
Other languages
Chinese (zh)
Other versions
CN107066421A (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.)
Shenzhen Siglent Technologies Co Ltd
Original Assignee
Shenzhen Siglent Technologies Co Ltd
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 Shenzhen Siglent Technologies Co Ltd filed Critical Shenzhen Siglent Technologies Co Ltd
Priority to CN201710124682.0A priority Critical patent/CN107066421B/en
Publication of CN107066421A publication Critical patent/CN107066421A/en
Application granted granted Critical
Publication of CN107066421B publication Critical patent/CN107066421B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/02Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators
    • G06F15/025Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators adapted to a specific application
    • G06F15/0275Digital computers in general; Data processing equipment in general manually operated with input through keyboard and computation using a built-in program, e.g. pocket calculators adapted to a specific application for measuring
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R13/00Arrangements for displaying electric variables or waveforms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/06Addressing a physical block of locations, e.g. base addressing, module addressing, memory dedication
    • G06F12/0615Address space extension
    • G06F12/0623Address space extension for memory modules
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/78Architectures of general purpose stored program computers comprising a single central processing unit
    • G06F15/7803System on board, i.e. computer system on one or more PCB, e.g. motherboards, daughterboards or blades

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Debugging And Monitoring (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The embodiment of the invention provides a method for reporting collected data in an oscilloscope, which comprises the following steps: the FPGA data acquisition side acquires data and writes the acquired data into the RAM; and the CPU acquires data from the RAM, combines the data acquired from the RAM and generates one screen of data. Because the data volume transmitted each time in the mode is very small, the data acquisition of the oscilloscope is not required to be interrupted in the data transmission process; moreover, because the data acquisition frequency is high, and the data volume transmitted each time is small, a very high compression ratio or even a compression ratio is not required to be set for the data frequently, so that the problem of data loss caused by large-scale data compression is avoided. The embodiment of the invention also provides an oscilloscope.

Description

Oscilloscope and collected data reporting method thereof
Technical Field
The invention relates to the technical field of oscillography, in particular to an oscilloscope and a method for reporting acquired data thereof.
Background
The ROLL mode of the oscilloscope is mainly used for measuring low-speed signals, such as power-on timing signal measurement of power supply output, monitoring of motor rotating speed and the like. It features that the frequency of the signal to be measured is low, and the oscilloscope works in low sampling rate (usually below 10M/s) mode. There is no dead time in this low sample rate mode, so every point acquired by the oscilloscope is displayed on the screen.
Fig. 1 is a block diagram of an internal structure of an existing oscilloscope, and as shown in fig. 1, after data is acquired by an FPGA data acquisition side, the data is reported to a CPU for subsequent processing. In the RUN state, the storage mode of the collected data is as follows: the acquired data is continuously written into an external memory, in the process, old data is continuously covered by new data, and one screen of data on the current screen is always stored in the memory.
However, in the above data storage manner, since the acquisition process cannot be stopped, the external memory is always occupied by the write operation, and the storage space inside the FPGA is limited and does not have a storage space for storing one screen of data. In this case, in order to report one screen of data to the CPU for data calculation, the following schemes are generally adopted:
1) the RUN state does not support the measurement function, and the user presses the STOP key to STOP data acquisition, and then reads data of one screen from the external memory for measurement;
2) and (3) compressing the data of one screen by adopting large-scale compression, storing the data into an FPGA internal memory, and reporting the data to software.
However, it is clear that the above solutions all have their own drawbacks. Firstly, data reporting is carried out after data acquisition is stopped, and the method cannot ensure the real-time performance of acquisition and is too complicated; secondly, for the way of reporting data after large-scale compression, because the data is compressed in a large scale, the detail information of the waveform is lost, which easily causes a large error of the measurement result, taking the case of a storage depth of 14M as an example, the storage resource inside the FPGA cannot store so much data, and the large-scale compression is necessary, if the frequency of the input signal is high, the number of points in each period is relatively small, so that a large error is brought when calculating the parameter related to the level.
However, in addition to the above solutions, if the storage space is directly enlarged enough, the cost of the oscilloscope is greatly increased, and the storage resource is wasted.
Disclosure of Invention
In order to at least partially solve the problems in the prior art, embodiments of the present invention are directed to an oscilloscope and a collected data reporting method thereof.
The embodiment of the invention provides a method for reporting collected data in an oscilloscope, which comprises the following steps:
the FPGA data acquisition side acquires data and writes the acquired data into the RAM;
and the CPU acquires data from the RAM, combines the data acquired from the RAM and generates one screen of data.
In the above scheme, the acquiring, by the CPU, data from the RAM includes:
the FPGA data acquisition side inquires a write address and a read address of the RAM according to a first preset time interval, determines the difference COUNT between the write address and the read address, determines the data volume currently stored in the RAM according to the determined COUNT, and sends the data in the RAM to the CPU when the data volume currently stored in the RAM is larger than a preset threshold value; alternatively, the first and second electrodes may be,
in the above scheme, the acquiring, by the CPU, data from the RAM includes:
and the CPU inquires the writing address and the reading address in the RAM according to a second preset time interval, determines the difference COUNT between the writing address and the reading address in the RAM, determines the data volume currently stored in the RAM according to the determined COUNT, and reads the data in the RAM when the data volume currently stored in the RAM is larger than a preset threshold value.
In the above scheme, before sending the data in the RAM to the CPU, the method further includes:
when the following conditions are met, configuring a compression ratio to the RAM, and compressing data in the RAM according to the configured compression ratio:
S×T>D;
wherein, S is the sampling rate of the current time base of the oscilloscope, and specifically is: extracting the number of sampling points forming a discrete signal from the continuous signal every second; t is CPU access interval, and the unit is second; d is the size of the RAM storage space.
In the above solution, the compression ratio C configured to the RAM satisfies the following condition:
S×T÷C<D;
wherein S is the sampling rate of the current time base of the oscilloscope; t is CPU access interval, and the unit is second; d is the size of the RAM storage space.
An embodiment of the present invention further provides an oscilloscope, where the oscilloscope includes: the device comprises an acquisition module, a storage module and a processing module; wherein the content of the first and second substances,
the acquisition module is used for acquiring data and writing the acquired data into the storage module;
the storage module is realized by an RAM and is used for storing the data written by the acquisition module;
the processing module is realized by a CPU and is used for acquiring data from the storage module, combining the acquired data and generating one screen of data.
In the foregoing scheme, the storage module is further configured to query a local write address and a local read address according to a first preset time interval, determine a difference COUNT between the write address and the read address, determine a data amount currently stored locally according to the determined COUNT, and send the locally stored data to the processing module when the data amount currently stored locally is greater than a preset threshold.
In the above scheme, the processing module is further configured to query the write address and the read address in the storage module according to a second preset time interval, determine a difference COUNT between the write address and the read address in the storage module, determine a data amount currently stored in the storage module according to the determined COUNT, and read data in the storage module when the data amount currently stored in the storage module is greater than a preset threshold.
In the above scheme, the oscilloscope further includes: a configuration module and a compression module, wherein,
the configuration module is used for configuring the compression ratio to the storage module when the following conditions are met before the processing module acquires the data from the storage module:
S×T>D;
wherein S is the sampling rate of the current time base of the oscilloscope; t is CPU access interval, and the unit is second; d is the size of the storage space of the storage module;
and the compression module is used for compressing the data in the storage module according to the compression ratio configured by the configuration module.
In the above solution, the compression ratio C configured to the storage module satisfies the following condition:
S×T÷C<D;
wherein S is the sampling rate of the current time base of the oscilloscope; t is CPU access interval, and the unit is second; and D is the size of the storage space of the storage module.
Compared with the prior art, the embodiment of the invention at least has the following advantages:
according to the method for reporting the measurement data in the oscilloscope, provided by the embodiment of the invention, in the data acquisition process, the acquired data are written into the RAM, and then the CPU acquires the data from the RAM and combines the data acquired from the RAM to generate one screen of data. Firstly, the data volume transmitted in each time in the mode is very small, and the data acquisition of the oscilloscope is not required to be interrupted in the data transmission process; moreover, because the frequency of data acquisition is higher, and the data volume transmitted each time is very small, the data does not need to be set with a very high compression ratio or even set with a compression ratio frequently, and the problem of data loss caused by large-proportion data compression is avoided; in addition, according to the scheme, a very large storage space does not need to be arranged in the oscilloscope, so that the cost of the oscilloscope is reduced, and the storage resource is saved.
Drawings
FIG. 1 is a diagram of a basic structure of an oscilloscope in the prior art;
FIG. 2 is a flow chart of a method for reporting collected data in an oscilloscope according to the present invention;
FIG. 3 is a schematic diagram of the basic structure of an oscilloscope according to one embodiment of the present invention;
fig. 4 is a schematic diagram of a basic structure of an oscilloscope in a second embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the following detailed description and accompanying drawings.
Example one
Referring to fig. 2, a flowchart illustrating steps of a method for reporting measurement data in an oscilloscope according to the present invention is shown, where the method specifically includes:
step 201, collecting data and writing the collected data into an RAM;
in the specific implementation, a small Random Access Memory (RAM) is arranged on a data acquisition side of a Field-Programmable Gate Array (FPGA), and the RAM is used for data acquired by the FPGA data acquisition side.
Step 202, the CPU obtains data from the RAM;
in the step, the FPGA data acquisition side can actively report the data to the CPU; or the CPU actively acquires data from the RAM; the concrete implementation is as follows:
a. the scheme for actively reporting data to the CPU specifically comprises the following steps:
the FPGA data acquisition side inquires a write address and a read address of the RAM according to a first preset time interval, determines the difference COUNT between the write address and the read address, determines the data volume currently stored in the RAM according to the determined COUNT, and sends the data in the RAM to the CPU when the data volume currently stored in the RAM is larger than a preset threshold value.
b. The scheme for the CPU to actively acquire data from the RAM specifically comprises the following steps:
the CPU inquires the writing address and the reading address in the RAM according to a second preset time interval, determines the difference COUNT between the writing address and the reading address in the RAM, determines the data volume currently stored in the RAM according to the determined COUNT, and reads the data in the RAM when the data volume currently stored in the RAM is larger than a preset threshold value; specifically, the CPU can read data in the RAM through the read port.
Specifically, the data in the RAM is output according to a first-in first-out principle.
In practical application, values of the first preset time interval and the second preset time interval can be set and adjusted according to actual needs, and the values of the first preset time interval and the second preset time interval can be the same or different; the value of the COUNT can also be set and adjusted as required.
Step 203, the CPU combines the data obtained from the RAM to generate one screen of data.
For example, if one screen of data includes 100 point data, COUNT can be set as the storage amount of 10 point data according to time requirement, and the data obtained from the RAM is sent to the CPU after being filled with 10 point data, and the CPU combines the data obtained from the RAM to obtain one screen of data.
During specific implementation, the CPU determines the head data and the tail data of one screen of data from the obtained data, namely the head data, the tail data and the data between the head data and the tail data can jointly form one screen of data, so that the one screen of data is analyzed, and a corresponding analysis result is obtained.
In an optional implementation manner of the present invention, before sending the data in the RAM to the CPU, the method further includes:
when the following conditions are met, configuring a compression ratio to the RAM, and compressing data in the RAM according to the configured compression ratio:
S×T>D;
wherein, S is the sampling rate of the current time base of the oscilloscope in the ROLL mode, and specifically comprises: extracting the number of sampling points forming a discrete signal from the continuous signal every second; t is CPU access interval, and the unit is second; d is the size of the RAM storage space.
Specifically, the compression ratio C allocated to the RAM needs to satisfy the following condition:
S×T÷C<D;
wherein S is the sampling rate of the current time base of the oscilloscope in the ROLL mode; t is CPU access interval, and the unit is second; d is the size of the RAM storage space.
Only when the compression ratio C meets the above condition, the data in the RAM is compressed according to the set compression ratio, so that the data can not be lost.
For example, when the storage depth of the oscilloscope is set to 1.4M, assuming that the sampling rate S of the 50ms time base in the ROLL mode is 2M, RAM storage space D is 10000 and the CPU access interval T is 0.05(50ms), the compression ratio C needs to be set above 10 to ensure that data is not lost. When the sampling rate S of the 500ms time base in the ROLL mode is 200K, RAM, the storage space D is 10000, and the CPU access interval T is 0.05, the compression ratio C is set to 1, so that the data is guaranteed not to be lost; in both of the above examples, C is set to 1 after the time base is adjusted to a value greater than 500 ms.
To sum up, the method for reporting measurement data in an oscilloscope according to the embodiments of the present invention writes acquired data into an RAM during data acquisition, and then, a CPU acquires data from the RAM and combines the data acquired from the RAM to generate one screen of data. Firstly, the data volume transmitted in each time in the mode is very small, and the data acquisition of the oscilloscope is not required to be interrupted in the data transmission process; moreover, because the frequency of data acquisition is higher, and the data volume transmitted each time is very small, the data does not need to be set with a very high compression ratio or even set with a compression ratio frequently, and the problem of data loss caused by large-proportion data compression is avoided; in addition, according to the scheme, a very large storage space does not need to be arranged in the oscilloscope, so that the cost of the oscilloscope is reduced, and the storage resource is saved.
Example two
Referring to fig. 3, there is shown a block diagram of an oscilloscope according to the present invention, the oscilloscope including: the acquisition module 31, the storage module 32 and the processing module 33; wherein the content of the first and second substances,
the acquisition module 31 is used for acquiring data and writing the acquired data into the storage module;
the storage module 32 is implemented by a RAM and is used for storing data written by the acquisition module;
the processing module 33 is implemented by a CPU, and is configured to acquire data from the storage module, combine the acquired data, and generate one screen of data.
In an optional embodiment of the present invention, the storage module 32 is further configured to query a local write address and a local read address according to a first preset time interval, determine a difference COUNT between the write address and the read address, determine a current local stored data amount according to the determined COUNT, and send the locally stored data to the processing module 33 when the current local stored data amount is greater than a preset threshold.
In another optional embodiment of the present invention, the processing module 33 is further configured to query the write address and the read address in the storage module 32 according to a second preset time interval, determine a difference COUNT between the write address and the read address in the storage module 32, determine a data amount currently stored in the storage module 32 according to the determined COUNT, and read the data in the storage module 32 when the data amount currently stored in the storage module 32 is greater than a preset threshold.
In an alternative embodiment of the present invention, referring to fig. 4, the oscilloscope further comprises: a configuration module 34 and a compression module 35, wherein,
the configuration module 34 is configured to configure the compression ratio to the storage module 32 before the processing module 33 acquires the data from the storage module when the following conditions are satisfied:
S×T>D;
wherein, S is the sampling rate of the current time base of the oscilloscope, and specifically is: extracting the number of sampling points forming a discrete signal from the continuous signal every second; t is CPU access interval, and the unit is second; d is the size of the storage space of the storage module 32;
the compressing module 35 is configured to compress the data in the storage module 32 according to the compression ratio configured by the configuration module 34.
Specifically, the compression ratio C configured to the storage module 32 satisfies the following condition:
S×T÷C<D;
wherein S is the sampling rate of the current time base of the oscilloscope; t is CPU access interval, and the unit is second; and D is the size of the storage space of the storage module.
In a specific implementation process, the acquisition module 31, the storage module 32, the Processing module 33, the configuration module 34, and the compression module 35 may be implemented by a Central Processing Unit (CPU), a microprocessor Unit (MPU), a Digital Signal Processor (DSP), or a Programmable logic Array (FPGA) in an oscilloscope.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The oscilloscope and the collected data reporting method thereof provided by the invention are described in detail, a specific example is applied in the document to explain the principle and the implementation mode of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (6)

1. A method for reporting collected data in an oscilloscope is characterized by comprising the following steps:
the FPGA data acquisition side acquires data and writes the acquired data into an RAM of the FPGA data acquisition side;
the CPU acquires all stored data from the RAM every time, determines head data and tail data of one screen of data from the acquired data, and combines the head data, the tail data and data between the head data and the tail data to generate one screen of data; the RAM only stores partial data of one screen of data at a time;
the CPU acquires data from the RAM, and comprises the following steps:
the FPGA data acquisition side inquires a write address and a read address of the RAM according to a first preset time interval, determines the difference COUNT between the write address and the read address, determines the data volume currently stored in the RAM according to the determined COUNT, and sends the data in the RAM to the CPU when the data volume currently stored in the RAM is larger than a preset threshold value;
the CPU acquires data from the RAM, and comprises the following steps:
and the CPU inquires the writing address and the reading address in the RAM according to a second preset time interval, determines the difference COUNT between the writing address and the reading address in the RAM, determines the data volume currently stored in the RAM according to the determined COUNT, and reads the data in the RAM when the data volume currently stored in the RAM is larger than a preset threshold value.
2. The method of claim 1, wherein before sending the data in the RAM to the CPU, the method further comprises:
when the following conditions are met, configuring a compression ratio to the RAM, and compressing data in the RAM according to the configured compression ratio:
S×T>D;
wherein, S is the sampling rate of the current time base of the oscilloscope, and specifically is: extracting the number of sampling points forming a discrete signal from the continuous signal every second; t is CPU access interval, and the unit is second; d is the size of the RAM storage space.
3. The method according to claim 2, wherein the compression ratio C configured to the RAM satisfies the following condition:
S×T÷C<D;
wherein S is the sampling rate of the current time base of the oscilloscope; t is CPU access interval, and the unit is second; d is the size of the RAM storage space.
4. An oscilloscope, the oscilloscope comprising: the device comprises an acquisition module, a storage module and a processing module; wherein the content of the first and second substances,
the acquisition module is used for acquiring data and writing the acquired data into the storage module;
the storage module is realized by an RAM at the FPGA data acquisition side and is used for storing data written in by the acquisition module;
the processing module is realized by a CPU and is used for acquiring all stored data from the storage module every time, determining head data and tail data of one screen of data from the acquired data, and combining the head data, the tail data and the data between the head data and the tail data to generate one screen of data; the RAM only stores partial data of one screen of data at a time;
the storage module is further configured to query a local write address and a local read address according to a first preset time interval, determine a difference COUNT between the write address and the read address, determine a current local stored data amount according to the determined COUNT, and send the locally stored data to the processing module when the current local stored data amount is greater than a preset threshold;
the processing module is further configured to query the write address and the read address in the storage module according to a second preset time interval, determine a difference COUNT between the write address and the read address in the storage module, determine a data amount currently stored in the storage module according to the determined COUNT, and read data in the storage module when the data amount currently stored in the storage module is greater than a preset threshold.
5. The oscilloscope of claim 4, further comprising: a configuration module and a compression module, wherein,
the configuration module is used for configuring the compression ratio to the storage module when the following conditions are met before the processing module acquires the data from the storage module:
S×T>D;
wherein S is the sampling rate of the current time base of the oscilloscope; t is CPU access interval, and the unit is second; d is the size of the storage space of the storage module;
and the compression module is used for compressing the data in the storage module according to the compression ratio configured by the configuration module.
6. The oscilloscope according to claim 5, wherein the compression ratio C configured to the storage module satisfies the following condition:
S×T÷C<D;
wherein S is the sampling rate of the current time base of the oscilloscope; t is CPU access interval, and the unit is second; and D is the size of the storage space of the storage module.
CN201710124682.0A 2017-03-03 2017-03-03 Oscilloscope and collected data reporting method thereof Active CN107066421B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710124682.0A CN107066421B (en) 2017-03-03 2017-03-03 Oscilloscope and collected data reporting method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710124682.0A CN107066421B (en) 2017-03-03 2017-03-03 Oscilloscope and collected data reporting method thereof

Publications (2)

Publication Number Publication Date
CN107066421A CN107066421A (en) 2017-08-18
CN107066421B true CN107066421B (en) 2020-11-06

Family

ID=59621854

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710124682.0A Active CN107066421B (en) 2017-03-03 2017-03-03 Oscilloscope and collected data reporting method thereof

Country Status (1)

Country Link
CN (1) CN107066421B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109597772A (en) * 2018-12-04 2019-04-09 中国兵器装备集团自动化研究所 A kind of data pre-trigger acquisition method
CN111521853B (en) * 2020-06-19 2023-03-21 深圳市鼎阳科技股份有限公司 Oscilloscope signal display processing method and oscilloscope

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008051856A2 (en) * 2006-10-26 2008-05-02 Samplify Systems, Inc. Data compression for a waveform data analyzer
CN102539864A (en) * 2010-12-31 2012-07-04 北京普源精电科技有限公司 Digital oscilloscope and signal measuring method
CN105807114A (en) * 2014-12-31 2016-07-27 深圳高宜电子科技有限公司 Access method for data collection of digital oscilloscope, device thereof and digital oscilloscope
CN105954557A (en) * 2016-04-29 2016-09-21 深圳市鼎阳科技有限公司 Oscilloscope and method for improving waveform capture rate

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008051856A2 (en) * 2006-10-26 2008-05-02 Samplify Systems, Inc. Data compression for a waveform data analyzer
CN102539864A (en) * 2010-12-31 2012-07-04 北京普源精电科技有限公司 Digital oscilloscope and signal measuring method
CN105807114A (en) * 2014-12-31 2016-07-27 深圳高宜电子科技有限公司 Access method for data collection of digital oscilloscope, device thereof and digital oscilloscope
CN105954557A (en) * 2016-04-29 2016-09-21 深圳市鼎阳科技有限公司 Oscilloscope and method for improving waveform capture rate

Also Published As

Publication number Publication date
CN107066421A (en) 2017-08-18

Similar Documents

Publication Publication Date Title
CN108345524B (en) Application program monitoring method and application program monitoring device
JP6999012B2 (en) Audio signal detection method and equipment
CN109802684B (en) Method and device for data compression
US20110010487A1 (en) Health Reporting From Non-Volatile Block Storage Device to Processing Device
CN108319539B (en) Method and system for generating GPU card slot position information
CN112749013B (en) Thread load detection method and device, electronic equipment and storage medium
EP2919120A1 (en) Memory monitoring method and related device
CN110995273B (en) Data compression method, device, equipment and medium for power database
CN107066421B (en) Oscilloscope and collected data reporting method thereof
CN112199010B (en) Full storage depth measuring method, digital oscilloscope and storage medium
CN110784377A (en) Method for uniformly managing cloud monitoring data in multi-cloud environment
CN103389413B (en) A kind of real-time statistical method of spectral histogram
CN111459682B (en) Frequency adjustment method, device, electronic equipment and storage medium
US9122800B1 (en) System and method of non-intrusive measurement of memory access profiles of threads in a multi-core processor
CN111796938B (en) Cluster dynamic concurrency control method and device
CN107748711B (en) Method for automatically optimizing Storm parallelism, terminal equipment and storage medium
TW201743069A (en) Logic analyzer, method of retrieving data of the same, and method of performance testing
CN116708070A (en) CAN message storage method, device and equipment based on domain controller and storage medium
CN115951824A (en) Sampling data processing method, device and nonvolatile storage medium
CN112765080A (en) Information processing method and equipment
CN104954201A (en) Sampling method and sampling device for heath data of network and servers of IDC (Internet Data Center)
CN111444068B (en) System performance test method, device, computer equipment and storage medium
CN111124285B (en) Solid state disk data holding method, device, equipment and medium
JP5632793B2 (en) Waveform analysis system, waveform analysis apparatus, and computer program
CN110672145B (en) Sensor data acquisition and processing method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 518000 Guangdong Province, Baoan District, Baoan District, Xin'an Street, Xingdong Community, 68 District, Antongda Industrial Factory Area, 4 factories, 3 floors, 5 office buildings, 1-3 floors

Applicant after: Shenzhen dingyang Technology Co.,Ltd.

Address before: Shenzhen City, Guangdong province Baoan District 518000 District 68 road left three Antongda Industrial Park, 4 floor

Applicant before: SHENZHEN CITY SIGLENT TECHNOLOGIES Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant