期刊文献+
共找到9,015篇文章
< 1 2 250 >
每页显示 20 50 100
Multimodal Signal Processing of ECG Signals with Time-Frequency Representations for Arrhythmia Classification
1
作者 Yu Zhou Jiawei Tian Kyungtae Kang 《Computer Modeling in Engineering & Sciences》 2026年第2期990-1017,共28页
Arrhythmias are a frequently occurring phenomenon in clinical practice,but how to accurately dis-tinguish subtle rhythm abnormalities remains an ongoing difficulty faced by the entire research community when conductin... Arrhythmias are a frequently occurring phenomenon in clinical practice,but how to accurately dis-tinguish subtle rhythm abnormalities remains an ongoing difficulty faced by the entire research community when conducting ECG-based studies.From a review of existing studies,two main factors appear to contribute to this problem:the uneven distribution of arrhythmia classes and the limited expressiveness of features learned by current models.To overcome these limitations,this study proposes a dual-path multimodal framework,termed DM-EHC(Dual-Path Multimodal ECG Heartbeat Classifier),for ECG-based heartbeat classification.The proposed framework links 1D ECG temporal features with 2D time–frequency features.By setting up the dual paths described above,the model can process more dimensions of feature information.The MIT-BIH arrhythmia database was selected as the baseline dataset for the experiments.Experimental results show that the proposed method outperforms single modalities and performs better for certain specific types of arrhythmias.The model achieved mean precision,recall,and F1 score of 95.14%,92.26%,and 93.65%,respectively.These results indicate that the framework is robust and has potential value in automated arrhythmia classification. 展开更多
关键词 ELECTROCARDIOGRAM arrhythmia classification MULTIMODAL time-frequency representation
在线阅读 下载PDF
Dominant frequency response and dynamic mechanism of rock slopes under blasting loads:A machine learning-driven time-frequency analysis
2
作者 MA Ke PENG Yilin +2 位作者 LIAO Zhiyi LUO Longlong HUANG Yinglu 《Journal of Mountain Science》 2026年第3期1334-1354,共21页
Understanding how rock slopes respond to blasting loads is crucial for maintaining excavation safety and slope stability.Nevertheless,the spatiotemporal evolution,nonlinear dependence on blasting parameters,and predic... Understanding how rock slopes respond to blasting loads is crucial for maintaining excavation safety and slope stability.Nevertheless,the spatiotemporal evolution,nonlinear dependence on blasting parameters,and predictive behavior of dominant frequency responses in slope vibrations remain insufficiently understood and quantified.This study combines time-frequency analysis with machine learning to explore how the dominant frequency(f_(d))evolves in slopes under blasting.Continuous Wavelet Transform(CWT)was employed to characterize the temporal-frequency evolution of vibration signals,revealing that the dominant frequency exhibits strong spatial dependence and nonlinear variability influenced by blasting parameters and rock mass structures.Three machine learning models,namely Back Propagation Neural Network(BP),Support Vector Machine(SVM),and Random Forest(RF),were developed to predict f_(d) based on 1,000 monitoring samples obtained from numerical and field simulations.Among them,the RF model achieved the highest prediction accuracy,with mean absolute percentage errors(MAPE)below 15%,demonstrating strong robustness and generalization capability.Our analysis shows that external excitation factors,especially the loading frequency(f_(d)),mainly control the frequency response,while internal controlling factors,such as spatial position,lithological variation,and mechanical heterogeneity,modulate localized frequency amplification and energy redistribution.The results reveal that f_(d) tends to decrease with elevation and distance from the blasting source,whereas structural planes and weathered zones induce high-frequency amplification due to scattering and modal coupling effects.This study offers a new framework combining time-frequency analysis and machine learning to measure the nonlinear interaction between blasting and rock mass response,offering new insights for dynamic stability evaluation and hazard mitigation in complex rock slope systems. 展开更多
关键词 Blasting vibration time-frequency domain analysis Machine learning Dominant frequency
原文传递
Advances in time-frequency based geopotential determination
3
作者 Heping Sun Wenbin Shen +5 位作者 Kelin Gao Yuping Gao Mingqiang Hou Lifeng Bao Pengfei Zhang Ziyu Shen 《Geodesy and Geodynamics》 2026年第1期12-24,共13页
The state-of-the-art optical atomic clocks and the time-frequency signal transmission open a fresh field for gravity potential(geopotential)determination.Various methods,including optical fiber frequency transfer,sate... The state-of-the-art optical atomic clocks and the time-frequency signal transmission open a fresh field for gravity potential(geopotential)determination.Various methods,including optical fiber frequency transfer,satellite two-way,satellite common-view,satellite carrier phase,VLBI,tri-frequency combination,and dual-frequency combination,were developed to determine the geopotential differences using optical atomic clocks and then determine the geopotential at station B based on the geopotential at station A.This review elaborates the principles,methods,scientific objectives,applications,and relevant research trends of geopotential determination based on time-frequency signals. 展开更多
关键词 General relativity GEOPOTENTIAL time-frequency signal transmission TECHNIQUES Orthometric height Optical clock
原文传递
Advanced High-Order Graph Convolutional Networks With Assorted Time-Frequency Transforms
4
作者 Ling Wang Ye Yuan Xin Luo 《IEEE/CAA Journal of Automatica Sinica》 2026年第2期394-408,共15页
A dynamic graph(DG)is adopted to portray the evolving interplay between nodes in real-world scenarios prevalently.A high-order graph convolutional network(HGCN)is equipped with the ability to represent a DG by the spa... A dynamic graph(DG)is adopted to portray the evolving interplay between nodes in real-world scenarios prevalently.A high-order graph convolutional network(HGCN)is equipped with the ability to represent a DG by the spatial-temporal message passing mechanism built on tensor product.Concretely,an HGCN utilizes the discrete Fourier transform(DFT)to implement temporal message passing and then employs face-wise product to realize spatial message passing.However,DFT is only a special case of assorted time-frequency transforms,which considers the complex temporal patterns partially,thereby resulting in an inaccurate temporal message passing possibly.To address this issue,this study proposes six advanced time-frequency transform-incorporated HGCNs(TF-HGCNs)with discrete Fourier,discrete Hartley,discrete cosine,Haar wavelet,Walsh Hadamard,and slant transforms.In addition,a potent ensemble is built regarding the proposed six TF-HGCNs as the bases.Finally,the corresponding theoretical proof is presented.Empirical studies on six DG datasets demonstrate that owing to diverse time-frequency transforms,the proposed six TF-HGCNs significantly outperform state-of-the-art models in addressing the task of link weight estimation.Moreover,their ensemble outstrips each base's performance. 展开更多
关键词 Dynamic graph(DG)learning ENSEMBLE graph representation learning high-order graph convolution network(HGCN) time-frequency transform tensor product
在线阅读 下载PDF
基于块内Offset的倒排索引压缩算法研究
5
作者 王秀霞 瞿有利 《计算机应用与软件》 北大核心 2026年第1期273-279,301,共8页
倒排索引是目前应用最广泛的全文检索技术之一。压缩倒排索引不仅可以节省磁盘空间,也可以减少内存访问次数。结合压缩offset和对整数序列分区的思想,提出基于块内offset的GR-OP压缩算法、Simple-OP压缩算法和PFOR-OP压缩算法。这些算... 倒排索引是目前应用最广泛的全文检索技术之一。压缩倒排索引不仅可以节省磁盘空间,也可以减少内存访问次数。结合压缩offset和对整数序列分区的思想,提出基于块内offset的GR-OP压缩算法、Simple-OP压缩算法和PFOR-OP压缩算法。这些算法在动态分块的基础上,计算offset新序列后分别使用Golomb-Rice、Simple9、PFOR算法压缩。实验表明压缩块内offset比压缩原始docid序列和d-gap序列具有更好的压缩性能。基于块内offset的新算法在BPI和随机查询时间上有所提升,因为算法复杂度的增加,所以压缩时间较长。该算法对于实际应用十分有意义。 展开更多
关键词 倒排索引 压缩 分区 offset
在线阅读 下载PDF
FrFT Based Joint Time-Frequency Signal Processing for Coherent Optical Fiber Communications
6
作者 Xiang Yating Zhou Huibin Tang Ming 《China Communications》 2025年第11期50-62,共13页
The linear transmission impairments,such as the timing offset(TO),frequency offset(FO),and chromatic dispersion(CD),are major factors of signal degradations in coherent optical fiber communication systems.The estimati... The linear transmission impairments,such as the timing offset(TO),frequency offset(FO),and chromatic dispersion(CD),are major factors of signal degradations in coherent optical fiber communication systems.The estimation and compensation of such impairments play significant roles in the receiver side digital signal processing(DSP)unit.In this paper,we propose to combat the linear impairments systematically(including TO,FO and CD)with a joint timefrequency signal processing by taking the advantage of fractional Fourier transform(FrFT).In view of geometrical analysis,TO/FO induces a shift in time/frequency coordinate and the CD leads to the rotation in the fractional domain.Both mathematical derivations and geometrical interpretations have been established to unveil the relationships between impairments and linear frequency modulated(LFM)training symbols(TSs).By considering a typical coherent optical orthogonal frequency-division multiplexing(COOFDM)transmission system,three kinds of linear impairments have been jointly estimated by simple geometric calculations using appropriately designed TS based on FrFTs.Simulation and experimental results confirmed the feasibility of time-frequency techniques with better accuracy,less complexity,and improved spectral efficiency. 展开更多
关键词 chromatic dispersion coherent optical orthogonal frequency-division multiplexing fractional Fourier transform frequency offset timing offset
在线阅读 下载PDF
Abnormal Signal Recognition with Time-Frequency Spectrogram:A Deep Learning Approach
7
作者 Kuang Tingyan Chen Huichao +3 位作者 Han Lu He Rong Wang Wei Ding Guoru 《China Communications》 2025年第11期305-319,共15页
With the increasingly complex and changeable electromagnetic environment,wireless communication systems are facing jamming and abnormal signal injection,which significantly affects the normal operation of a communicat... With the increasingly complex and changeable electromagnetic environment,wireless communication systems are facing jamming and abnormal signal injection,which significantly affects the normal operation of a communication system.In particular,the abnormal signals may emulate the normal signals,which makes it very challenging for abnormal signal recognition.In this paper,we propose a new abnormal signal recognition scheme,which combines time-frequency analysis with deep learning to effectively identify synthetic abnormal communication signals.Firstly,we emulate synthetic abnormal communication signals including seven jamming patterns.Then,we model an abnormal communication signals recognition system based on the communication protocol between the transmitter and the receiver.To improve the performance,we convert the original signal into the time-frequency spectrogram to develop an image classification algorithm.Simulation results demonstrate that the proposed method can effectively recognize the abnormal signals under various parameter configurations,even under low signal-to-noise ratio(SNR)and low jamming-to-signal ratio(JSR)conditions. 展开更多
关键词 abnormal signal recognition deep learning time-frequency analysis
在线阅读 下载PDF
Carrier Frequency Offset Based Robust Radio Frequency Fingerprint for OFDM Communication in Time-Varying Channels
8
作者 Liu Gengyi Pan Yijin +2 位作者 Wang Junbo Chen Yijian Yu Hongkang 《ZTE Communications》 2026年第1期25-33,共9页
The radio frequency(RF)fingerprint technique is a robust method for security enhancement of the physical layer by leveraging the unique RF imperfections inherent in various wireless devices.Among these imperfections,t... The radio frequency(RF)fingerprint technique is a robust method for security enhancement of the physical layer by leveraging the unique RF imperfections inherent in various wireless devices.Among these imperfections,the carrier frequency offset(CFO)stands out as a primary RF fingerprint(RFF)of the transmitter,offering the potential to distinguish among different transmitters.However,accurately estimating CFO in time-varying channels poses significant challenges due to multipath effects and Doppler shifts.In this paper,we focus on estimating CFO for wireless device identification in the orthogonal frequency division multiplexing(OFDM)communication system.To achieve precise CFO estimation under time-varying channels,we propose a frequency domain correlation and spline interpolation(FCSI)algorithm.This approach utilizes pilots distributed across different subcarriers to correlate with prior local sequences,facilitating accurate CFO estimation.Classification is then performed based on the Euclidean distance between the prior RFF and the tested RFF dataset.Simulation results demonstrate that the proposed Mconsecutive average method effectively reduces the classification error rate in the challenging high-frequency(HF)skywave channel environment. 展开更多
关键词 RF fingerprint RF identification carrier frequency offset time-varying channels OFDM
在线阅读 下载PDF
Drive-by spatial offset detection for high-speed railway bridges based on fusion analysis of multi-source data from comprehensive inspection train
9
作者 Chuang Wang Jiawang Zhan +4 位作者 Nan Zhang Yujie Wang Xinxiang Xu Zhihang Wang Zhen Ni 《Railway Engineering Science》 2026年第1期128-148,共21页
The spatial offset of bridge has a significant impact on the safety,comfort,and durability of high-speed railway(HSR)operations,so it is crucial to rapidly and effectively detect the spatial offset of operational HSR ... The spatial offset of bridge has a significant impact on the safety,comfort,and durability of high-speed railway(HSR)operations,so it is crucial to rapidly and effectively detect the spatial offset of operational HSR bridges.Drive-by monitoring of bridge uneven settlement demonstrates significant potential due to its practicality,cost-effectiveness,and efficiency.However,existing drive-by methods for detecting bridge offset have limitations such as reliance on a single data source,low detection accuracy,and the inability to identify lateral deformations of bridges.This paper proposes a novel drive-by inspection method for spatial offset of HSR bridge based on multi-source data fusion of comprehensive inspection train.Firstly,dung beetle optimizer-variational mode decomposition was employed to achieve adaptive decomposition of non-stationary dynamic signals,and explore the hidden temporal relationships in the data.Subsequently,a long short-term memory neural network was developed to achieve feature fusion of multi-source signal and accurate prediction of spatial settlement of HSR bridge.A dataset of track irregularities and CRH380A high-speed train responses was generated using a 3D train-track-bridge interaction model,and the accuracy and effectiveness of the proposed hybrid deep learning model were numerically validated.Finally,the reliability of the proposed drive-by inspection method was further validated by analyzing the actual measurement data obtained from comprehensive inspection train.The research findings indicate that the proposed approach enables rapid and accurate detection of spatial offset in HSR bridge,ensuring the long-term operational safety of HSR bridges. 展开更多
关键词 High-speed railway bridge Drive-by inspection Spatial offset Multi-source data fusion Deep learning
在线阅读 下载PDF
Application of sparse time-frequency decomposition to seismic data 被引量:3
10
作者 王雄文 王华忠 《Applied Geophysics》 SCIE CSCD 2014年第4期447-458,510,共13页
The Gabor and S transforms are frequently used in time-frequency decomposition methods. Constrained by the uncertainty principle, both transforms produce low-resolution time-frequency decomposition results in the time... The Gabor and S transforms are frequently used in time-frequency decomposition methods. Constrained by the uncertainty principle, both transforms produce low-resolution time-frequency decomposition results in the time and frequency domains. To improve the resolution of the time-frequency decomposition results, we use the instantaneous frequency distribution function(IFDF) to express the seismic signal. When the instantaneous frequencies of the nonstationary signal satisfy the requirements of the uncertainty principle, the support of IFDF is just the support of the amplitude ridges in the signal obtained using the short-time Fourier transform. Based on this feature, we propose a new iteration algorithm to achieve the sparse time-frequency decomposition of the signal. The iteration algorithm uses the support of the amplitude ridges of the residual signal obtained with the short-time Fourier transform to update the time-frequency components of the signal. The summation of the updated time-frequency components in each iteration is the result of the sparse timefrequency decomposition. Numerical examples show that the proposed method improves the resolution of the time-frequency decomposition results and the accuracy of the analysis of the nonstationary signal. We also use the proposed method to attenuate the ground roll of field seismic data with good results. 展开更多
关键词 time-frequency analysis sparse time-frequency decomposition nonstationary signal RESOLUTION
在线阅读 下载PDF
TVAR Time-frequency Analysis for Non-stationary Vibration Signals of Spacecraft 被引量:7
11
作者 杨海 程伟 朱虹 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2008年第5期423-432,共10页
Predicting the time-varying auto-spectral density of a spacecraft in high-altitude orbits requires an accurate model for the non-stationary random vibration signals with densely spaced modal frequency. The traditional... Predicting the time-varying auto-spectral density of a spacecraft in high-altitude orbits requires an accurate model for the non-stationary random vibration signals with densely spaced modal frequency. The traditional time-varying algorithm limits prediction accuracy, thus affecting a number of operational decisions. To solve this problem, a time-varying auto regressive (TVAR) model based on the process neural network (PNN) and the empirical mode decomposition (EMD) is proposed. The time-varying system is tracked on-line by establishing a time-varying parameter model, and then the relevant parameter spectrum is obtained. Firstly, the EMD method is utilized to decompose the signal into several intrinsic mode functions (IMFs). Then for each IMF, the PNN is established and the time-varying auto-spectral density is obtained. Finally, the time-frequency distribution of the signals can be reconstructed by linear superposition. The simulation and the analytical results from an example demonstrate that this approach possesses simplicity, effectiveness, and feasibility, as well as higher frequency resolution. 展开更多
关键词 non-stationary random vibration time-frequency distribution process neural network empirical mode decomposition
在线阅读 下载PDF
Intelligibility evaluation of enhanced whisper in joint time-frequency domain 被引量:1
12
作者 周健 魏昕 +1 位作者 梁瑞宇 赵力 《Journal of Southeast University(English Edition)》 EI CAS 2014年第3期261-266,共6页
Some factors influencing the intelligibility of the enhanced whisper in the joint time-frequency domain are evaluated. Specifically, both the spectrum density and different regions of the enhanced spectrum are analyze... Some factors influencing the intelligibility of the enhanced whisper in the joint time-frequency domain are evaluated. Specifically, both the spectrum density and different regions of the enhanced spectrum are analyzed. Experimental results show that for a spectrum of some density, the joint time-frequency gain-modification based speech enhancement algorithm achieves significant improvement in intelligibility. Additionally, the spectrum region where the estimated spectrum is smaller than the clean spectrum, is the most important region contributing to intelligibility improvement for the enhanced whisper. The spectrum region where the estimated spectrum is larger than twice the size of the clean spectrum is detrimental to speech intelligibility perception within the whisper context. 展开更多
关键词 whispered speech enhancement intelligibilityevaluation real-valued discrete Gabor transform joint time-frequency analysis
在线阅读 下载PDF
Effects of Gabor transform parameters on signa time-frequency resolution
13
作者 尹陈 贺振华 黄德济 《Applied Geophysics》 SCIE CSCD 2006年第3期169-173,共5页
In this paper, it is described that the time-frequency resolution of geophysical signals is affected by the time window function attenuation coefficient and sampling interval and how such effects are eliminated effect... In this paper, it is described that the time-frequency resolution of geophysical signals is affected by the time window function attenuation coefficient and sampling interval and how such effects are eliminated effectively. Improving the signal resolution is the key to signal time-frequency analysis processing and has wide use in geophysical data processing and extraction of attribute parameters. In this paper, authors research the effects of the attenuation coefficient choice of the Gabor transform window function and sampling interval on signal resolution. Unsuitable parameters not only decrease the signal resolution on the frequency spectrum but also miss the signals. It is essential to first give the optimum window and range of parameters through time-frequency analysis simulation using the Gabor transform. In the paper, the suggestions about the range and choice of the optimum sampling interval and processing methods of general seismic signals are given. 展开更多
关键词 Gabor transform time-frequency analysis RESOLUTION Gaussion window sampling interval.
在线阅读 下载PDF
Time-Frequency Signal Processing for Gas-Liquid Two Phase Flow Through a Horizontal Venturi Based on Adaptive Optimal-Kernel Theory 被引量:10
14
作者 孙斌 王二朋 +2 位作者 丁洋 白宏震 黄咏梅 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2011年第2期243-252,共10页
A time-frequency signal processing method for two-phase flow through a horizontal Venturi based on adaptive optimal-kernel (AOK) was presented in this paper.First,the collected dynamic differential pressure signal o... A time-frequency signal processing method for two-phase flow through a horizontal Venturi based on adaptive optimal-kernel (AOK) was presented in this paper.First,the collected dynamic differential pressure signal of gas-liquid two-phase flow was preprocessed,and then the AOK theory was used to analyze the dynamic differ-ential pressure signal.The mechanism of two-phase flow was discussed through the time-frequency spectrum.On the condition of steady water flow rate,with the increasing of gas flow rate,the flow pattern changes from bubbly flow to slug flow,then to plug flow,meanwhile,the energy distribution of signal fluctuations show significant change that energy transfer from 15-35 Hz band to 0-8 Hz band;moreover,when the flow pattern is slug flow,there are two wave peaks showed in the time-frequency spectrum.Finally,a number of characteristic variables were defined by using the time-frequency spectrum and the ridge of AOK.When the characteristic variables were visu-ally analyzed,the relationship between different combination of characteristic variables and flow patterns would be gotten.The results show that,this method can explain the law of flow in different flow patterns.And characteristic variables,defined by this method,can get a clear description of the flow information.This method provides a new way for the flow pattern identification,and the percentage of correct prediction is up to 91.11%. 展开更多
关键词 adaptive optimal-kernel two-phase flow time-frequency spectrum time-frequency ridge flow pattern identification
在线阅读 下载PDF
Time-Frequency Characteristics of the Relationships Between Tropical Indo-Pacific SSTs 被引量:8
15
作者 Song YANG 丁晓利 +1 位作者 郑大伟 Soo-Hyun YOO 《Advances in Atmospheric Sciences》 SCIE CAS CSCD 2007年第3期343-359,共17页
In this study, several advanced analysis methods are applied to understand the relationships between the Nino-3.4 sea surface temperatures (SST) and the SSTs related to the tropical Indian Ocean Dipole (IOD). By a... In this study, several advanced analysis methods are applied to understand the relationships between the Nino-3.4 sea surface temperatures (SST) and the SSTs related to the tropical Indian Ocean Dipole (IOD). By analyzing a long data record, the authors focus on the time-frequency characteristics of these relationships, and of the structure of IOD. They also focus on the seasonal dependence of those characteristics in both time and frequency domains. Among the Nino-3.4 SST, IOD, and SSTs over the tropical western Indian Ocean (WIO) and eastern Indian Ocean (EIO), the WIO SST has the strongest annual and semiannual oscillations. While the Nino-3.4 SST has large inter-annual variability that is only second to its annual variability, the IOD is characterized by the largest semiannual oscillation, which is even stronger than its annual oscillation. The IOD is strongly and stably related to the EIO SST in a wide range of frequency bands and in all seasons. However, it is less significantly related to the WIO SST in the boreal winter and spring. There exists a generally weak and unstable relationship between the WIO and EIO SSTs, especially in the biennial and higher frequency bands. The relationship is especially weak in summer and fall, when IOD is apparent, but appears highly positive in winter and spring, when the IOD is unimportantly weak and even disappears. This feature reflects a caution in the definition and application of IOD. The Nino-3.4 SST has a strong positive relationship with the WIO SST in all seasons, mainly in the biennial and longer frequency bands. However, it shows no significant relationship with the EIO SST in summer and fall, and with IOD in winter and spring. 展开更多
关键词 Indian Ocean dipole ENSO time-frequency relationship coherence analysis
在线阅读 下载PDF
Improving the resolution of seismic traces based on the secondary time-frequency spectrum 被引量:13
16
作者 Wang De-Ying Huang Jian.Ping +2 位作者 Kong Xue Li Zhen-Chun Wang Jiao 《Applied Geophysics》 SCIE CSCD 2017年第2期236-246,323,共12页
The resolution of seismic data is critical to seismic data processing and the subsequent interpretation of fine structures. In conventional resolution improvement methods, the seismic data is assumed stationary and th... The resolution of seismic data is critical to seismic data processing and the subsequent interpretation of fine structures. In conventional resolution improvement methods, the seismic data is assumed stationary and the noise level not changes with space, whereas the actual situation does not satisfy this assumption, so that results after resolution improvement processing is not up to the expected effect. To solve these problems, we propose a seismic resolution improvement method based on the secondary time-frequency spectrum. First, we propose the secondary time-frequency spectrum based on S transform (ST) and discuss the reflection coefficient sequence and time-dependent wavelet in the secondary time frequency spectrum. Second, using the secondary time frequency spectrum, we design a two- dimensional filter to extract the amplitude spectrum of the time-dependent wavelet. Then, we discuss the improvement of the resolution operator in noisy environments and propose a novel approach for determining the broad frequency range of the resolution operator in the time- fi'equency-space domain. Finally, we apply the proposed method to synthetic and real data and compare the results of the traditional spectrum-modeling deconvolution and Q compensation method. The results suggest that the proposed method does not need to estimate the Q value and the resolution is not limited by the bandwidth of the source. Thus, the resolution of the seismic data is improved sufficiently based on the signal-to-noise ratio (SNR). 展开更多
关键词 RESOLUTION S transform time-frequency spectrum time-variant wavelet spectrum-modeling deconvolution Q compensation
在线阅读 下载PDF
ECCM scheme against interrupted sampling repeater jammer based on time-frequency analysis 被引量:42
17
作者 Shixian Gong Xizhang Wei Xiang Li 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第6期996-1003,共8页
The interrupted sampling repeater jamming(ISRJ) is an effective deception jamming method for coherent radar, especially for the wideband linear frequency modulation(LFM) radar. An electronic counter-countermeasure... The interrupted sampling repeater jamming(ISRJ) is an effective deception jamming method for coherent radar, especially for the wideband linear frequency modulation(LFM) radar. An electronic counter-countermeasure(ECCM) scheme is proposed to remove the ISRJ-based false targets from the pulse compression result of the de-chirping radar. Through the time-frequency(TF) analysis of the radar echo signal, it can be found that the TF characteristics of the ISRJ signal are discontinuous in the pulse duration because the ISRJ jammer needs short durations to receive the radar signal. Based on the discontinuous characteristics a particular band-pass filter can be generated by two alternative approaches to retain the true target signal and suppress the ISRJ signal. The simulation results prove the validity of the proposed ECCM scheme for the ISRJ. 展开更多
关键词 interrupted sampling repeater jamming(ISRJ) de-chirping radar time-frequency(TF) electronic counter-countermeasure(ECCM)
在线阅读 下载PDF
Working condition recognition of sucker rod pumping system based on 4-segment time-frequency signature matrix and deep learning 被引量:3
18
作者 Yun-Peng He Hai-Bo Cheng +4 位作者 Peng Zeng Chuan-Zhi Zang Qing-Wei Dong Guang-Xi Wan Xiao-Ting Dong 《Petroleum Science》 SCIE EI CAS CSCD 2024年第1期641-653,共13页
High-precision and real-time diagnosis of sucker rod pumping system(SRPS)is important for quickly mastering oil well operations.Deep learning-based method for classifying the dynamometer card(DC)of oil wells is an eff... High-precision and real-time diagnosis of sucker rod pumping system(SRPS)is important for quickly mastering oil well operations.Deep learning-based method for classifying the dynamometer card(DC)of oil wells is an efficient diagnosis method.However,the input of the DC as a two-dimensional image into the deep learning framework suffers from low feature utilization and high computational effort.Additionally,different SRPSs in an oil field have various system parameters,and the same SRPS generates different DCs at different moments.Thus,there is heterogeneity in field data,which can dramatically impair the diagnostic accuracy.To solve the above problems,a working condition recognition method based on 4-segment time-frequency signature matrix(4S-TFSM)and deep learning is presented in this paper.First,the 4-segment time-frequency signature(4S-TFS)method that can reduce the computing power requirements is proposed for feature extraction of DC data.Subsequently,the 4S-TFSM is constructed by relative normalization and matrix calculation to synthesize the features of multiple data and solve the problem of data heterogeneity.Finally,a convolutional neural network(CNN),one of the deep learning frameworks,is used to determine the functioning conditions based on the 4S-TFSM.Experiments on field data verify that the proposed diagnostic method based on 4S-TFSM and CNN(4S-TFSM-CNN)can significantly improve the accuracy of working condition recognition with lower computational cost.To the best of our knowledge,this is the first work to discuss the effect of data heterogeneity on the working condition recognition performance of SRPS. 展开更多
关键词 Sucker-rod pumping system Dynamometer card Working condition recognition Deep learning time-frequency signature time-frequency signature matrix
原文传递
Parametric adaptive time-frequency representation based on time-sheared Gabor atoms 被引量:2
19
作者 Ma Shiwei Zhu Xiaojin Chen Guanghua Wang Jian Cao Jialin 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第1期1-7,共7页
A localized parametric time-sheared Gabor atom is derived by convolving a linear frequency modulated factor, modulating in frequency and translating in time to a dilated Gaussian function, which is the generalization ... A localized parametric time-sheared Gabor atom is derived by convolving a linear frequency modulated factor, modulating in frequency and translating in time to a dilated Gaussian function, which is the generalization of Gabor atom and is more delicate for matching most of the signals encountered in practice, especially for those having frequency dispersion characteristics. The time-frequency distribution of this atom concentrates in its time center and frequency center along energy curve, with the curve being oblique to a certain extent along the time axis. A novel parametric adaptive time-frequency distribution based on a set of the derived atoms is then proposed using a adaptive signal subspace decomposition method in frequency domain, which is non-negative time-frequency energy distribution and free of cross-term interference for multicomponent signals. The results of numerical simulation manifest the effectiveness of the approach in time-frequency representation and signal de-noising processing. 展开更多
关键词 time-frequency analysis Gabor atom Time-shear Adaptive signal decomposition time-frequency distribution.
在线阅读 下载PDF
Frequency-Domain GTLS Identification Combined with Time-Frequency Filtering for Flight Flutter Modal Parameter Identification 被引量:3
20
作者 唐炜 史忠科 李洪超 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2006年第1期44-51,共8页
The aim of this paper is to present a new method for flight flutter modal parameter identification in noisy environment. This method employs a time-frequency (TF) filter to reduce the noise before identification, wh... The aim of this paper is to present a new method for flight flutter modal parameter identification in noisy environment. This method employs a time-frequency (TF) filter to reduce the noise before identification, which depends on the localization property of sweep excitation in TF domain. Then, a generalized total least square (GTLS) identification algorithm based on stochastic framework is applied to the enhanced data. System identification with noisy data is transformed into a generalized total least square problem, and the solution is carried out by the generalized singular value decomposition (GSVD) to avoid the intensive nonlinear optimization computation. A nearly maximum likelihood property can be achieved by 'optimally' weighted generalized total least square. Finally, the efficiency of the method is illustrated by means of flight test data. 展开更多
关键词 FLUTTER IDENTIFICATION time-frequency filtering GTLS
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部