• Title/Summary/Keyword: circular convolution

Search Result 26, Processing Time 0.02 seconds

Sound Field Effect Implementation Using East Algorithm (고속 알고리즘을 이용한 음장 효과 구현)

  • Son Sung Young;Seo Joung Il;Hahn Minsoo
    • MALSORI
    • /
    • no.47
    • /
    • pp.85-96
    • /
    • 2003
  • It is difficult to implement sound field effect on real time using linear convolution in time domain because linear convolution needs much multiply operations. In this paper three ways is introduced to reduce multiplication operations. Firstly, linear convolution in time domain is replaced with circular convolution in frequency domain. It means that it operates multiplication in place of convolution. Secondly, one frame will be divided into several frames. It will reduce the multiplication operation in processing that transforms time domain into frequency domain. Finally, QFT will be used in place of FFT. Three ways result much reduction in multiplication operations. The reduction of the multiplication operation makes the real time implementation possible.

  • PDF

Real-Tim Sound Field Effect Implementation Using Block Filtering and QFT (Block Filtering과 QFT를 이용한 실시간 음장 효과구현)

  • Sohn Sung-Yong;Seo Jeongil;Hahn Minsoo
    • MALSORI
    • /
    • no.51
    • /
    • pp.85-98
    • /
    • 2004
  • It is almost impossible to generate the sound field effect in real time with the time-domain linear convolution because of its large multiplication operation requirement. To solve this, three methods are introduced to reduce the number of multiplication operations in this paper. Firstly, the time-domain linear convolution is replaced with the frequency-domain circular convolution. In other words, the linear convolution result can be derived from that of the circular convolution. This technique reduces the number of multiplication operations remarkably, Secondly, a subframe concept is introduced, i.e., one original frame is divided into several subframes. Then the FFT is executed for each subframe and, as a result, the number of multiplication operations can be reduced. Finally, the QFT is used in stead of the FFT. By combining all the above three methods into our final the SFE generation algorithm, the number of computations are reduced sufficiently and the real-time SFE generation becomes possible with a general PC.

  • PDF

Vibration of angle-ply laminated composite circular and annular plates

  • Mercan, Kadir;Ebrahimi, Farzad;Civalek, Omer
    • Steel and Composite Structures
    • /
    • v.34 no.1
    • /
    • pp.141-154
    • /
    • 2020
  • In the present paper, free vibration analysis of angle-ply laminated composite annular and circular plates is performed by numerical methods. First-order shear deformation plate theory is used for kinematic relations. The related governing equations of motion are discretized via differential quadrature and discrete singular convolution methods. Frequency values are obtained for different lamina scheme, thickness-to-radius ratio, and mode numbers. The advantages and accuracy of these two methods are also tested in detail.

Free vibration of circular and annular membranes with varying density by the method of discrete singular convolution

  • Ersoy, Hakan;Ozpolat, Lutfiye;Civalek, Omer
    • Structural Engineering and Mechanics
    • /
    • v.32 no.5
    • /
    • pp.621-634
    • /
    • 2009
  • A numerical method is developed to investigate the effects of some geometric parameters and density variation on frequency characteristics of the circular and annular membranes with varying density. The discrete singular convolution method based on regularized Shannon's delta kernel is applied to obtain the frequency parameter. The obtained results have been compared with the analytical and numerical results of other researchers, which showed well agreement.

Discrete singular convolution for buckling analyses of plates and columns

  • Civalek, Omer;Yavas, Altug
    • Structural Engineering and Mechanics
    • /
    • v.29 no.3
    • /
    • pp.279-288
    • /
    • 2008
  • In the present study, the discrete singular convolution (DSC) method is developed for buckling analysis of columns and thin plates having different geometries. Regularized Shannon's delta (RSD) kernel is selected as singular convolution to illustrate the present algorithm. In the proposed approach, the derivatives in both the governing equations and the boundary conditions are discretized by the method of DSC. The results obtained by DSC method were compared with those obtained by the other numerical and analytical methods.

Numerical approaches for vibration response of annular and circular composite plates

  • Baltacioglu, Ali Kemal;Civalek, Omer
    • Steel and Composite Structures
    • /
    • v.29 no.6
    • /
    • pp.759-770
    • /
    • 2018
  • In the present investigation, by using the two numerical methods, free vibration analysis of laminated annular and annular sector plates have been studied. In order to obtain the main equations two different shell theories such as Love's shell theory and first-order shear deformation theory (FSDT) have been used for modeling. After obtaining the fundamental equations in briefly, the methods of harmonic differential quadrature (HDQ) and discrete singular convolution (DSC) are used to solve the equation of motion. Accuracy, convergence and reliability of the present HDQ and DSC methods were tested by comparing the existing results obtained by different methods in the literature. The effects of some geometric and material properties of the plates are investigated via these two methods. The advantages and accuracy of the HDQ and DSC methods have also been examined with different grid numbers and shell theory. Some results for laminated annular plates and laminated circular plates were also been supplied.

A Study on Circular Filtering in Orthogonal Transform Domain

  • Song, Bong-Seop;Lee, Sang-Uk
    • Journal of Electrical Engineering and information Science
    • /
    • v.1 no.2
    • /
    • pp.125-133
    • /
    • 1996
  • In this paper, we dicuss on the properties related to the circular filtering in orthogonal transform domain. The efficient filtering schemes in six orthogonal transform domains are presented by generalizing the convolution-multiplication property of the DFT. In brief, the circular filtering can be accomplished by multiplying the transform domain filtering matrix W, which is shown to be very sparse, yielding the computational gains compared with the time domain processing. As an application, decimation and interpolation techniques in orthogonal transform domains are also investigated.

  • PDF

Development of Deep Learning Structure to Improve Quality of Polygonal Containers (다각형 용기의 품질 향상을 위한 딥러닝 구조 개발)

  • Yoon, Suk-Moon;Lee, Seung-Ho
    • Journal of IKEEE
    • /
    • v.25 no.3
    • /
    • pp.493-500
    • /
    • 2021
  • In this paper, we propose the development of deep learning structure to improve quality of polygonal containers. The deep learning structure consists of a convolution layer, a bottleneck layer, a fully connect layer, and a softmax layer. The convolution layer is a layer that obtains a feature image by performing a convolution 3x3 operation on the input image or the feature image of the previous layer with several feature filters. The bottleneck layer selects only the optimal features among the features on the feature image extracted through the convolution layer, reduces the channel to a convolution 1x1 ReLU, and performs a convolution 3x3 ReLU. The global average pooling operation performed after going through the bottleneck layer reduces the size of the feature image by selecting only the optimal features among the features of the feature image extracted through the convolution layer. The fully connect layer outputs the output data through 6 fully connect layers. The softmax layer multiplies and multiplies the value between the value of the input layer node and the target node to be calculated, and converts it into a value between 0 and 1 through an activation function. After the learning is completed, the recognition process classifies non-circular glass bottles by performing image acquisition using a camera, measuring position detection, and non-circular glass bottle classification using deep learning as in the learning process. In order to evaluate the performance of the deep learning structure to improve quality of polygonal containers, as a result of an experiment at an authorized testing institute, it was calculated to be at the same level as the world's highest level with 99% good/defective discrimination accuracy. Inspection time averaged 1.7 seconds, which was calculated within the operating time standards of production processes using non-circular machine vision systems. Therefore, the effectiveness of the performance of the deep learning structure to improve quality of polygonal containers proposed in this paper was proven.

Study on Performance Improvement of Video in the H.264 Codec (H.264 코덱에서 동영상 성능개선 연구)

  • Bong, Jeong-Sik;Jeon, Joon-Hyeon
    • Proceedings of the KIEE Conference
    • /
    • 2005.10b
    • /
    • pp.532-535
    • /
    • 2005
  • These days, many image processing techniques have been studied for effective image compression. Among those, 2D image filtering is widely used for 2D image processing. The 2D image filtering can be implemented by performing ID linear filtering separately in the direction of horizontal and vertical. Efficiency of image compression depends on what filtering method is used. Generally, circular convolution is widely used in the 2D image filtering for image processing. However it doesn't consider correlations at the region of image boundary, therefore filtering can not be performed effectively. To solve this problem. I proposed new convolution technique using Symmetric-Mirroring convolution, satisfying the 'alias-free' and 'error-free' requirement in the reconstructed image. This method could provide more effective performance than former compression methods. Because it used very high correlative data when performed at the boundary region. In this paper, pre-processing filtering in H.264 codec was adopted to analyze efficiency of proposed filtering technique, and the simulator developed by Matlab language was used to examine the performance of the proposed method.

  • PDF