SOUND TRANSMISSION LAW USING THE MASS LAW

버전 1.0.0 (1.52 KB) 작성자: RAJA KUMAR
SOUND TRANSMISSION LAW USING THE MASS LAW
다운로드 수: 17
업데이트 날짜: 2023/6/5

라이선스 보기

%% SOUND TRANSMISSION LAW USING THE MASS LAW %%
% C J NAIFY 2010, TRANSMISSION LOSS AND DYNAMIC RESPONSE OF MEMBRANE TYPE LOCALLY RESONANT ACOUSTIC METAMATERIALS %
% EQUATION NO 3, PAPER 2 BY LF %
clc;
clear all;
freq = linspace(100, 2000, 1000);
omega = 2*pi*freq;
% Properties of memebrane
% Method 1
rho_m = 1200; % Density of the membrane
thick_mem = 0.0762* (10^-3); % Thickness of the membrane in metre
r_mem = (29/2)*(10^-3);
%rho_s = rho_m*thick_mem; % Surface density of the membrane = (density * thickness) in Kg/(m^3)
% Method 2
mass_eqvt = 0.16*(10^-3); Area_mem = pi* (r_mem^2);
rho_s = mass_eqvt/Area_mem;
% Properties of air
rho_0 = 1.200; % density of membrane
c = 343; % speed of sound in air
TL = 20*log(omega*rho_s/(2*rho_0*c));
figure(1)
plot(freq,TL);
set(gca, 'XScale', 'log')
grid on
title('Sound Transmission loss')
xlabel('Frequency, in Hz')
ylabel('STL, dB')

인용 양식

RAJA KUMAR (2024). SOUND TRANSMISSION LAW USING THE MASS LAW (https://www.mathworks.com/matlabcentral/fileexchange/130614-sound-transmission-law-using-the-mass-law), MATLAB Central File Exchange. 검색 날짜: .

Christina J. Naify, Chia-Ming Chang, Geoffrey McKnight, Steven Nutt; Transmission loss and dynamic response of membrane-type locally resonant acoustic metamaterials. Journal of Applied Physics 1 December 2010; 108 (11): 114905. https://doi.org/10.1063/1.3514082

MATLAB 릴리스 호환 정보
개발 환경: R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

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