Paper
16 August 2023 A high efficient software implementation of IIR filtering
Li Zhou, Yunhui Wang, Yi Feng, Rui Dang
Author Affiliations +
Proceedings Volume 12787, Sixth International Conference on Advanced Electronic Materials, Computers, and Software Engineering (AEMCSE 2023); 127871W (2023) https://doi.org/10.1117/12.3004555
Event: 6th International Conference on Advanced Electronic Materials, Computers and Software Engineering (AEMCSE 2023), 2023, Shenyang, China
Abstract
when the software implements the design of infinite impulse response filter (IIR filter), the larger the amount of filtering data and the higher the filtering order, the more time will be spent because of the data shift of each calculation.[1] By means of parameter replication, the IIR filtering software replicates the parameters once when initializing the software. In the calculation of IIR filtering, the array subscript changes in a cycle [2], replacing the way of data shift for filtering calculation, thus greatly improving the execution efficiency of the software and saving the operation time. The higher the order of IIR filter, the higher the efficiency of software promotion and the more time saving.
© (2023) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Li Zhou, Yunhui Wang, Yi Feng, and Rui Dang "A high efficient software implementation of IIR filtering", Proc. SPIE 12787, Sixth International Conference on Advanced Electronic Materials, Computers, and Software Engineering (AEMCSE 2023), 127871W (16 August 2023); https://doi.org/10.1117/12.3004555
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Tunable filters

Signal filtering

Linear filtering

Infinite impulse response filters

Aerospace engineering

Data processing

Optical filters

Back to Top