CN112596450B - Real-time frequency spectrum monitoring system and method based on B/S framework - Google Patents

Real-time frequency spectrum monitoring system and method based on B/S framework Download PDF

Info

Publication number
CN112596450B
CN112596450B CN202110024901.4A CN202110024901A CN112596450B CN 112596450 B CN112596450 B CN 112596450B CN 202110024901 A CN202110024901 A CN 202110024901A CN 112596450 B CN112596450 B CN 112596450B
Authority
CN
China
Prior art keywords
service
spectrum
acquisition
real
information
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
CN202110024901.4A
Other languages
Chinese (zh)
Other versions
CN112596450A (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.)
Pla 63923 Unit
Original Assignee
Pla 63923 Unit
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 Pla 63923 Unit filed Critical Pla 63923 Unit
Publication of CN112596450A publication Critical patent/CN112596450A/en
Application granted granted Critical
Publication of CN112596450B publication Critical patent/CN112596450B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/042Programme control other than numerical control, i.e. in sequence controllers or logic controllers using digital processors
    • G05B19/0428Safety, monitoring
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/24Pc safety
    • G05B2219/24024Safety, surveillance

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application discloses a real-time frequency spectrum monitoring system and a method based on a B/S framework, wherein the system comprises: the system comprises a central management server, a plurality of acquisition and processing servers and a plurality of clients; and the plurality of clients perform data interaction with the central management server and the plurality of acquisition and processing servers through a B/S architecture. The method and the device solve the technical problems of poor compatibility and applicability of the real-time spectrum monitoring system in the prior art.

Description

Real-time frequency spectrum monitoring system and method based on B/S framework
Technical Field
The present invention relates to the field of spectrum monitoring technologies, and in particular, to a real-time spectrum monitoring system and method based on a bs framework.
Background
In satellite communication systems, real-time monitoring of the spectrum of communication satellite transponders has been one of the hot spots in satellite communication networks. Due to the lack of a hardware system for real-time monitoring of a communication satellite transponder spectrum, technicians design a novel system for real-time monitoring of a communication satellite transponder spectrum, wherein the system hardware comprises a central management server, a plurality of acquisition and processing servers and a plurality of clients, but in the system design process, besides the technology of a system hardware layer, the technology of a software layer needs to be considered. Because the novel real-time monitoring system mainly relates to a scene of data interaction between a terminal and a server, the software level mainly considers how various clients perform data interaction with a central management server and a plurality of acquisition and processing servers, and service platforms, interaction architectures and the like supported by the central management server and the plurality of acquisition and processing servers.
At present, a common framework for data interaction between a terminal and a server is a C/S framework, specifically, when data interaction is performed through the C/S framework, the terminal and the server both need to install a dedicated application program, and data interaction between the terminal and the server is realized through the dedicated application program, so that interconnection and intercommunication with other application systems are difficult, an operating system is greatly limited, and the system cannot adapt to various application scenarios, and development and maintenance costs are high. Therefore, how to design a software system which is convenient for interconnection and intercommunication with other systems and has high applicability on the basis of the hardware of the novel real-time spectrum monitoring system becomes a problem to be solved urgently.
Disclosure of Invention
The technical problem that this application was solved is: the system aims at the problem that a real-time spectrum monitoring system in the prior art is poor in compatibility and applicability. According to the scheme provided by the embodiment of the application, a plurality of clients perform data interaction with a central management server and a plurality of acquisition and processing servers through a browser, the B/S architecture can be interconnected and communicated with a plurality of systems by using the browser, so that the limitation on an operating system is reduced, the system cannot adapt to various application scenes, the development and maintenance cost is high, and the like, and the compatibility and the applicability of the real-time spectrum monitoring system are improved.
In a first aspect, an embodiment of the present application provides a real-time spectrum monitoring system based on a B/S architecture, where the system includes: the system comprises a central management server, a plurality of acquisition and processing servers and a plurality of clients; and the plurality of clients perform data interaction with the central management server and the plurality of acquisition and processing servers through a B/S architecture.
Optionally, the central management server performs data interaction with the plurality of clients through a first communication model, where the first communication model includes a first web service, a first business application service, and a first WebSocket service;
the first web service is used for carrying out data interaction with the plurality of clients in an HTTP request/response mode;
the first business application service is used for processing the HTTP request.
The first WebSocket service is used for pushing historical spectrum information corresponding to at least one acquisition channel to the client through a WebSocket protocol according to a user request.
Optionally, each acquisition processing server performs data interaction with the plurality of clients through a second communication model, where the second communication model includes a second web service, a message middleware ZeroMQ, a second WebSocket service, and a second business application service;
the second business application service is used for acquiring intermediate frequency or radio frequency information in a system to be monitored in real time through multiple channels and analyzing and processing the intermediate frequency or radio frequency information in real time to obtain real-time frequency spectrum information;
the message middleware zeroMQ is used for acquiring the real-time spectrum information in the plurality of acquisition and processing servers;
the second WebSocket service is used for pushing the real-time spectrum information in the message middleware zeroMQ to the client;
and the second web service is used for carrying out data interaction with the plurality of clients in an HTTP request/response mode.
Optionally, the system is partitioned from a system logic level, and the system includes: the system comprises a data acquisition layer, a storage management layer, a service logic layer and a comprehensive presentation layer; wherein the content of the first and second substances,
the data acquisition layer is used for acquiring intermediate frequency or radio frequency information in a system to be monitored in real time through multiple channels and sending the intermediate frequency or radio frequency information to the storage management layer;
the storage management layer is used for storing the intermediate frequency or radio frequency information and managing a database and a database;
the service logic layer is used for analyzing the intermediate frequency or radio frequency information by a preset carrier detection method to obtain real-time frequency spectrum information and carrying out frequency spectrum monitoring to obtain frequency spectrum monitoring information;
and the comprehensive presentation layer is used for monitoring and displaying the frequency spectrum according to the real-time frequency spectrum information and the frequency spectrum monitoring information and presenting a dynamic frequency spectrum graph on a browser.
Optionally, the service logic layer is specifically configured to:
carrying out power spectrum estimation on the collected intermediate frequency or radio frequency information in the system to be monitored;
carrying out discrete dyadic wavelet transform on the estimated power spectrum to obtain transformed power spectrum information;
dividing the transformed power spectrum information into multi-scale signals according to signal bandwidth and determining wavelet transformation orders, wherein the multi-scale signals comprise broadband signals, medium signals, narrowband signals and extremely narrow signals;
performing multi-scale signal detection according to the mode maximum result of wavelet transformation with different orders, and estimating signal parameters according to the detection result;
and monitoring the frequency spectrum according to the signal parameters to obtain frequency spectrum monitoring information, and monitoring abnormal frequency spectrum according to the frequency spectrum monitoring information.
Optionally, the service logic layer is specifically configured to:
and sequentially carrying out multi-scale signal detection according to the wavelet transformation order and the sequence of a broadband signal, a medium signal, a narrow-band signal and an extremely narrow signal.
Optionally, the system is partitioned from a spectrum monitoring system software layer, and the system includes: a data layer, a service layer and a display interaction layer; wherein the content of the first and second substances,
the data layer comprises a collection transmission service, a spectrum analysis service, a zeroMQ service, a data storage service, an InfluxDB service and a MySQL service;
the business layer comprises a frequency spectrum monitoring service, a Web service and an external interconnection service;
the display interaction layer comprises a browser, data interaction is carried out between the browser and the spectrum monitoring service through a WebSocket protocol, data interaction is carried out between the browser and the Web service through an HTTP protocol, and data interaction is carried out between the browser and the external interconnection service through an REST protocol.
In a second aspect, an embodiment of the present application provides a real-time spectrum monitoring method based on a B/S architecture, which is applied to the system according to the first aspect, and the system includes:
receiving a first request input by a user, sending the first request to a central management server in a first HTTP request mode through a B/S framework, receiving a first HTTP response sent by the central management server based on a web service, or receiving historical spectrum information corresponding to at least one acquisition channel pushed by the central management server based on a WebSocket service;
the method comprises the steps of receiving real-time spectrum information acquired by a plurality of acquisition channels pushed by the acquisition processing server based on WebSocket service, or receiving a second request input by a user, sending the second request to the acquisition processing server in a second HTTP request mode through a B/S framework, and receiving a second HTTP response sent by the acquisition processing server based on web service, wherein the real-time spectrum information pushed by the WebSocket service is obtained through a message middleware zeroMQ.
Optionally, the method further comprises: and playing back historical spectrum information corresponding to at least one acquisition channel pushed by the central management server based on the WebSocket service through a browser, or displaying the acquired real-time spectrum information of a plurality of acquisition channels pushed by the acquisition processing server based on the WebSocket service through the browser.
Optionally, the first HTTP response and the second HTTP response comprise: warning or anomaly data is monitored. The method further comprises the following steps: displaying, by the browser, the warning or exception data.
Compared with the prior art, the scheme provided by the embodiment of the application has the following beneficial effects:
1. in the scheme provided by the embodiment of the application, the plurality of clients perform data interaction with the central management server and the plurality of acquisition and processing servers through the B/S framework, and the B/S framework can use the browser to be interconnected and intercommunicated with the plurality of systems, so that the limitation on an operating system is reduced, the operating system cannot adapt to various application scenes, the development and maintenance costs are high, and the like, and the compatibility and the applicability of the real-time spectrum monitoring system are further improved.
2. In the scheme provided by the embodiment of the application, the central management server, the acquisition processing server and the client realize system parameter configuration and monitoring plan configuration through an HPPT protocol, finish pushing spectrum data through a Web Socket protocol, and finally present a dynamic spectrum graph on a browser, namely, the method supports finishing real-time drawing and playback display of multi-channel spectrum information on the browser, can meet various interactions of users, improves system performance reliability and meets the requirements of a real-time spectrum monitoring system on real-time performance.
3. In the scheme provided by the embodiment of the application, the service logic layer performs effective carrier detection on signals with irregular wide and narrow signal carrier distribution based on a carrier detection algorithm with multi-scale wavelet mode greatly fused, automatically discovers abnormal fluctuation of the carrier, automatically completes patrol result report, avoids the problem that the traditional technologies such as energy detection, matched filtering, cyclostationary characteristic detection cannot take into account both broadband and narrowband signals, improves the efficiency of carrier detection, and further completes automatic spectrum abnormality discovery.
Drawings
Fig. 1 is a schematic structural diagram of a real-time spectrum monitoring system based on a B/S architecture according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of a real-time spectrum monitoring system based on a B/S architecture according to an embodiment of the present disclosure;
fig. 3 is a schematic flowchart of performing multi-scale signal detection by using a mode maximum result of wavelet transform with different orders according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a real-time spectrum monitoring system based on a B/S architecture according to an embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of a real-time spectrum monitoring system based on a B/S architecture according to an embodiment of the present disclosure;
FIG. 6 is a schematic diagram of a multi-channel data processing mode according to an embodiment of the present application;
fig. 7 is a schematic diagram of data exchange in a spectrum monitoring system according to an embodiment of the present application;
fig. 8 is a flowchart illustrating a method for monitoring a real-time spectrum based on a B/S architecture according to an embodiment of the present disclosure.
Detailed Description
In the solutions provided in the embodiments of the present application, the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
In order to better understand the technical solutions, the technical solutions of the present application are described in detail below with reference to the drawings and specific embodiments, and it should be understood that the specific features in the embodiments and examples of the present application are detailed descriptions of the technical solutions of the present application, and are not limitations of the technical solutions of the present application, and the technical features in the embodiments and examples of the present application may be combined with each other without conflict.
Referring to fig. 1, an embodiment of the present application provides a real-time spectrum monitoring system based on a B/S architecture, where the system includes: a central management server 1, a plurality of acquisition processing servers 2 and a plurality of clients 3; the plurality of clients 3 schedule and manage the data of the central management server 1 and the plurality of collection processing servers 2 through a B/S architecture.
Further, referring to fig. 1, in a possible implementation manner, the central management server 1 performs data interaction with the plurality of clients 3 through the B/S framework according to a first communication model, where the first communication model includes a first web service, a first business application service, and a first WebSocket service; the first web service is used for carrying out data interaction with the plurality of clients in an HTTP request/response mode; the first business application service is used for processing the HTTP request. The first WebSocket service is used for pushing historical spectrum information corresponding to at least one acquisition channel to the client through a WebSocket protocol according to a user request.
Further, referring to fig. 1, in a possible implementation manner, each of the acquisition processing servers 2 performs data interaction with the plurality of clients 3 through the B/S framework according to a second communication model, where the second communication model includes a second web service, a message middleware ZeroMQ, a second WebSocket service, and a second business application service; the second business application service is used for acquiring intermediate frequency or radio frequency information in a system to be monitored in real time through multiple channels and analyzing and processing the intermediate frequency or radio frequency information in real time to obtain real-time frequency spectrum information; the message middleware zeroMQ is used for acquiring the real-time spectrum information in the plurality of acquisition and processing servers; the second WebSocket service is used for pushing the real-time spectrum information in the message middleware zeroMQ to the client; and the second web service is used for carrying out data interaction with the plurality of clients in an HTTP request/response mode.
Specifically, in the scheme provided in the embodiment of the present application, the central management server 1, the multiple acquisition and processing servers 2, and the multiple clients 3 are interconnected through a local area ethernet, the multiple clients 3 provide a human-computer interaction interface, a user inputs a data monitoring request to the client 3 through the human-computer interaction interface, the client 3 sends the data monitoring request input by the user to the central management server 1 or the multiple acquisition and processing servers 2 through a browser, the central management server 1 or the multiple acquisition and processing servers 2 display frequency spectrum information of each channel through the browser, and information from the acquisition and processing servers 2 and the central management server 1 is displayed to the user in the form of graphics, text, and the like through the client browser. It should be understood that, in the solution provided in the embodiment of the present application, the number of the clients is arbitrary, and the clients may be browsers on both a PC and a mobile device, which is not limited herein.
Further, in the scheme provided in the embodiment of the present application, in order to enable a user to browse spectrum information of each channel through the client 3, the acquisition processing server 2 performs data interaction with the plurality of clients 3 by using a second communication model including a second web service, a message middleware ZeroMQ, a second WebSocket service, and a second service application service. Specifically, the method comprises the following steps. The second service application service of the acquisition and processing server 2 is responsible for completing functions related to spectrum data calculation and processing, such as original data receiving, FFT signal processing, carrier parameter extraction, interference signal identification, alarm analysis, modulation mode identification and the like, and after processing, processing result data is issued outwards through a message platform based on middleware zeroMQ encapsulation; the second WebSocket service can receive information issued by the middleware zeroMQ, data can be pushed to the client as required by using a dynamic data binding technology, and the second Web service is responsible for responding to and processing general HTTP requests, such as modifying channel configuration parameters.
The first communication model in the central management server 1 is similar to the second communication model in the acquisition processing server 2, and the functions of the services are also similar, the main difference is that the acquisition processing server 2 mainly pushes the WebSocket service, and the central management server 1 mainly responds and processes the general HTTP request by the Web service.
Further, referring to fig. 2, in one possible implementation, the system is partitioned from a system logic level, and the system includes: a data acquisition layer 21, a storage management layer 22, a business logic layer 23 and a comprehensive presentation layer 24; wherein the content of the first and second substances,
the data acquisition layer 21 is configured to acquire intermediate frequency or radio frequency information in a system to be monitored in real time through multiple channels, and send the intermediate frequency or radio frequency information to the storage management layer 22;
the storage management layer 22 is used for storing the intermediate frequency or radio frequency information, and managing a database and a database;
the service logic layer 23 is configured to analyze the intermediate frequency or radio frequency information by using a preset carrier detection method to obtain real-time spectrum information, and perform spectrum monitoring to obtain spectrum monitoring information;
and the comprehensive presentation layer 24 is configured to perform spectrum monitoring display according to the real-time spectrum information and the spectrum monitoring information, and present a dynamic spectrum graph on a browser.
Specifically, in the scheme provided in the embodiment of the present application, the data acquisition layer 21 includes acquisition and transmission software, and real-time signal acquisition is realized through the acquisition and transmission software, the high-speed ADC and the high-performance FPGA; the storage management layer 22 utilizes the timing sequence, the relational database infiluxdb and the storage management data MySQL; the business logic layer 23 comprises spectrum analysis software and spectrum monitoring software of a server side, and performs signal processing and analysis based on a high-performance server and a GPU; the comprehensive presentation layer 24 includes spectrum monitoring software displayed on the foreground, and mainly provides a data display and control interface for users in the form of BS.
Aiming at the characteristic that the distribution of wide and narrow signal carriers of a real-time frequency spectrum monitoring system is irregular, the method aims to solve the problem that the traditional technologies such as energy detection, matched filtering, cyclostationarity detection and the like cannot give consideration to both broadband and narrowband signals, and improves the efficiency of carrier detection. In the solution provided in the embodiment of the present application, the service logic layer 23 performs automatic monitoring of spectrum abnormality by using a carrier detection method based on multi-scale wavelet mode maximum fusion.
In a possible implementation manner, the service logic layer 23 is specifically configured to: carrying out power spectrum estimation on the collected intermediate frequency or radio frequency information in the system to be monitored; carrying out discrete dyadic wavelet transform on the estimated power spectrum to obtain transformed power spectrum information; dividing the transformed power spectrum information into multi-scale signals according to signal bandwidth and determining wavelet transformation orders, wherein the multi-scale signals comprise broadband signals, medium signals, narrowband signals and extremely narrow signals; performing multi-scale signal detection according to the mode maximum result of wavelet transformation with different orders, and estimating signal parameters according to the detection result; and monitoring the frequency spectrum according to the signal parameters to obtain frequency spectrum monitoring information, and monitoring abnormal frequency spectrum according to the frequency spectrum monitoring information.
In a possible implementation manner, the service logic layer 23 is specifically configured to: and sequentially carrying out multi-scale signal detection according to the wavelet transformation order and the sequence of a broadband signal, a medium signal, a narrow-band signal and an extremely narrow signal.
Specifically, in the solution provided in the embodiment of the present application, the service logic layer 23 performs an automatic spectrum anomaly monitoring process by using a carrier detection method based on multi-scale wavelet mode maximum fusion as follows:
(1) power spectrum estimation
And estimating the signal power spectrum Sr (f) according to indexes such as sampling frequency fs and frequency resolution requirement delta f.
(2) Discrete dyadic wavelet transform of power spectrum
And (3) performing discrete dyadic wavelet transform on Sr (f), and performing discrete dyadic wavelet transform on Sr (f) by adopting a first-order differential of a quadratic spline function approximate Gaussian function as a wavelet mother function.
(3) Dividing the signal bandwidth and determining the corresponding wavelet transform order
Since the bandwidth span range of different signals is unknown in advance, the bandwidth range of Δ f-fs 2 should be divided in a full coverage manner to ensure that no missing detection occurs. The signal bandwidth can be divided by order of magnitude, and signals with different bandwidths use corresponding wavelet transform orders and wavelet filter lengths.
(4) Multi-scale signal detection by using mode maximum result of wavelet transformation with different orders
The broadband signal often has severe in-band fluctuation, and the fluctuation is easily misjudged as the narrowband signal under the small scale, so the signal detection is firstly carried out from the large signal, and once the large signal is judged to be the large signal, the signal detection under the small scale is not carried out on the frequency spectrum range, thereby avoiding the phenomenon that the in-band fluctuation of the broadband signal is misjudged as the narrowband signal. The algorithm implementation is shown in fig. 3.
(5) Estimating signal parameters based on the detection results
After the signal detection is completed, the signal carrier frequency f can be estimated according to the detection resultcBandwidth B, and carrier-to-noise ratio C/N. Let i-th signal start frequency f2i-1End frequency f2iThen signal bandwidth Bi=f2i-f2i-1Carrier frequency fci=(f2i-1+f2i-1)/2. The location of each signal is determined, as is the location of the "spectral holes".
In the scheme provided by the embodiment of the application, the service logic layer performs effective carrier detection on signals with irregular wide and narrow signal carrier distribution based on a carrier detection algorithm with multi-scale wavelet mode greatly fused, automatically discovers abnormal fluctuation of the carrier, automatically completes patrol result report, avoids the problem that the traditional technologies such as energy detection, matched filtering, cyclostationary characteristic detection cannot take into account both broadband and narrowband signals, improves the efficiency of carrier detection, and further completes automatic spectrum abnormality discovery.
Further, referring to fig. 4, in one possible implementation, the system is partitioned from a spectrum monitoring system software layer, and includes: a data layer 41, a service layer 42 and a display interaction layer 43; wherein the content of the first and second substances,
the data layer 41 comprises a collection transmission service, a spectrum analysis service, a zeroMQ service, a data storage service, an InfluxDB service and a MySQL service;
the service layer 42 includes a spectrum monitoring service, a Web service and an external interconnection service;
the display interaction layer 43 includes a browser, and the browser performs data interaction with the spectrum monitoring service through a WebSocket protocol, performs data interaction with the Web service through an HTTP protocol, and performs data interaction with the external internet service through an REST protocol.
Specifically, the method comprises the following steps. Referring to fig. 5, in fig. 5, a spectrum monitoring software, external interconnection software, and MySQL software are provided in the central management server 1, where the spectrum monitoring software in the central management server 1 is used to implement system parameter management, warning parameter management, monitoring plan management, and device status monitoring; the acquisition and processing server 2 is provided with spectrum monitoring software, database storage software, spectrum analysis software and acquisition and transmission software, wherein the spectrum monitoring software is used for realizing real-time spectrum display and spectrum data playback, the database storage software is used for realizing spectrum data storage and state data storage, and the spectrum analysis software is used for realizing raw data acquisition, frequency domain signal processing, time domain signal processing, bandwidth FFT, warning analysis and high-precision FFT. The client 3 comprises a browser and spectrum monitoring software, wherein the spectrum monitoring software in the client 3 comprises a rendering module and a data processing module, the rendering module is used for realizing image drawing, webpage drawing, state management and data management of images, webpages and states, and the data processing module is used for realizing data storage and data processing.
In the scheme provided by the embodiment of the application, the central management server, the acquisition processing server and the client realize system parameter configuration and monitoring plan configuration through an HPPT protocol, finish pushing spectrum data through a Web Socket protocol, and finally present a dynamic spectrum graph on a browser, namely, the method supports finishing real-time drawing and playback display of multi-channel spectrum information on the browser, can meet various interactions of users, improves system performance reliability and meets the requirements of a real-time spectrum monitoring system on real-time performance.
Further, in the solution provided in the embodiment of the present application, the running development platform of the system service is ubuntu7.10 operating system, and the client uses a browser of a version above google Chrome 70 to support the Windows 10 operating system. The development comprises acquisition and transmission service, spectrum analysis service, data storage service, spectrum monitoring service, external interconnection service and five types of service software. The spectrum analysis service and the data storage service are deployed in the acquisition processing server, and are used for allocating an instance to each channel during operation, allocating different operation parameters and processing and storing spectrum data of one channel. The acquisition and transmission service can provide service for a plurality of channels, and each acquisition server only runs one instance. The acquisition and transmission service is distributed service, and is deployed in an acquisition server and a central processing server to complete the processing of multi-channel spectrum data, including service logic processing such as data distribution, display control, channel parameter management and the like. The external interconnection service is deployed in the central management server 1 to complete data interaction with an external system. Specifically, refer to fig. 6 for a schematic diagram of a multi-channel data processing mode provided in the embodiment of the present application.
And the spectrum analysis service reads the original data after the analog-to-digital conversion from the acquisition and transmission service in a PCIE interface access mode. The analyzed result data is published to a real-time data exchange bus of the zeroMQ middleware by a spectrum analysis service, the data storage, spectrum monitoring and external interconnection services acquire required data by subscribing related information, and after acquiring the spectrum data, the spectrum monitoring service pushes the spectrum data to a Web browser in real time by using a dynamic data binding technology of a WebSocket service for displaying. And the external interconnection software service exchanges data with the superior software in the form of RESTful Web service. Specifically, as shown in fig. 7, a schematic diagram of data exchange in a spectrum monitoring system according to an embodiment of the present application is provided.
The multi-channel frequency spectrum information real-time drawing and playback display is completed on the browser, and various interactions of users can be met, including: the functions of operation of the frequency spectrum graph (curve enlargement and reduction, change of horizontal and vertical coordinate range, hiding/display/redrawing of a maximum curve, Mark points and the like), setting of the number of view windows, parameter setting of channels and frequency converters, alarm parameter management, making and viewing of monitoring plans, playback of historical data, data statistical reports and the like. The method comprises the steps of constructing a real-time display frame of a browser end, constructing the display frame by adopting Vue.js, designing a multithreading processing mode by means of a rendering/updating component tree technology of a VUE frame and a Web Worker and Web Socket technology based on an HTML5 protocol, realizing high-response data updating, and achieving the graph refreshing rate of more than 10 times per second under the conditions of 60MHz bandwidth and 1KHz resolution. The state data Storage is implemented using a Web Storage.
In the scheme provided by the embodiment of the application, the plurality of clients perform data interaction with the central management server and the plurality of acquisition and processing servers through the B/S framework, and the B/S framework can use the browser to be interconnected and intercommunicated with the plurality of systems, so that the limitation on an operating system is reduced, the operating system cannot adapt to various application scenes, the development and maintenance costs are high, and the like, and the compatibility and the applicability of the real-time spectrum monitoring system are further improved.
A real-time spectrum monitoring method based on a B/S architecture provided by the embodiments of the present application is further described in detail below with reference to the drawings in the specification, and is applied to the system shown in fig. 1, with reference to fig. 8, where a specific implementation manner of the method may include the following steps:
step 801, receiving a first request input by a user, sending the first request to a central management server in a first HTTP request mode through a B/S architecture, and receiving a first HTTP response sent by the central management server based on a web service, or receiving historical spectrum information corresponding to at least one acquisition channel pushed by the central management server based on a WebSocket service.
Step 802, receiving the real-time spectrum information acquired by the acquisition processing server based on multiple acquisition channels pushed by the WebSocket service, or receiving a second request input by a user, sending the second request to the acquisition processing server in a second HTTP request manner through a B/S framework, and receiving a second HTTP response sent by the acquisition processing server based on the web service, wherein the real-time spectrum information pushed by the WebSocket service is obtained through a message middleware ZeroMQ.
Optionally, the method further comprises: and playing back historical spectrum information corresponding to at least one acquisition channel pushed by the central management server based on the WebSocket service through a browser, or displaying the acquired real-time spectrum information of a plurality of acquisition channels pushed by the acquisition processing server based on the WebSocket service through the browser.
Optionally, the first HTTP response and the second HTTP response comprise: warning or anomaly data is monitored.
The method further comprises the following steps: displaying, by the browser, the warning or exception data.
Specifically, in the solution provided in the embodiment of the present application, the method described in fig. 8 is introduced in the system described in fig. 1, and is not described herein again.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. 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 apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, 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 apparatus 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 apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.

Claims (9)

1. A real-time spectrum monitoring system based on a B/S architecture is characterized by comprising: the system comprises a central management server, a plurality of acquisition and processing servers and a plurality of clients; the plurality of clients respectively perform data interaction with the central management server and the plurality of acquisition and processing servers through a B/S architecture;
the plurality of clients perform data interaction with the central management server through a first communication model;
the plurality of clients perform data interaction with the plurality of acquisition and processing servers through a second communication model;
the first communication model and the second communication model comprise web service, business application service and WebSocket service;
the central management server performs data interaction with the plurality of clients through a first communication model, wherein the first communication model comprises a first web service, a first business application service and a first WebSocket service;
the first web service is used for carrying out data interaction with the plurality of clients in an HTTP request/response mode;
the first business application service is used for processing the HTTP request;
the first WebSocket service is used for pushing historical spectrum information corresponding to at least one acquisition channel to the client through a WebSocket protocol according to a user request;
each acquisition processing server performs data interaction with the plurality of clients through a second communication model, wherein the second communication model comprises a second web service, a message middleware zeroMQ, a second WebSocket service and a second business application service;
the second business application service is used for acquiring intermediate frequency or radio frequency information in a system to be monitored in real time through multiple channels and analyzing and processing the intermediate frequency or radio frequency information in real time to obtain real-time frequency spectrum information;
the message middleware zeroMQ is used for acquiring the real-time spectrum information in the plurality of acquisition and processing servers;
the second WebSocket service is used for pushing the real-time spectrum information in the message middleware zeroMQ to the client;
and the second web service is used for carrying out data interaction with the plurality of clients in an HTTP request/response mode.
2. The system of claim 1, wherein partitioned from a system logic level, the system comprises: the system comprises a data acquisition layer, a storage management layer, a service logic layer and a comprehensive presentation layer; wherein the content of the first and second substances,
the data acquisition layer is used for acquiring intermediate frequency or radio frequency information in a system to be monitored in real time through multiple channels and sending the intermediate frequency or radio frequency information to the storage management layer;
the storage management layer is used for storing the intermediate frequency or radio frequency information and managing a database and a database;
the service logic layer is used for analyzing the intermediate frequency or radio frequency information according to a preset carrier detection method to obtain real-time frequency spectrum information and performing frequency spectrum monitoring to obtain frequency spectrum monitoring information;
and the comprehensive presentation layer is used for monitoring and displaying the frequency spectrum according to the real-time frequency spectrum information and the frequency spectrum monitoring information and presenting a dynamic frequency spectrum graph on a browser.
3. The system of claim 2, wherein the business logic layer is specifically configured to:
carrying out power spectrum estimation on the collected intermediate frequency or radio frequency information in the system to be monitored;
carrying out discrete dyadic wavelet transform on the estimated power spectrum to obtain transformed power spectrum information;
dividing the transformed power spectrum information into multi-scale signals according to signal bandwidth and determining wavelet transformation orders, wherein the multi-scale signals comprise broadband signals, medium signals, narrowband signals and extremely narrow signals;
performing multi-scale signal detection according to the mode maximum result of wavelet transformation with different orders, and estimating signal parameters according to the detection result;
and monitoring the frequency spectrum according to the signal parameters to obtain frequency spectrum monitoring information, and monitoring abnormal frequency spectrum according to the frequency spectrum monitoring information.
4. The system of claim 3, wherein the business logic layer is specifically configured to:
and sequentially carrying out multi-scale signal detection according to the wavelet transformation order and the sequence of a broadband signal, a medium signal, a narrow-band signal and an extremely narrow signal.
5. The system of any one of claims 1-4, partitioned from a spectrum monitoring system software level, the system comprising: a data layer, a service layer and a display interaction layer; wherein the content of the first and second substances,
the data layer comprises a collection transmission service, a spectrum analysis service, a zeroMQ service, a data storage service, an InfluxDB service and a MySQL service;
the business layer comprises a frequency spectrum monitoring service, a Web service and an external interconnection service;
the display interaction layer comprises a browser, data interaction is carried out between the browser and the spectrum monitoring service through a WebSocket protocol, data interaction is carried out between the browser and the Web service through an HTTP protocol, and data interaction is carried out between the browser and the external interconnection service through an REST protocol.
6. A method for real-time spectrum monitoring based on B/S architecture for a system according to any of claims 1-5, comprising:
receiving a first request input by a user, sending the first request to a central management server in a first HTTP request mode through a B/S architecture, receiving a first HTTP response sent by the central management server based on a web service, and pushing historical spectrum information corresponding to at least one acquisition channel to the user by the central management server through a first WebSocket protocol according to the first request;
receiving a second request input by a user, sending the second request to an acquisition processing server in a second HTTP request mode through a B/S architecture, receiving a second HTTP response sent by the acquisition processing server based on web services, and pushing real-time spectrum information in a message middleware zeroMQ to the user through a second WebSocket protocol by the acquisition processing server according to the second request.
7. The method of claim 6, further comprising:
and playing back historical spectrum information corresponding to at least one acquisition channel pushed by the central management server based on the WebSocket service through a browser, or displaying the acquired real-time spectrum information of a plurality of acquisition channels pushed by the acquisition processing server based on the WebSocket service through the browser.
8. The method of claim 7, wherein the first HTTP response and the second HTTP response comprise: warning or anomaly data is monitored.
9. The method of claim 8, wherein: further comprising: displaying the warning or exception data through the browser.
CN202110024901.4A 2020-11-26 2021-01-08 Real-time frequency spectrum monitoring system and method based on B/S framework Active CN112596450B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011353599 2020-11-26
CN2020113535999 2020-11-26

Publications (2)

Publication Number Publication Date
CN112596450A CN112596450A (en) 2021-04-02
CN112596450B true CN112596450B (en) 2021-10-08

Family

ID=75207112

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110024901.4A Active CN112596450B (en) 2020-11-26 2021-01-08 Real-time frequency spectrum monitoring system and method based on B/S framework

Country Status (1)

Country Link
CN (1) CN112596450B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114785394B (en) * 2022-03-09 2023-06-16 军事科学院系统工程研究院网络信息研究所 Spectrum monitoring method suitable for satellite mobile communication system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104301052A (en) * 2014-10-20 2015-01-21 中国电子科技集团公司第四十一研究所 Seamless collecting and real-time frequency spectrum monitoring implementation method based on FPGA
CN105375995A (en) * 2015-10-10 2016-03-02 南京邮电大学 Intelligent wireless frequency spectrum online monitoring system and realization method thereof
CN105656575A (en) * 2016-03-24 2016-06-08 西安航天恒星科技实业(集团)公司 Multi-client real-time spectrum monitoring system based on GPU and method thereof
CN107154827A (en) * 2016-03-03 2017-09-12 北京航天飞行控制中心 The collection in real time of satellite communication broader frequency spectrum and analysis method, monitoring method and system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6674993B1 (en) * 1999-04-30 2004-01-06 Microvision, Inc. Method and system for identifying data locations associated with real world observations
US20120252371A1 (en) * 2011-03-29 2012-10-04 Linear Hertz Inc. Method, system and apparatus for remote interference monitoring and analysis
CN108982965B (en) * 2018-08-27 2020-03-31 中国科学技术大学 Frequency spectrum analysis device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104301052A (en) * 2014-10-20 2015-01-21 中国电子科技集团公司第四十一研究所 Seamless collecting and real-time frequency spectrum monitoring implementation method based on FPGA
CN105375995A (en) * 2015-10-10 2016-03-02 南京邮电大学 Intelligent wireless frequency spectrum online monitoring system and realization method thereof
CN107154827A (en) * 2016-03-03 2017-09-12 北京航天飞行控制中心 The collection in real time of satellite communication broader frequency spectrum and analysis method, monitoring method and system
CN105656575A (en) * 2016-03-24 2016-06-08 西安航天恒星科技实业(集团)公司 Multi-client real-time spectrum monitoring system based on GPU and method thereof

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
一种宽带实时频谱监测软件的设计;魏明慧;《中国优秀硕士学位论文全文数据库 信息科技辑》;20200715(第7期);第I138-266页 *
噪声实时在线监测的后台系统设计与实现;洪宝惜;《中国优秀硕士学位论文全文数据库 工程科技I辑》;20150515(第05期);第B027-413页 *
电力应用频谱监测系统管控中心的设计与实现;宋金穗;《中国优秀硕士学位论文全文数据库 工程科技II辑》;20171115(第11期);第C042-27页 *

Also Published As

Publication number Publication date
CN112596450A (en) 2021-04-02

Similar Documents

Publication Publication Date Title
CN108600300B (en) Log data processing method and device
CN110377590B (en) Data acquisition system and method based on Internet of things and computer readable storage medium
CN106131164A (en) Carry out data processing method and the device of protocol analysis beyond the clouds
EP3456081B1 (en) Methods and systems for optimizing wireless network performance using behavioral profiling of network devices
CN112596450B (en) Real-time frequency spectrum monitoring system and method based on B/S framework
CN109656685A (en) Container resource regulating method and system, server and computer readable storage medium
CN104618425A (en) Real-time data monitoring method and system
CN110928681A (en) Data processing method and device, storage medium and electronic device
CN106100928A (en) It is applied to transmission method and the device of the monitoring data of data center
CN106502856B (en) A kind of information processing method and device
CN108259096B (en) Short message channel parameter configuration method and device
CN114070707A (en) Internet performance monitoring method and system
CN116506045A (en) Electromagnetic interference detection system, method, electronic device and storage medium
CN110806909A (en) Method and device for determining page frame dropping information of application program and electronic equipment
CN111327487A (en) Power communication network running state monitoring method and device based on deep learning
CN105743713A (en) Network management system and network management method
CN114511289A (en) Intelligent three-color lamp data acquisition method, equipment and medium
CN112818139A (en) Edge calculation data management method, device and equipment applied to security monitoring
CN113872930A (en) Electric power thing networking communication management platform system
CN113570084A (en) Method and system for generating fault analysis report based on equipment maintenance
CN112615744A (en) Computer lab asset cloud safety management platform
CN115375208B (en) Camera data analysis method and device, electronic equipment and storage medium
CN115018398B (en) Animation project postponing prediction method, device and system
CN114840112B (en) POP resource management method, device, equipment and computer readable storage medium
CN117650836B (en) Multi-station cooperative remote sensing satellite data information acquisition method, device and storage medium

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