Transmission_loss.png(560 × 420 pixels, file size: 5 KB, MIME type: image/png)


Summary

Description
English: en:/Images
Date 7 December 2005 (original upload date)
Source Transferred from en.wikibooks to Commons.
Author Jleonar at English Wikibooks

Source code

% Transmission loss
clear all; close all; clc 
rho=.6; c= 486; % c [m/s] and rho have been computed 
                % for a temperature of 600 Fahrenheit 
                
% cross-sectional area of pipe 

a1=.025; s1=pi*a1^2; %m 
a2=.055; s2=pi*a2^2; % m 
a3=.025; s3=pi*a3^2; % m 
L1=.5; L2=0.15; L3=0.1; % m 

freq=linspace(1,11000,1000);

for ii=1:1000
    w=freq(ii); k=w/c;
    f(ii)=w/(2*pi);
    
    % with muffler
    Tout = [ 1 ; 1 ]; % dummy values which don't influence
                      % the final result of the transmission loss
    T1= [ cos(k*L1)  i*rho*c/s1*sin(k*L1) ;   i*s1/rho/c*sin(k*L1)  cos(k*L1) ];
    T2= [ cos(k*L2)  i*rho*c/s2*sin(k*L2) ;   i*s2/rho/c*sin(k*L2)  cos(k*L2) ];
    T3= [ cos(k*L3)  i*rho*c/s3*sin(k*L3) ;   i*s3/rho/c*sin(k*L3)  cos(k*L3) ];
    
    T_tot_1 = T1*T2*T3;
    
    Tin = T_tot_1*Tout;
    
    Powin(ii)  = .5 * Tin (1,1)  * Tin (2,1);
    Powout(ii) = .5 * Tout (1,1) * Tout (2,1);
end
loss = -10*log10(Powout./ Powin);

plot(f,loss) 
xlabel('Frequency [ HZ ]') 
ylabel('dB') 
title('Transmission Loss')


Licensing

This work has been released into the public domain by its author, Jleonar, at the English Wikipedia project. This applies worldwide.

In case this is not legally possible:
Jleonar grants anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Original upload log

The original description page was here. All following user names refer to en.wikibooks.
Date/Time Dimensions User Comment
2005-12-07 05:45 560×420× (4819 bytes) Jleonar

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

7 December 2005

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:42, 19 August 2017Thumbnail for version as of 22:42, 19 August 2017560 × 420 (5 KB)JackPotte{{BotMoveToCommons|en.wikibooks|year={{subst:CURRENTYEAR}}|month={{subst:CURRENTMONTHNAME}}|day={{subst:CURRENTDAY}}}} == {{int:filedesc}} == {{Information |Description={{en|wikibooks:en:/Images}} |Source={{transferred from|en.wikibooks}} |Date={...

Metadata