• Title/Summary/Keyword: frequency-based method

Search Result 6,113, Processing Time 0.033 seconds

Frequency Response Function Based Substructural Analysis of Interior Noise (전달함수를 이용한 차실 소음의 부분구조 해석)

  • 황우석;이두호
    • Journal of KSNVE
    • /
    • v.10 no.3
    • /
    • pp.480-485
    • /
    • 2000
  • This paper presents the application of the substrctural analysis based on the frequency responses for the prediction of the interior noise in a car. The complex trimmed body with the high modal density is presented by the experimental data. Finite element model presents the powertrain and its subframes with the lower modal density. The substructural analysis based on the frequency responses combines the frequency response functions from the numerical analysis and the experiments. It describes the interior noise successwfully. Using this method we can pick up the most dominant paths for the booming noise and predict the effects of the design changes easily.

  • PDF

Bridge modal identification based on frequency variation caused by a parked vehicle

  • He, Wen-Yu;Ren, Wei-Xin;Wang, Quan;Wang, Zuo-Cai
    • Structural Engineering and Mechanics
    • /
    • v.84 no.3
    • /
    • pp.413-421
    • /
    • 2022
  • Modal parameters are the main dynamic characteristics of bridge. This study aims to propose an innovative route to estimate the modal parameters for bridges by using a parked vehicle in which mode shapes with high accuracy and spatial resolution are identified by frequency measurement. Based on the theory of dynamic modification and modal identification, the mathematical formulation between the parked mass induced frequency variation and the modal parameters of a bridge is derived. Then this mathematical formulation is extended to a parked vehicle-bridge system. The arithmetic and processes for estimating the modal parameters based on the identified frequency variation of the vehicle-bridge systems when the vehicle locates at sequentially arranged positions are presented. Finally the proposed method is applied to several simulated bridges of different types. The results indicate that it can estimate the modal parameters with high accuracy and efficiency.

A Study on Road Noise Extraction Methods for Listening (청음용 자동차 로드노이즈 추출 방법 연구)

  • Kook, Hyung-Seok;Kim, Hyoung-Gun;Cho, Munhwan;Ih, Kang-Duck
    • Transactions of the Korean Society for Noise and Vibration Engineering
    • /
    • v.26 no.7
    • /
    • pp.844-850
    • /
    • 2016
  • This study pertains to the extraction of the road noise component of signals from a vehicle's interior noise via the traditional frequency domain and time domain system identification methods. For road noise extraction based on the frequency domain system identification method, the appropriate matrix inversion strategy is investigated and causal and non-causal impulse response filters are compared. Furthermore, appropriate data lengths for the frequency domain system identification method are investigated. In addition to the traditional road noise extraction methods based on frequency domain system identification, a new approach to extract road noise via the time domain system identification method based on a parametric input-output model is proposed and investigated in the present study. In this approach, instead of constructing a higher order model for the full-band road noise, input and output signals are processed in the subband domain and lower order parametric models optimal to each subband are determined. These parametric models are used to extract road noises in each subband; the full band road noise is then reconstructed from the subband road noises. This study shows that both the methods in the frequency domain and the time domain successfully extract the road noise from the vehicle's interior noise.

Experimental Demonstration and Analytic Derivation of Chromatic Dispersion Monitoring Technique Based on Clock-frequency Component

  • Kim, Sung-Man
    • Journal of the Optical Society of Korea
    • /
    • v.16 no.3
    • /
    • pp.215-220
    • /
    • 2012
  • In an earlier work, we proposed the chromatic dispersion monitoring technique of non-return to zero (NRZ) signal based on clock-frequency component (CFC) through numerical simulations. However, we have not yet shown any experimental demonstration or analytic derivation of it. In this paper, we show an experimental demonstration and analytic derivation of the proposed chromatic dispersion monitoring technique. We confirm that the experimental results and the analytic results correspond with the simulation results. We also demonstrate that monitoring range and accuracy can be improved by using a simple clock-extraction method.

Design of Data Processing System for the Automatic Measurement of the Reverberation Time (잔향시간의 자동측정을 위한 데이터 처리 시스템 설계)

  • 이근구
    • Proceedings of the Acoustical Society of Korea Conference
    • /
    • 1984.12a
    • /
    • pp.86-90
    • /
    • 1984
  • In this paper, a method measuring the reverberation time simultaneously on all of the audio frequency range was studied. The system developed in this study is composed of a pink noise generator, filter bank, and microcomputer with graphic display. In the experiment, reverbration time data measured by existing analog method and by the system were compared, and were almost same through the audio frequency. Based on the conclusion, the subject method has more convenience and accuracy with algorithm program development without existing problems and it was found out that this kind of method is widely available for many branches of room accoustics and architectual acoustics.

  • PDF

Design of High Frequency Heating Power Supply System Using Peck Current Mode Control (피크전류모드 제어를 적용한 고주파 심부발열 전원장치 설계)

  • Xu, Guo-Cheng;Zheng, Tao;Piao, Sheng-Xu;Qiu, Wei-Jing;Kim, Hee-Je
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.66 no.1
    • /
    • pp.61-65
    • /
    • 2017
  • In this paper a prototype of high frequency heating power supply system based on the high frequency heating principle is designed to take the place of acupuncture, moxibustion, warm dressing treatment and some other traditional physical therapy methods. Which possess the advantages of low cost, convenient, easy operation and good effect. The high frequency heating power supply can generate a pulse voltage of more than 1KV with 300KHz switching frequency to heat the patient's skin. The skin temperature can reach to $41{\sim}42^{\circ}C$. The peak current control method is used to maintain the skin temperature in the designed range. The design of the main circuit is based on the flyback converter topology. An easier and practical design method is proposed in this paper. The power supply system prototype is verified to be stable and reliable by both the simulation and experimental results.

IRFP-tree: Intersection Rule Based FP-tree (IRFP-tree(Intersection Rule Based FP-tree): 메모리 효율성을 향상시키기 위해 교집합 규칙 기반의 패러다임을 적용한 FP-tree)

  • Lee, Jung-Hun
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.5 no.3
    • /
    • pp.155-164
    • /
    • 2016
  • For frequency pattern analysis of large databases, the new tree-based frequency pattern analysis algorithm which can compensate for the disadvantages of the Apriori method has been variously studied. In frequency pattern tree, the number of nodes is associated with memory allocation, but also affects memory resource consumption and processing speed of the growth. Therefore, reducing the number of nodes in the tree is very important in the frequency pattern mining. However, the absolute criteria which need to order the transaction items for construction frequency pattern tree has lowered the compression ratio of the tree nodes. But most of the frequency based tree construction methods adapted the absolute criteria. FP-tree is typically frequency pattern tree structure which is an extended prefix-tree structure for storing compressed frequent crucial information about frequent patterns. For construction the tree, all the frequent items in different transactions are sorted according to the absolute criteria, frequency descending order. CanTree also need to absolute criteria, canonical order, to construct the tree. In this paper, we proposed a novel frequency pattern tree construction method that does not use the absolute criteria, IRFP-tree algorithm. IRFP-tree(Intersection Rule based FP-tree). IRFP-tree is constituted with the new paradigm of the intersection rule without the use of the absolute criteria. It increased the compression ratio of the tree nodes, and reduced the tree construction time. Our method has the additional advantage that it provides incremental mining. The reported test result demonstrate the applicability and effectiveness of the proposed approach.

SVPWM Method for Multi-Level System with Reduced HDF (저감된 HDF를 갖는 멀티-레벨 인버터를 위한 새로운 SVPWM 기법)

  • 김동현
    • Proceedings of the KIPE Conference
    • /
    • 2000.07a
    • /
    • pp.343-346
    • /
    • 2000
  • In most inverter/converter applications SVPWM method is the preferred approach for it shows good characteristics in linear modulation range and waveform quality. in this paper we propose a new carrier based SVPWM method for multi-level system. First we survey the conventional carrier based SVPWM method and investigate the problem of the conventional one for the multi-level system with the focus on the switching frequency harmonic flux trajectories. Finally we propose a new carrier based SVPWM method that can reduce harmonic distortion. Simulation and experimental results are given for the verification of the proposed SVPWM method.

  • PDF

An Efficient Method for Detecting Denial of Service Attacks Using Kernel Based Data (커널 기반 데이터를 이용한 효율적인 서비스 거부 공격 탐지 방법에 관한 연구)

  • Chung, Man-Hyun;Cho, Jae-Ik;Chae, Soo-Young;Moon, Jong-Sub
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.19 no.1
    • /
    • pp.71-79
    • /
    • 2009
  • Currently much research is being done on host based intrusion detection using system calls which is a portion of kernel based data. Sequence based and frequency based preprocessing methods are mostly used in research for intrusion detection using system calls. Due to the large amount of data and system call types, it requires a significant amount of preprocessing time. Therefore, it is difficult to implement real-time intrusion detection systems. Despite this disadvantage, the frequency based method which requires a relatively small amount of preprocessing time is usually used. This paper proposes an effective method for detecting denial of service attacks using the frequency based method. Principal Component Analysis(PCA) will be used to select the principle system calls and a bayesian network will be composed and the bayesian classifier will be used for the classification.

Analysis of the Vibration of High Speed Trains and the Irregularity of Railway Using a Wavelet-based Frequency Response Function (웨이브렛 기반 주파수 응답함수를 이용한 고속철도차량의 진동 및 궤도불규칙 특성 분석)

  • Lee, Jun-Seok;Choi, Sung-Hoon;Kim, Sang-Soo;Park, Choon-Soo
    • Proceedings of the Korean Society for Noise and Vibration Engineering Conference
    • /
    • 2008.04a
    • /
    • pp.766-771
    • /
    • 2008
  • In this paper, the vibration of high speed trains and the irregularity of railway are examined using a wavelet-based frequency response function. To investigate their characteristics, non-stationary acceleration data are acquired and processed using the wavelet transform. Also, the railway irregularity is examined by acquiring the data from the on-board laser-based measurement system. The correlation between the train vibration and the railway irregularity has been investigated. From the analysis, the wavelet-based frequency response function is a promised method for the dynamic characteristics of high speed trains.

  • PDF