Impact Isolation Class

버전 1.2.0.0 (22.1 KB) 작성자: Edward Zechmann
This program calculates the Impact Isolation Class (IIC) given the input LN values in dB.
다운로드 수: 519
업데이트 날짜: 2015/4/17

라이선스 보기

The main program is iic.
The program iic calculates the impact isolation class given the array of third octave band impact loss values, LN (dB) as input data. The program can also plot the iic reference contour and deficiencies.

This is an implementation of the calculation of IIC value according to
ASTM E492-09. Classification for Rating Impact Isolation.

To make it easier to input the frequency data, the reference values are used be default.
For inputting non-reference frequency data, a one-sixth octave band tolerance is applied to Fc when matching Fc to the reference third octave bands.

This chunk of code below may be easier to use than typing the third octave band frequencies.
Fc=nth_freq_band(3, 100, 3150);

If you find any bugs please post a comment or send an email to ezechma1@hotmail.com

References

1) ASTM E492 - 09 Standard Test Method for Laboratory Measurement of
Impact Sound Transmission Through Floor-Ceiling Assemblies Using
the Tapping Machine

Available from American National Standards Institute (ANSI),
25 W. 43rd St., 4th Floor, New York, NY 10036.

Copyright © ASTM International, 100 Barr Harbor Drive, PO Box C700,
West Conshohocken, PA 19428-2959, United States.

인용 양식

Edward Zechmann (2025). Impact Isolation Class (https://kr.mathworks.com/matlabcentral/fileexchange/44770-impact-isolation-class), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Audio Processing Algorithm Design에 대해 자세히 알아보기
도움

도움 받은 파일: ISMEMBERF

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

Fixed several bugs in the program which cause erroneous IIC ratings. Use of vocabulary words in the comments has also been improved.

1.1.0.0

Updated the Program to fix errors in the examples and update the comments.

1.0.0.0