Window function_

2010/11/02 15:39 from AUDIO_/Flowing_
High- and moderate-resolution windows

Rectangular window
 
Rectangular window; B=1.00
w(n) = 1\,

The rectangular window is sometimes known as a Dirichlet window. It is the simplest window, taking a chunk of the signal without any other modification at all, which leads to discontinuities at the endpoints (unless the signal happens to be an exact fit for the window length, as used in multitone testing, for instance). The first side-lobe is only 13 dB lower than the main lobe, with the rest falling off at about 6 dB per octave.

Hann window

 
Hann window; B = 1.50
w(n) = 0.5\; \left(1 - \cos \left ( \frac{2 \pi n}{N-1} \right) \right) 
  • Note that:

w_0(n) = 0.5\; \left(1 + \cos \left ( \frac{2 \pi n}{N-1} \right) \right)

The ends of the cosine just touch zero, so the side-lobes roll off at about 18 dB per octave.

The Hann and Hamming windows, both of which are in the family known as "raised cosine" windows, are respectively named after Julius von Hann and Richard Hamming. The term "Hanning window" is sometimes used to refer to the Hann window.

 Hamming window

 
Hamming window; B=1.37

The "raised cosine" with these particular coefficients was proposed by Richard W. Hamming. The window is optimized to minimize the maximum (nearest) side lobe, giving it a height of about one-fifth that of the Hann window, a raised cosine with simpler coefficients.

w(n) = 0.54 - 0.46\; \cos \left ( \frac{2\pi n}{N-1} \right) 
  • Note that:

\begin{align}
w_0(n)\ &\stackrel{\mathrm{def}}{=}\ w(n+\begin{matrix} \frac{N-1}{2}\end{matrix})\\
&= 0.54 + 0.46\; \cos \left ( \frac{2\pi n}{N-1} \right)
\end{align}

Tukey window

 
Tukey window, α=0.5; B=1.22


w_0(n) = \left\{ \begin{matrix}
\frac{1}{2} \left[1+\cos \left(\pi \left( \frac{2 n}{\alpha N}-1 \right) \right) \right]
& \mbox{when}\, 0 \leqslant n \leqslant \frac{\alpha N}{2} \\ [0.5em]
1 & \mbox{when}\, \frac{\alpha N}{2}\leqslant n \leqslant N (1 - \frac{\alpha}{2}) \\ [0.5em]
\frac{1}{2} \left[1+\cos \left(\pi \left( \frac{2 n}{\alpha N}- \frac{2}{\alpha} + 1 \right) \right) \right]
& \mbox{when}\, N (1 - \frac{\alpha}{2}) \leqslant n \leqslant  N \\
\end{matrix} \right.

The Tukey window, also known as the tapered cosine window, can be regarded as a cosine lobe of width \tfrac{\alpha N}{2} that is convolved with a rectangle window of width \left(1 -\tfrac{\alpha}{2}\right)N. At α=0 it becomes rectangular, and at α=1 it becomes a Hann window.

Cosine window

 
Cosine window; B=1.24
w(n) = \cos\left(\frac{\pi n}{N-1} - \frac{\pi}{2}\right) = \sin\left(\frac{\pi n}{N-1}\right) 
  • also known as sine window
  • cosine window describes the shape of w_0(n)\,

Lanczos window

 
Sinc or Lanczos window; B=1.31
w(n) = \mathrm{sinc}\left(\frac{2n}{N-1}-1\right)
  • used in Lanczos resampling
  • for the Lanczos window, sinc(x) is defined as sin(πx)/(πx)
  • also known as a sinc window, because:
w_0(n) = \mathrm{sinc}\left(\frac{2n}{N-1}\right)\, is the main lobe of a normalized sinc function

Triangular windows

 
Bartlett window; B=1.33

Bartlett window with zero-valued end-points:

w(n)=\frac{2}{N-1}\cdot\left(\frac{N-1}{2}-\left |n-\frac{N-1}{2}\right |\right)\,
Triangular window; B=1.33

With non-zero end-points:

w(n)=\frac{2}{N}\cdot\left(\frac{N}{2}-\left |n-\frac{N-1}{2}\right |\right)\,

Can be seen as the convolution of two half-sized rectangular windows, giving it a main lobe width of twice the width of a regular rectangular window. The nearest lobe is -26 dB down from the main lobe.

Gaussian windows

 
Gauss window, σ=0.4; B=1.45

The frequency response of a Gaussian is also a Gaussian (it is an eigenfunction of the Fourier Transform). Since the Gaussian function extends to infinity, it must either be truncated at the ends of the window, or itself windowed with another zero-ended window.

Since the log of a Gaussian produces a parabola, this can be used for exact quadratic interpolation in frequency estimation.

w(n)=e^{-\frac{1}{2} \left ( \frac{n-(N-1)/2}{\sigma (N-1)/2} \right)^{2}}
\sigma \le \;0.5\,

Bartlett–Hann window

 
Bartlett-Hann window; B=1.46
w(n)=a_0 - a_1 \left |\frac{n}{N-1}-\frac{1}{2} \right| - a_2 \cos \left (\frac{2 \pi n}{N-1}\right )
a_0=0.62;\quad a_1=0.48;\quad a_2=0.38\,

Blackman windows

 
Blackman window; α = 0.16; B=1.73

Blackman windows are defined as:

w(n)=a_0 - a_1 \cos \left ( \frac{2 \pi n}{N-1} \right) + a_2 \cos \left ( \frac{4 \pi n}{N-1} \right)
a_0=\frac{1-\alpha}{2};\quad a_1=\frac{1}{2};\quad a_2=\frac{\alpha}{2}\,

By common convention, the unqualified term Blackman window refers to α=0.16.

Kaiser windows

 
Kaiser window, α =2; B=1.5

 
Kaiser window, α =3; B=1.8

A simple approximation of the DPSS window using Bessel functions, discovered by Jim Kaiser.

w(n)=\frac{I_0\Bigg (\pi\alpha \sqrt{1 - (\begin{matrix} \frac{2 n}{N-1} \end{matrix}-1)^2}\Bigg )} {I_0(\pi\alpha)}

where I0 is the zero-th order modified Bessel function of the first kind, and usually α = 3.

  • Note that:

w_0(n) = \frac{I_0\Bigg (\pi\alpha \sqrt{1 - (\begin{matrix} \frac{2 n}{N-1} \end{matrix})^2}\Bigg )} {I_0(\pi\alpha)}


Low-resolution (high-dynamic-range) windows

Nuttall window, continuous first derivative

 
Nuttall window, continuous first derivative; B=2.02
w(n)=a_0 - a_1 \cos \left ( \frac{2 \pi n}{N-1} \right)+ a_2 \cos \left ( \frac{4 \pi n}{N-1} \right)- a_3 \cos \left ( \frac{6 \pi n}{N-1} \right) 
a_0=0.355768;\quad a_1=0.487396;\quad a_2=0.144232;\quad a_3=0.012604\,


Blackman–Harris window

 
Blackman–Harris window; B=2.01

A generalization of the Hamming family, produced by adding more shifted sinc functions, meant to minimize side-lobe levels

w(n)=a_0 - a_1 \cos \left ( \frac{2 \pi n}{N-1} \right)+ a_2 \cos \left ( \frac{4 \pi n}{N-1} \right)- a_3 \cos \left ( \frac{6 \pi n}{N-1} \right) 
a_0=0.35875;\quad a_1=0.48829;\quad a_2=0.14128;\quad a_3=0.01168\,

Blackman–Nuttall window

 
Blackman–Nuttall window; B=1.98
w(n)=a_0 - a_1 \cos \left ( \frac{2 \pi n}{N-1} \right)+ a_2 \cos \left ( \frac{4 \pi n}{N-1} \right)- a_3 \cos \left ( \frac{6 \pi n}{N-1} \right) 
a_0=0.3635819; \quad a_1=0.4891775; \quad a_2=0.1365995; \quad a_3=0.0106411\,

Flat top window

 
Flat top window; B=3.77
w(n)=a_0 - a_1 \cos \left ( \frac{2 \pi n}{N-1} \right)+ a_2 \cos \left ( \frac{4 \pi n}{N-1} \right)- a_3 \cos \left ( \frac{6 \pi n}{N-1} \right)+a_4 \cos \left ( \frac{8 \pi n}{N-1} \right) 
a_0=1;\quad a_1=1.93;\quad a_2=1.29;\quad a_3=0.388;\quad a_4=0.032\,
저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

Window function_  (4) 2010/11/02
Equivalent Rectangular Bandwidth (ERB)  (6) 2010/11/01
Seminar in Korea_  (4) 2010/10/20
Bob McCarthy introduces SIM 3 seminar  (2) 2010/10/01
SAM BERKOW ON LINE ARRAYS  (2) 2010/08/03
방음벽, 칸막이 설치  (0) 2010/07/28
Posted by sori4rang_ 트랙백 0 : 댓글 4


The equivalent rectangular bandwidth or ERB is a measure used in psychoacoustics, which gives an approximation to the bandwidths of the filters in human hearing, using the unrealistic but convenient simplification of modeling the filters as rectangular band-pass filters.

Researchers have derived a differential equation giving the ERB value v in Hz of a human auditory filter with a center frequency of f kHz


\frac{df}{dv} = 6.23 \cdot f^2 + 93.39 \cdot f + 28.52

Solving this equation gives roughly the following relation between the ERB value v and the frequency f in Hz:


v = 11.17268 \cdot \log\left(1 + \frac{46.06538 \cdot f}{f + 14678.49}\right)

Or the converse:


f = \frac{676170.4}{47.06538 - e^{0.08950404 \cdot v}} - 14678.49

A newer approximation is


\frac{df}{dv} = 107.94 \cdot f + 24.7

심리음향에서 다뤄지는 equivalent rectangular bandwidth.. critical band와 같이 확인할 것..
사람이 구별할 수 있는 소리의 최소 단위에 대한 부분이 거론되며, 사람이 청감으로 변화를 느끼는 것은 1옥타브에 50피치 이상이 변해야 알수 있다.
ex) 1000Hz - 1100Hz : 100Hz의 변화                vs             100Hz - 200Hz : 100Hz의 변화
둘다 100Hz의 변화 이지만 옥타브 변화가 Log스케일이기 때문에 100Hz의 log 1옥타브 200Hz..
즉 저역에서는 알아듣기 쉽지만 고역에서는 알아듣기 어렵다.
따라서 아날라이저르르 사용할 때 고주파를 중심으로 사용할지 저주파를 중심으로 사용할지 결정해야 한다.
50개의 측정 포인트가 있다면 사람의 청감과 비슷!

저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

Window function_  (4) 2010/11/02
Equivalent Rectangular Bandwidth (ERB)  (6) 2010/11/01
Seminar in Korea_  (4) 2010/10/20
Bob McCarthy introduces SIM 3 seminar  (2) 2010/10/01
SAM BERKOW ON LINE ARRAYS  (2) 2010/08/03
방음벽, 칸막이 설치  (0) 2010/07/28
Posted by sori4rang_ 트랙백 0 : 댓글 6

Seminar in Korea_

2010/10/20 11:50 from AUDIO_/Flowing_

It's what I've been doing .. it's my 3rd time to take the Meyer seminar but there is very funny things that I don't have any relationship with the Meyer speaker system or company. I just like their seminar and their thinking which they flowing their knowledge.
But it's not easy because after the seminar I have a class till Friday. 
Ok.. I gotta get back to class.. see you soon :)

The teacher.. Mauricio Ramirez but we called Magu.. can you guess? he is awesome!!! I like him!!! :)
저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

Window function_  (4) 2010/11/02
Equivalent Rectangular Bandwidth (ERB)  (6) 2010/11/01
Seminar in Korea_  (4) 2010/10/20
Bob McCarthy introduces SIM 3 seminar  (2) 2010/10/01
SAM BERKOW ON LINE ARRAYS  (2) 2010/08/03
방음벽, 칸막이 설치  (0) 2010/07/28
Posted by sori4rang_ 트랙백 0 : 댓글 4

Pro audio expert, Meyer Sound seminar instructor, and book author Bob McCarthy talks about his SIM 3 seminar in video. To register to attend or find out more about Meyer Sound's education program, please visit: http://www.meyersound.com/events/semi...

To find out more about Bob McCarthy's book "Sound Systems: Design and Optimization," click here: http://www.amazon.com/Sound-Systems-O...
저작자 표시 비영리 동일 조건 변경 허락
Posted by sori4rang_ 트랙백 0 : 댓글 2
    Sam Berkow knows more than a little about sound. As a partner (with Steve Sockey) in the New York City-based firm SIA Acoustics, he's consulted on the sonic performance of hundreds of studios and performance spaces. SIA also developed SIA Smaart, a standard acoustic measurement and sound system optimization software package used by audio pros worldwide.

    Why use a line array rather than a conventional speaker enclosure?
    Line arrays tend to work best in situations in which there is a long — rather than wide — throw or a challenging reverberant condition. The advantages of line arrays is that the directivity of the array comes from direct-radiating loudspeakers, so you eliminate the use of horns, which can have that nasal horn sound. Further, within limits, you can control the directivity via processing. The downside to line arrays can be when you need very wide coverage or a lot of control in the low frequencies where the waves get very long. In these cases, you typically require very long arrays and/or many clusters.

    We like line array solutions because of the natural sound that can be achieved and for their dispersion characteristics, their controllability and the predictability of the array. For the touring industry, arrays are particularly useful because they're easy to rig. Small changes to the hanging configuration of the array can be made very easily. Obviously, in complex traditional arrays, the rigging is often more complicated and changes require much more time and effort. Lastly, we find that the tools available to predict the performance and physical characteristics of line arrays extremely useful in event/system planning.

    What about using a ground-stacked line array as opposed to a more conventional delay speaker system in environments where there are low ceilings?
    That can be a tough call. The problem with ground stacks is that all of your sound is at the front and with a low ceiling (12 to 14 feet), you can easily take people's heads off with the levels required to meet your throw. If you need consistent level over a long listening area in a low-ceiling environment, you might want to go with a distributed delay system. It all depends on the distribution of the audience and what the function of the sound system is.

    One of the main reasons we like conventional delay speaker systems in rooms with low ceilings is for speech intelligibility. In these cases, we'll do more low-mid energy from the front and then just fill in with high-mid drivers that are distributed, either in the ceiling or from the side, using DSP to control delays and EQ. In general, I'm less inclined to look to line arrays as the solution in rooms under 12 feet with long-throw requirements. Another important consideration is that ground-stacking a line array often makes the rigging of specific/required angles much more difficult than in a flown situation.

    What issues should one consider when choosing a line array system?
    The first and most important consideration is the use of the system. Is it for speech, for music and for what type of music? How much low end do you need? How much power and how reverberant is the environment? A key goal with almost any sound system is to provide clarity by achieving a good direct-to-reverberant ratio. So when considering a loudspeaker system, the key questions become, “What is the horizontal and vertical dispersion you need?” Typically, line arrays range from about 70° to 120° wide (horizontal), with the vertical dispersion determined by the length of the array. Another question is, “How much power do they handle and how much directivity do you need at lower frequencies?” Examining the directivity at 125 Hz is very different than the directivity at 1 kHz, so this becomes a critical issue. This is a key difference in music and speech reproduction. Finally, line arrays are tools, and like any tools, they can be used well or poorly! 

저작자 표시 비영리 동일 조건 변경 허락
Posted by sori4rang_ 트랙백 0 : 댓글 2
ONE PAGE SHEET 기술자료
  -----------------------
  <방음벽, 칸막이 설치시 유의사항>
1) 소음원의 지향성과 크기에 대해서 사전에 조사
2) 음원으로부터의 음의 지향성이 수음점 방향으로 강할 때는 방음벽에 의한 감쇠치는 계산치보다 커진다.
3) 방음벽 두께가 파장보다도 작은 경우에는 거의 그 영향은 무시해도 되지만, 파장보다도 큰 두께인 경우에는 감쇠는 계산치보다 커지는 것이 보통이다.
4) 방음벽의 투과 손실은 우회음의 감쇠치보다 10dB(A)이상 큰 것이 바람직 하지만, 실용적으로는 수 dB(A) 이상이면 충분 하다.
5) 투과 손실이 공극 등의 영향 등으로 의외로 작아질 수 있으므로 특히 공극을 메꾸는 일에 유의하여야 한다.
6) 블록 방음벽 등은 모르타르칠을 해두는 것이 바람직하다. 적어도 이음새의 부분만이라도 도료를 칠해두는 것이 좋다.
7) 방음벽의 길이가 높이의 5배 이상이면, 길이의 영향은 고려하지 않아도 된다.
8) 방음벽이나 칸막이에 의한 감쇠음의 최대한은 25dB(A)정도이다.
9) 방음벽의 안쪽은 될 수 있는한 흡음성으로 해서 반사음을 방지하는 것이 좋다.
10) 소음이 큰 기계주위에 적절한 칸막이를 배치하고, 또 벽면을 흡음성으로 해서 작업자에게 미치는 소음을 최대한 적게 하는 것이 바람직하다.

<용도에 따른 차음재 사용(예)>
 용도  내용 기본 예 
 소음원의 음향적 격리  소음원에서 발생되는 공기음을 차단하는 까닭에 차음구조로 소음원을 밀폐하여 외부로 공기에 의한 방사 소음의 강도를 작게 한다. ● 기계류의 카바
● 기계실, 음악실의 외부구조
● 기류 소음이 큰 덕트의 외판 
 수음점의 음향적 격리  소음 환경이 나쁜 장소에 조용히 하기 위해 차음구조를 이용하여 소음자의 주위를 둘러싸서 소음레벨을 필요한 만큼 저감시킴 ● 다수의 기계소음이 있는 공장내의 방음식(근로자의 휴식, 감시, 원격 조정실 등)의 외벽
● 소음이 큰 부지에 건설되는 주택, 사무실 등의 외벽
 주거공간의 상호 음향격리  2개의 거실을 차음구조로 하여 서로 다른 사람의 생활에 장해를 적게 하기 위한 음향처리 ● 다세대 주택의 벽, 바닥
● 호텔의 객실벽(침실)
● 사무실과 회의실, 간부실 등의 벽 
 차음이외의 소음대책과 병행사용  거리의 증가에 의한 감쇠를 이용할 때, 실내의 흡음력을 이용함. 이때 한개의 차음구조로 큰 차음성능을 내려면 많은 부담을 느낄 때 소음 대책의 한 방법으로 사용 ● 방음판으로 사용되는 판넬 등은 필요한 차음량보다 큰 것을 사용
● 환기 덕트 등의 외판은 덕트소음 필요량보다 차음성능이 좋은 것 사용 


출처 : http://blog.naver.com/cmsong4000/
저작자 표시 비영리 동일 조건 변경 허락
Posted by sori4rang_ 트랙백 0 : 댓글 0
Coda Jazz Supper Club에서는 컴프레서나 게이트를 사용하지 않습니다. 사운드 엔지니어가 주어진 헤드룸을 어떻게 컨트롤하고 적용하는지 알고 있다면 이런 장비가 항상 필요한 것은 아닙니다.
-Michael Ricci, Ricci  Sound

무조건 저렴한 제품이 더 좋은 것이라는 개념이 지배적인 경제적 환경 속에서 '하이파이 오디오'와 'PA인스톨'이라는 단어는 한 문장 내에서 같이 쓰이지 않는다. 하지만 San Francisco의 Coda Jazz Supper Club의 경우는 이야기가 다르다. 이곳은 큰 돈을 들이지 않고도 클럽의 사운드 시스템에 아날로그 형태의 접근법만 적용한 새로운 장소이다.
Ricci Sound의 시스템 디자이너ㅓ인 Michael Ricci는 이 프로젝트에 대해서 "예전에 이곳은 음향의 환경이나 AC전원에 대한 고려가 전혀 없던 레스토랑 겸 DJ클럽이었습니다. 정말 시끄럽고 북적대는 곳이었습니다. 이곳에 저는 완전히 아날로그로 구성된 시스템을 제안했고, Midas Venice 320콘솔을 추천했는데, 이것은 디지털 시스템이나 클래스D 방식의 앰프 없이도 시스템에 자료를 제공할 수 있는 장치였습니다."라고 전했다.
중점을 두었던 것은 소리의 순도였다. 유일한 디지털 장비는 필요할 때에 Effect bus에 연결할 수 있는 TC Electronic M-ONE XL뿐이었다. 또한 컴프레서나 게이트도 사용하지 않는다. "그것이 이 설비의 충실도에 크게 기여하는 요소입니다. 이는 전부 헤드룸에 관련된 것입니다. 이 시스템의 출력은 6500W 이상이지만 사운드 엔지니어가 주어진 헤드룸을 어떻게 컨트롤하고 적용하는지 알고 있다면 컴프레서와 게이트가 항상 필요한 것은 아닙니다" Ricci의 설명이다.
스피커는 모두 BagEnd제품으로 Ricci는 BagEnd의 CEO인 Jim Wischmeyer와 Jedi의 오디오 엔지니어인 Henry Heine과 긴밀하게 협력했다. 이들은 LCR용 Opal-I Longthrow main 3대와 D18E-I Doule-18 sub 2대, 그리고 PTA1200-RF로 전원을 공급받느느 플로어 웨지를 제안했다. Ricci는 이 시스템의 사운드가 마음에 들었고 BagEnd의 고객 서비스에도 감명을 받았으며 "이러한 지원이 없었더라면 저는 시스템을 제 시간에 예산에 맞춰 설치하지 못했을 것입니다"라고 전했다.
앰프는 Crown Audio와 QSC이다. 여기에 BagEnd의 Infra-MX2 듀얼 인테그레이터가 부착되어 있어 Crossover Duty를 다루고 시스템을 보호한다. 시스템 EQ는 Klark  Teknik Square One이 메인으로 있고 모니터에 dbx231이 사용되었다. 더 넓은 무대 공간을 위해 San Francisco의 JK Sound가 영입되어 이 시스템을 전체 천장의 빔에 고르게 분포되도록 무대 위에 설치했다.
아날로그를 테마로 설치할 때에는 광섬유나 Cat5 와이어링을 기대하지 않는 것이 좋다. "우리는 Radial에서 무산소 동선과 얇은 스네이크 케이블을 주문했습니다. 그런데 클럽 개업식날에 맞춰 준비가 되지 않아서 처음에는 무명의 스네이크 케이블을 사용했습니다.  Radial 제품을 사용하고 난 후 들어보니 차이가 꽤 크게 느껴졌습니다." Ricci의 설명이다. 그는 이어서 "전기설비 업체와 일하면서 우리는 스위치 패널에 설치된 별도의 장치로 모터와 유도성 전기를 가진 장비를 나누어 놓았습니다. 냉동고와 자동판매기의 전원을 오디오 시스템 바깥에  놓기 위해서였습니다. 우리는 각각의 기기에 별도의 고립형태의 접지선을 깔았고 추가로 Ground Lug를 사용했습니다. FOH의 피드에 Furman의 전원 컨트롤러를 추가했고 소음을 줄이기 위해 앰프 랙을 설치했습니다. 이런 과정을 통해서 아주 심플하게 전원을 정리했습니다." 라고 전했다.
예산이 넉넉하지 못하다는 것은 종종 음향기기의 종류가 달라지는 것을 의미한다. 하지만 Ricci는 고가의 접근법을 적용했다. 예를 들어 녹음실을 제작하듯이 무대를 추가로 건축하고 구조물을 띄웠으며 두꺼운 고무제품으로 이를 바닥에서 분리시키는 작업을 했다. 그는 무대 뒤쪽의 벽에 12인치의 안전기를 달고 이를 Owens Corning 701과  703 섬유유리로 채웠다. 그리고 효과적인  Bass Trap을 만들기 위해 펠트로 덮었다. 무대 위에는 맞춤형 4' x 4' 흡수/분산 장치를 설치 했다. "이 제품들은 뛰어난 효과를 보이고 있습니다. 그리고 콘트롤 룸에서 무대 음량의 음압 레벨을 컨트롤 할 수 있게 도와줍니다. 그래서 음악가들이 무대에서 서로의 소리를 듣기가 더욱 쉬워졌습니다." Ricci의설명이다.
가장 놀라운 것은 이 시스템이 멋지게 작동한다는 것이다. 장소 전반에 걸쳐 사운드 레벨은 고르게 분산되고 정확했으며 일관적인 커버리지를 보였다. 이로 인해 Coda르르 운영하는 Bruce Hanson의 이 지역 재즈 예술가들의 다양성을 공개적으로 보여주겠다는 소원이 이루어졌다. 분명 다음에 설치할 시스템에 약간의 하이파이 오디오 제품을 추가하는 것도 그렇게 나쁘지는 않을 것 같다.

출처 : svconline.com by George
저작자 표시 비영리 동일 조건 변경 허락
Posted by sori4rang_ 트랙백 0 : 댓글 2
7. "왜"는 언제나 존재하기 마련이며 우리들 모두는 흔히 "그것" 뒤에 있는 ""를 배움으로써 더욱 많은 이점들을 얻을 수 있다.

6. 공연장 여기저기를 걸어 다니며너 이곳 저곳의 좌석에서 소리를 들어보았나? 아니라면 자기 자신을 바보로 만들고 있을지도 모르겠다. .. 그렇지만 쇼가 시작되기 전에 커버리지와 하우스 위치에서의 소리를 완전히 준비시켜 놓아야만 한다. 청중들은 당연히 그렇게 기대할 것이다.

5. 도구 말이 나왔으니 말인데, 미터, 깜박거리는 전구들, 삼색의 LED, 플라즈마 디스플레이 그리고 오디오 정보를 비디로 데이터로 측정, 표시, 추정하는 온갖 종류의 기능들로 무장한 장비들이 수 없이 많이 출시되었다. 믹스는 눈 가지고 하나? .. 장비의 소리를 들어보지 않고는 필요 시 실제로 이 장비가 어떻게 작동할지 알 수 있는 방도는 없다.

4. 진정한 프로에의해 사용된 보통의 도구들은
삼류 엔지니어의 손에 쥐어진 세상에서 최고의 도구들보다 항상 더 우수한 결과를 만들어 낸다.

3. 깨끗이 라벨을 붙이고 시스템에 대해 가능한 정확한 자료들을 준비해 두는 것이 가장 좋은 방법이라는 점이다. 콜솔의 레이아웃, 이펙트 랙, 드라이브 랙, 라우드스피커 배선 등은 합리적으로 설계 및 구성되어 적절한 지식을 가진 누구라도 사용법을 알 수 있도록 해야 한다.

2. 무슨일이 있어도 발생할 문제들과 당신의 주목을 요구하는 동료들과 고객들에게 눈과 귀가 열려있어야만 한다. 가능한 언제 어디서라도 도움을 줄 수 있는 바람직한 스태프가 되어야 한다. .. "내가 맡은 장비 연결은 다 끝냈으니 여기 앉아서 저지방 저칼로리 모카치노를 마셔야지"란 해이한 태도로는 그리 오래 일할 수 없다.

1. 매 분마다 몇 번씩 백미러를 확인하라는 운전 법칙을 기억하나? 마찬가지다. 무대는 도로이고 주변 여기저기를 슬쩍 둘러볼 필요가 있다.

- by Karl Winkler who is Lectrosonics Business Development Director
karl@karlwinkler.com


아주 가벼운 이야기 같지만 상당히 중요한 항목..
저작자 표시 비영리 동일 조건 변경 허락
Posted by sori4rang_ 트랙백 0 : 댓글 2

by BoB McCATHY_


영상이 자꾸 끊겨서 보기 짜증나심.. ㅠ.ㅠ 인내심 준비하시기 바람..
저작자 표시 비영리 동일 조건 변경 허락
Posted by sori4rang_ 트랙백 0 : 댓글 2

치사하게 긁어왔어! ㅎㅎ
저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

믹싱시 절대 해서는 안될 7가지_  (2) 2010/05/04
Understanding Phase - Part 1  (2) 2010/03/03
FIR filter와 IIR filter의 차이점_  (4) 2010/01/21
Dasiy Chain_데이지체인  (0) 2010/01/13
HDMI[고선명 멀티미디어 인터페이스]  (3) 2009/10/30
HDMI  (0) 2009/10/30
Posted by sori4rang_ 트랙백 0 : 댓글 4

 
  1. 데이지 체인이란 연속적으로 연결되어 있는 하드웨어 장치들의 구성을 지칭한다. 예를 들어 SCSI 인터페이스는 최대 7개의 장치까지 데이지 체인형식을 지원한다.

  2. 데이지 체인은 예를 들어 어떤 장치 A가 B라는 장치에 연결되어 있고, 그 B라는 장치는 다시 C라는 장치에 연속하여 연결되어 있는 방식의 버스 결선방식을 말한다. 이때 가장 마지막에 있는 장치는 대개 저항장치 또는 단말장치에 접속된다. 모든 장치들은 동일한 신호를 수신할 수도 있지만, 단순한 버스와는 현저히 다르게 체인 내에 속한 각 장치가 하나 이상의 신호를 다른 장치에 전달하기 전에 내용을 수정하는 경우도 있다


    위 그림은 이더넷의 데이지 체인의 한 예가 되어주심.. 이해 되심? ^^
저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

Understanding Phase - Part 1  (2) 2010/03/03
FIR filter와 IIR filter의 차이점_  (4) 2010/01/21
Dasiy Chain_데이지체인  (0) 2010/01/13
HDMI[고선명 멀티미디어 인터페이스]  (3) 2009/10/30
HDMI  (0) 2009/10/30
스피커 컨트롤러의 Limiter Threshold level산출공식  (2) 2009/08/24
Posted by sori4rang_ 트랙백 0 : 댓글 0

고선명 멀티미디어 인터페이스(High Definition Multimedia Interface, HDMI)는 비압축 방식의 디지털 비디오/오디오 인터페이스 규격의 하나이다. HDMI는 HDMI를 지원하는 셋탑박스, DVD 재생기 등의 멀티미디어 소스에서 AV기기, 모니터, 디지털 텔레비전 등의 장치들 사이의 인터페이스를 제공한다.

개요
HDMI는 개인용 컴퓨터와 디스플레이의 인터페이스 표준 규격인 DVI를 AV 전자제품용으로 변경한 것으로, 2002년 12월에 HDMI 1.0의 사양이 결정되었다. 영상·음성을 압축하지 않고 플레이어에서 텔레비전 쪽으로 전송하기 때문에 디코더칩이나 소프트웨어가 필요 없다. 접속 기기끼리 호환성을 가진다.
또, 영상·음성·제어 신호가 케이블 하나로 전송되기 때문에 번거로웠던 AV기기의 배선을 간단하게 할 수 있다. 또, 제어 신호도 보낼 수 있으므로 각 AV기기를 유기적으로 사용할 수 있다.
물리층은 변화 최소화 차분 신호 (TMDS), 신호의 암호화는 HDCP(High-bandwidth Digital Content Protection), 기기간 인증은 EDID, 계 전체의 제어계 접속은 CEC(Consumer Electronics Control)가 사용된다.
연결 커넥터에는 타입 A와 타입 B, 이렇게 2가지가 있으며, 표준은 타입 A이다. 타입 B는 29 핀의 커넥터로 1080p(1920 x 1080)를 넘는 해상도를 지원하기 위해서 정의되었다.
덧붙여 AACS LA가 채택을 위해 진행시키고 있는 차세대 DVD 기기 등에 대한 저작권 보호 규격 AACS에서는 HDMI 위를 흐르는 암호화된 디지털 신호만을 인정할 방향으로 검토되고 있었다. 그러나 HDMI 포트가 달리지 않은 박막 텔레비전이 이미 보급되고 있기 때문에 가전제품 제조사로부터 반대 의견이 강하여, 2005년 12월에 실질적으로 아날로그 출력을 허가하기로 결정했다. 그렇지만, 아날로그 출력을 막는 기능 자체는 남겨둔 채 2011년에 다시 검토될 예정이다.

위에서 언급한 아날로그 출력문제 때문에 일부 소비자는 박막 텔레비전을 구입할 때 HDMI 단자의 유무를 중요하게 생각한다. 그러나 일반 소비자에게는 아직 인지도가 낮다.
DVI의 상위 호환으로 여겨지고 있어 이론적으로는 비암호화 상태이면 DVI-HDMI 간의 상호 출력이 가능하다(HDMI 단자가 있는 액정, 플라즈마 텔레비전에 DVI 단자가 있는 개인용 컴퓨터를 연결하는 등). 다만, 제품의 사양에 쓰여지지 않는 등 동작 대상 밖의 경우, 화면 출력이 열화되거나 출력되지 않는 경우가 많이 주의해야 한다. 또 HDMI에서 DVI로 데이터를 전송하는 경우, HDCP에 때문에 화면이 안 보일 수도 있다. (DVI는 HDCP와 호환되지 않는 경우가 많다.)
2006년 이후 플레이스테이션 3나 차세대 DVD 등이 제품화됨에 따라 일반에게도 널리 알려질 것으로 생각된다.
소형 단자를 위한 미니 HDMI도 정의되어 있다. 음성 신호에 대한 규격은 S/PDIF이다.

규격
HDMI는 전기적 신호 규격, 핀 출력, 케이블과 커넥터 기구 규격에 대한 규정을 정의한다.

커넥터

HDMI 규격서에는 3가지 타입의 커넥터를 정의한다. 각 타입은 서로 다른 시장에서 사용된다. 타입 A는 19핀이고, SDTV, EDTV, HDTV의 대역폭을 지원한다. 플러그 외부 넓이는 13.9 mm(너비) x 4.45mm(높이) 이다. 그리고 타입 A는 전기적으로는 싱글링크 DVI-D와 호환된다. 타입 B는 29핀이고, HDMI 1.0 버전에서 정의된 고해상도 규격이다. 너비는 21.2 mm이고, WQSXGA(3200x2048)같은 고해상도 디스플레이 장치로의 확장도 가능하다. 타입 B는 듀얼링크 DVI-D와 호환되지만 일반적인 사용방법은 아니다. 타입 C는 소형 커넥터이다. 주로 포터블 기계에 사용되며 타입 A 보다 작은 10.42 mm x 2.42 mm이다. 반면에, 핀수는 타입 A와 같은 19핀이다.

케이블 [편집]

HDMI 케이블은 영상, 음성, CEC(Consumer Electronics Control) 신호(기계 제어 신호)를 실어 나른다. 타입 A 부터 C 까지 모두 가능하다. HDMI 케이블의 규격은 데이터 처리량과 관계가 있으며, 모든 케이블들은 하위 호환된다. HDMI 케이블은 일반적인 다른 케이블들 보다 많이 비싸다. 고급 사양의 장비이기 때문이다. 하지만, 최근에는 온라인 매장이나 경매 사이트에서 동축 케이블, RCA 케이블 가격과 비슷한 수준으로 판매하고 있다.

TMDS 채널 [편집]

이 부분의 본문은 변화 최소화 차분 신호입니다.

변화 최소화 차분 신호(TMDS):

  • 영상 데이터 구간(period), 데이터 섬 구간, 제어 구간. 이렇게 3가지 방법으로 영상, 음성, 부가 데이터를 전송한다. 영상 데이터 구간에서는 동영상 라인의 화소 정보를 전송하고, 데이터 섬 구간에서는 음성 정보와 일련의 조각으로 이루어진 부가 정보를 전송한다. 데이터 섬 구간은 수평 귀선 기간이나 수직 귀선 기간 때 발생한다. 마지막으로 제어 구간은 영상 데이터 구간과 데이터 섬 구간 사이에서 발생한다.
  • 신호: DVI 1.0 규격. 타입 A, 타입 B
  • 영상 화소비: 25 MHz 에서 340 MHz 또는 680 MHz. 영상 포맷은 25 MHz 이하(예, NTSC의 480i는 13.5MHz). 24 bpp 에서 48 bpp는 비율에 관계 없이 전송 가능. 1080p 지원
  • 화소 인코딩: RGB 4:4:4, YCbCr 4:4:4; YCbCr 4:2:2
  • 음성 샘플비: 32 kHz, 44.1 kHz, 48 kHz, 88.2 kHz, 96 kHz, 176.4 kHz, 192 kHz.
  • 음성 채널수: 8 채널 까지.
  • 음성 스트림: IEC61637 호환 스트림 전부, 무손실 스트림: Dolby TrueHD, DTS-HD 마스터 음성

CEC

CEC, Consumer Electronics Control의 줄임말이다. 리모컨 하나로 CEC 가능한 기계를 조작하는 동작을 말한다.

  • 산업 표준 AV Link 규격 사용
  • 리모컨 기능 사용
  • 단선 양방향 직렬 버스 사용
  • HDMI 1.0 규격에서 처음 정의하고, 1.2a, 1.3a에서 추가 정의(1.3a에서는 시계, 음성 명령어 추가)

DVD 플레이어를 예로 들면, DVD 플레이어에 영화 디스크를 넣고 닫으면, TV는 전원이 들어오고, 입력을 HDMI로 선택하고, 적당한 영상 모드와 음성 모드를 선택하게 된다. 리모컨으로 TV를 조작할 필요가 없다. 그리고 영화가 끝나면 TV는 자동으로 대기 상태로 되돌아간다.

CEC(Consumer Electronics Control)는 여러가지 다른 이름으로 불린다. Anynet (삼성), Aquos Link (샤프), BRAVIA Theatre Sync (소니), Regza Link (도시바), RIHD (Onkyo), Simplink (LG전자), Viera Link/EZ-Sync (파나소닉/JVC), Easylink (필립스), NetCommand for HDMI (미츠비시).

콘텐츠 보호

HDCP 1.2 규격을 따른다.

핀 배열

타입 A 커넥터 핀 배열
신호 신호
1 TMDS 데이터 2+ 2 TMDS 데이터 2 실드
3 TMDS 데이터 2- 4 TMDS 데이터 1+
5 TMDS 데이터 1 실드 6 TMDS 데이터 1-
7 TMDS 데이터 0+ 8 TMDS 데이터0 실드
9 TMDS 데이터 0- 10 TMDS 클럭 +
11 TMDS 클럭 실드 12 TMDS 클럭 -
13 CEC 14 예비 (연결 안 됨)
15 SCL 16 SDA
17 DDC/CEC 그라운드 18 +5V 전원
19 핫플러그 감지

[←HDMI 다이어그램 (오른쪽이 1번 핀, 왼쪽이 19번 핀]





[출처 : 위키백과]
저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

FIR filter와 IIR filter의 차이점_  (4) 2010/01/21
Dasiy Chain_데이지체인  (0) 2010/01/13
HDMI[고선명 멀티미디어 인터페이스]  (3) 2009/10/30
HDMI  (0) 2009/10/30
스피커 컨트롤러의 Limiter Threshold level산출공식  (2) 2009/08/24
주파수, 주기, 파장  (6) 2009/07/16
Posted by sori4rang_ 트랙백 0 : 댓글 3

HDMI

2009/10/30 15:35 from AUDIO_/Flowing_

HDMI (High-Definition Multimedia Interface) is a compact audio/video interface for transmitting uncompressed digital data.[1] It represents a digital alternative to consumer analog standards, such as radio frequency (RF) coaxial cable, composite video, S-Video, SCART, component video, D-Terminal, and VGA. HDMI connects digital audio/video sources—such as set-top boxes, Blu-ray Disc players, personal computers (PCs), video game consoles (such as the PlayStation 3 and some models of Xbox 360), and AV receivers—to compatible digital audio devices, computer monitors, and digital televisions.[1]

HDMI supports, on a single cable, any TV or PC video format, including standard, enhanced, and high-definition video; up to 8 channels of digital audio; and a Consumer Electronics Control (CEC) connection. The CEC allows HDMI devices to control each other when necessary and allows the user to operate multiple devices with one remote control handset.[2] Because HDMI is electrically compatible with the signals used by Digital Visual Interface (DVI), no signal conversion is necessary, nor is there a loss of video quality when a DVI-to-HDMI adapter is used.[3] As an uncompressed connection, HDMI is independent of the various digital television standards used by individual devices, such as ATSC and DVB, as these are encapsulations of compressed MPEG video streams (which can be decoded and output as an uncompressed video stream on HDMI).

HDMI products started shipping in the autumn of 2003.[4] Over 850 consumer electronics (CE) and PC companies have adopted the HDMI specification (HDMI Adopters).[5][6][7] In Europe, either DVI-HDCP or HDMI is included in the HD ready in-store labelling specification for TV sets for HDTV, formulated by EICTA with SES Astra in 2005. HDMI began to appear on consumer HDTV camcorders and digital still cameras in 2006.[8][9][10][11][12] Shipments of HDMI were expected to exceed that of DVI in 2008, driven primarily by the CE market.[13][14]

Overview
HDMI supports, on a single cable, any TV or PC video format, including standard, enhanced, and high-definition video; up to 8 channels of digital audio; and the Consumer Electronics Control signal.[2] HDMI encodes the video data into TMDS for uncompressed digital transmission over HDMI.

HDMI devices are manufactured to adhere to various versions of the specification, in which each version is given a number, such as 1.0, 1.2, or 1.3a.[15] Each subsequent version of the specification uses the same kind of cable, but increases the bandwidth and/or capabilities of what can be transmitted over the cable.[15] For example, the previous maximum pixel clock rate HDMI interface was 165 MHz, which was sufficient for supporting 1080p and WUXGA (1920×1200) at 60 Hz. HDMI 1.3 increased that to 340 MHz, which allows for higher resolution (such as WQXGA, 2560×1600) across a single digital link.[16] An HDMI connection can either be single-link (Type A/C) or dual-link (Type B) and can have a video pixel rate of 25 MHz to 340 MHz (for a single-link connection) or 25 MHz to 680 MHz (for a dual-link connection). Video formats with rates below 25 MHz (e.g., 13.5 MHz for 480i/NTSC) are transmitted using a pixel-repetition scheme.[1]

HDMI 1.0 to HDMI 1.2a uses the CEA-861-B video standard, and HDMI 1.3+ uses the CEA-861-D video standard.[15] The CEA-861-D document defines the video timing requirements, discovery structures, and data transfer structure.[17] The color spaces that can be used by HDMI are ITU-R BT.601, ITU-R BT.709-5, and IEC 61966-2-4.[18] HDMI can encode the video in xvYCC 4:4:4 (8–16 bits per component), sRGB 4:4:4 (8–16 bits per component), YCbCr 4:4:4 (8–16 bits per component), or YCbCr 4:2:2 (8–12 bits per component).[18][19]

HDMI supports up to 8 channels of audio at sample sizes of 16-bit, 20-bit, and 24-bit, with sample rates of 32 kHz, 44.1 kHz, 48 kHz, 88.2 kHz, 96 kHz, 176.4 kHz, and 192 kHz.[20][21] HDMI also supports any IEC61937-compliant compressed audio stream, such as Dolby Digital and DTS, and up to 8 channels of one-bit DSD audio (used on Super Audio CDs) at rates up to four times that of Super Audio CD.[20] With version 1.3, HDMI supports lossless compressed audio streams Dolby TrueHD and DTS-HD Master Audio.[20]

In the U.S., HDCP (High-bandwidth Digital Content Protection) support is a standard feature on digital TVs, while in the PC industry, it can depend on the specific model. The first computer monitors with HDCP support started to be released in 2005, and by February 2006, a dozen different models had been released.[22][23]

History
The HDMI Founders are Hitachi, Matsushita Electric Industrial (Panasonic/National/Quasar), Philips, Silicon Image, Sony, Thomson (RCA), and Toshiba.[6] Digital Content Protection, LLC provides HDCP (which was developed by Intel) for HDMI.[24] HDMI has the support of motion picture producers Fox, Universal, Warner Bros., and Disney, along with system operators DirecTV, EchoStar (Dish Network), and CableLabs.[1]

The HDMI Founders began development on HDMI 1.0 on April 16, 2002, with the goal of creating an AV connector that was backward-compatible with DVI.[25][26][27] At the time, DVI-HDCP (DVI with HDCP) and DVI-HDTV (DVI-HDCP using the CEA-861-B video standard) were being used on HDTVs.[21][27][28] HDMI 1.0 was designed to improve on DVI-HDTV by using a smaller connector and adding support for audio, enhanced support for YCbCr, and CE control functions.[21][27][29][30]

The first Authorized Testing Center (ATC), which tests HDMI products, was opened by Silicon Image on June 23, 2003, in California, United States.[31] The first ATC in Japan was opened by Panasonic on May 1, 2004, in Osaka.[32] The first ATC in Europe was opened by Philips on May 25, 2005, in Caen, France.[33] The first ATC in China was opened by Silicon Image on November 21, 2005, in Shenzhen.[34] The first ATC in India was opened by Philips on June 12, 2008, in Bangalore.[35] A list of all the ATCs is on the HDMI website.[36]

According to In-Stat, the number of HDMI devices sold was 5 million in 2004, 17.4 million in 2005, 63 million in 2006, and 143 million in 2007.[13][37][38] HDMI is becoming the de facto standard for HDTVs, and according to In-Stat, around 90% of digital televisions in 2007 included HDMI.[13][39][40][41][42][43] In-Stat has estimated that 229 million HDMI devices were sold in 2008.[44] On January 7, 2009, HDMI Licensing, LLC announced that HDMI had reached an installed base of over 600 million HDMI devices.[7] In-Stat has estimated that 394 million HDMI devices will sell in 2009 and that all digital televisions by the end of 2009 would have at least one HDMI input.[7]

In 2008, PC Magazine awarded HDMI the 25th Annual Technical Excellence Awards in the Home Theater category for an "innovation that has changed the world".[45] Ten companies were given a Technology and Engineering Emmy Award for their development of HDMI by the National Academy of Television Arts and Sciences (NATAS) on January 7, 2009.[46][47]

Specifications
The HDMI specification defines the protocols, signals, electrical interfaces, and mechanical requirements of the standard.[48]


Connectors
There are four HDMI connector types. Type A and Type B are defined in the HDMI 1.0 specification, Type C is defined in the HDMI 1.3 specification, and Type D is defined in the HDMI 1.4 specification.

Type A
Nineteen pins, with bandwidth to support all SDTV, EDTV, and HDTV modes.[2] The plug's outside dimensions are 13.9 mm × 4.45 mm.[49] Type A is electrically compatible with single-link DVI-D.[50]
Type B
This connector (21.2 mm × 4.45 mm) has 29 pins and can carry double the video bandwidth of Type A, for use with very high-resolution future displays such as WQUXGA (3840×2400).[50][51] Type B is electrically compatible with dual-link DVI-D, but has not yet been used in any products.[50][52]
Type C
A miniconnector, it is intended for portable devices.[53] It is smaller than the Type A connector (10.42 mm × 2.42 mm) but has the same 19-pin configuration.[53][54] While the number of pins is the same, the signal assignment is different because of the different shielding requirements, due to the signals' being in a single row. The differences are that all positive signals of the differential pairs are swapped with their corresponding shield, the DDC/CEC Ground is assigned to pin 13 instead of pin 17, the CEC is assigned to pin 14 instead of pin 13, and the reserved pin is 17 instead of pin 14.[55] The Type C miniconnector can be connected to a Type A connector using a Type A-to-Type C cable.[53]
Type D
A miniconnector(=>Micro connector) defined in the HDMI 1.4 specification,[56] it keeps the standard 19 pins of Types A and C but shrinks the connector size to something resembling a micro-USB connector.[57] The Type D connector is 2.8 mm × 6.4 mm, whereas the Type C connector is 2.42 mm × 10.42 mm;[58] for comparison, a micro-USB connector is 2.94 mm × 7.8 mm.
[←HDMI Type A socket]
[←HDMI Type A Connector]

Cable length
The HDMI specification does not define a maximum cable length, but because of signal attenuation, there is an upper limit to how long HDMI cables can be made.[59] The length of an HDMI cable depends on the construction quality and the materials used.[59] Adaptive equalization can be employed to compensate for the signal attenuation and intersymbol interference caused by long cables.

To reduce the confusion about which cables support which video formats, HDMI 1.3 defines two categories of cables: Category 1-certified cables, which have been tested at 74.5 MHz (720p60 and 1080i60), and Category 2-certified cables, which have been tested at 340 MHz (1080p60 and 2160p30).[60][56][61] Category 1 HDMI cables are to be marketed as "Standard" and Category 2 HDMI cables as "High-Speed".[1] This labeling guideline for HDMI cables went into effect on October 17, 2008.[62][63] Category 1 and 2 cables can either meet the required parameter specifications for interpair skew, far-end crosstalk, attenuation, and differential impedance, or they can meet the required nonequalized/equalized eye diagram requirements.[60] A cable of about 5 meters (16 ft.) can be manufactured to Category 1 specifications easily and inexpensively by using 28 AWG (0.081 mm²) conductors.[59] With better quality construction and materials, including 24 AWG (0.205 mm²) conductors, an HDMI cable can reach lengths of up to 15 meters (49 ft.).[59] The HDMI website has stated that many HDMI cables under 5 meters of length that were made before the HDMI 1.3 specification can work as Category 2 cables, but cautions that only Category 2-tested cables are guaranteed to work.[64] Long cable lengths can cause instability of HDCP and blinking on the screen, due to the weakened DDC signal that HDCP requires. HDCP DDC signals must be multiplexed with TMDS video signals to be compliant with HDCP requirements for HDMI extenders based on a single Category 5/Category 6 cable.[65][66] Several companies offer amplifiers, equalizers, and repeaters that can string several standard HDMI cables together. Active HDMI cables use electronics within the cable to boost the signal and allow for HDMI cables of up to 30 meters (98 ft.).[67] HDMI extenders that are based on dual Category 5/Category 6 cable can extend HDMI to 250 meters (820 ft.), while HDMI extenders based on optical fiber can extend HDMI to 300 meters (980 ft.).[68][69]

Extender
A HDMI Extender is a single device (or pair of devices) powered with an external power source or with the 5V DC from the HDMI source. Plain-copper HDMI cable is capable of 12 to 15 m (39 to 49 ft), while wireless HDMI is capable of 10 m (33 ft).[59][70] HDMI extenders based on dual Category 5/Category 6 cable can extend HDMI to 50 meters, while HDMI extenders based on optical fiber can extend HDMI to 100+ meters.[59]

To use longer HDMI cable or cables, active boosters are necessary to compensate for losses and to remove the intersymbol interference. However, HDMI cable becomes thicker, stiffer, and heavier with increasing cable length, making it difficult to use in many applications. Many companies developed the HDMI over UTP-type extender to use CAT-5 or CAT-6 cable, which is much thinner, softer, and lighter. Most extenders use two cables to extend the four pairs of TMDS signals for video, and two or three control signals for the DDC and HDCP. Some extenders use single CAT-5 or CAT-6 UTP, though they must be sure to multiplex the DDC channels.[71] To avoid EMI problems, most HDMI over UTP extenders recommend CAT-6 cables.

Communication channels
HDMI has three physically separate communication channels, which are the DDC, TMDS, and the optional CEC.[72]

DDC
Main article: Display Data Channel
The Display Data Channel (DDC) is a communication channel based on the I²C bus specification.[73][74] HDMI specifically requires support for the Enhanced Display Data Channel (E-DDC), which is used by the HDMI source device to read the E-EDID data from the HDMI sink device to learn what audio/video formats it supports.[73][74][72] HDMI requires that the E-DDC support I²C standard mode speed (100 kbit/s) and allows optional support for fast mode speed (400 kbit/s).[75]

TMDS
Main article: Transition Minimized Differential Signaling

Transition Minimized Differential Signaling (TMDS) on HDMI carries video, audio, and auxiliary data via one of three modes, called the Video Data Period, the Data Island Period, and the Control Period.[76] During the Video Data Period, the pixels of an active video line are transmitted.[76] During the Data Island period (which occurs during the horizontal and vertical blanking intervals), audio and auxiliary data are transmitted within a series of packets.[76] The Control Period occurs between Video and Data Island periods.[76]

Both HDMI and DVI use TMDS to send 10-bit characters that are encoded using 8b/10b encoding for the Video Data Period and 2b/10b encoding for the Control Period. HDMI adds the ability to send audio/auxiliary data using 4b/10b encoding for the Data Island Period.[76] Each Data Island Period is 32 pixels in size and contains a 32-bit Packet Header, which includes 8 bits of BCH ECC parity data for error correction and describes the contents of the packet.[77] Each Packet contains four subpackets, and each subpacket is 64 bits in size, including 8 bits of BCH ECC parity data, allowing for each Packet to carry up to 224 bits of audio data.[78] Each Data Island Period can contain up to 18 Packets.[79] Seven of the 15 Packet types described in the HDMI 1.3a specifications deal with audio data, while the other 8 types deal with auxiliary data.[77] Among these are the General Control Packet and the Gamut Metadata Packet. The General Control Packet carries information on AVMUTE (which mutes the audio during changes that may cause audio noise) and Color Depth (which sends the bit depth of the current video stream and is required for Deep Color).[80][81] The Gamut Metadata Packet carries information on the color space being used for the current video stream and is required for xvYCC.[18][82][83]

CEC
Consumer Electronics Control (CEC) wiring is mandatory, although implementation of CEC in a product is optional.[84] CEC uses the industry-standard AV Link protocol, is used for remote control functions, is a one-wire bidirectional serial bus, and was defined in HDMI Specification 1.0 and updated in HDMI 1.2, HDMI 1.2a, and HDMI 1.3a (added timer and audio commands).[85][86][87][88] The CEC feature is designed to allow the user to command and control multiple CEC-enabled boxes with one remote control and for individual CEC-enabled devices to command and control each other without user intervention.[86]

Commercial names for CEC are Anynet (Samsung); Aquos Link (Sharp); BRAVIA Theatre Sync (Sony); Kuro Link (Pioneer); CE-Link and Regza Link (Toshiba); RIHD (Remote Interactive over HDMI) (Onkyo); Simplink (LG); HDAVI Control, EZ-Sync, and VIERA Link (Panasonic); EasyLink (Philips); and NetCommand for HDMI (Mitsubishi).[89][90][91][92][93][94

Compatibility with DVI


[←DVI-HDMI adapter]
A DVI signal is electrically compatible with an HDMI video signal; no signal conversion is required when an adapter or asymmetric cable is used, and consequently no loss in video quality occurs.[3] As such, HDMI is backward-compatible with Digital Visual Interface digital video (DVI-D or DVI-I, but not DVI-A) as used on modern computer monitors and graphics cards. This means that a DVI-D source can drive an HDMI monitor, or vice versa, by means of a suitable adapter or cable. However, the audio and remote-control features of HDMI will not be available unless the output supports HDMI via a DVI plug (e.g., ATI 3*** and NVIDIA GTX 2** video cards).[3] Additionally, not all devices with DVI input support High-bandwidth Digital Content Protection (HDCP). Without such support by the device, an HDCP-enabled signal source will suppress output and so prevent the device from receiving HDCP-protected content.[101] All HDMI devices must support sRGB encoding.[102]

[←HDMI-DVI adapter]

HDCP
Main article: High-bandwidth Digital Content Protection

HDMI can use HDCP to encrypt the signal if required by the source device. CSS, CPPM, and AACS require the use of HDCP on HDMI when playing back encrypted DVD Video, DVD Audio, and Blu-ray Disc. The HDCP Repeater bit controls the authentication and switching/distribution of an HDMI signal. According to HDCP Specification 1.2 (beginning with HDMI CTS 1.3a), any system that implements HDCP must do so in a fully compliant manner. HDCP testing that was previously only a requirement for optional tests such as the "Simplay HD" testing program is now part of the requirements for HDMI compliance.[103][104][105] HDCP allows for up to 127 devices to be connected together, with up to 7 levels, using a combination of sources, sinks, and repeaters.[106] A simple example of this is several HDMI devices connected to an HDMI AV receiver that is connected to an HDMI display.[106]

Devices called HDCP strippers can remove the HDCP information from the video signal and allow the video to be playable on non-HDCP-compliant displays.[107] An example of an HDCP stripper for HDMI is the HDfury2, which can convert the video to VGA or component video and the audio to stereo analog or digital TOSLINK.[108][109]

Versions
HDMI devices are manufactured to adhere to various versions of the specification, in which each version is given a number, such as 1.0, 1.2, or 1.3a.[15] Each subsequent version of the specification uses the same kind of cable but increases the bandwidth and/or capabilities of what can be transmitted over the cable.[15] A product listed as having an HDMI version does not necessarily mean that it will have all of the features that are listed for that version, since some HDMI features are optional, such as Deep Color and xvYCC (which is branded by Sony as "x.v.Color").[110][111]

Version 1.0 to 1.2
HDMI 1.0 was released December 9, 2002 and is a single-cable digital audio/video connector interface with a maximum TMDS bandwidth of 4.9 Gbit/s. It supports up to 3.96 Gbit/s of video bandwidth (1080p/60 Hz or UXGA) and 8 channel LPCM/192 kHz/24-bit audio.[15] HDMI 1.1 was released on May 20, 2004 and added support for DVD Audio.[15] HDMI 1.2 was released August 8, 2005 and added support for One Bit Audio, used on Super Audio CDs, at up to 8 channels. It also added the availability of HDMI Type A connectors for PC sources, the ability for PC sources to only support the sRGB color space while retaining the option to support the YCbCr color space, and required HDMI 1.2 and later displays to support low-voltage sources.[15][102] HDMI 1.2a was released on December 14, 2005 and fully specifies Consumer Electronic Control (CEC) features, command sets, and CEC compliance tests.[15]

Version 1.3
HDMI 1.3 was released June 22, 2006 and increased the single-link bandwidth to 340 MHz (10.2 Gbit/s).[15][16][112] It optionally supports Deep Color, with 30-bit, 36-bit, and 48-bit xvYCC, sRGB, or YCbCr, compared to 24-bit sRGB or YCbCr in previous HDMI versions. It also optionally supports output of Dolby TrueHD and DTS-HD Master Audio streams for external decoding by AV receivers.[113] It incorporates automatic audio syncing (audio video sync) capability. It defined cable Categories 1 and 2, with Category 1 cable being tested up to 74.25 MHz and Category 2 being tested up to 340 MHz. It also added the new Type C miniconnector for portable devices.[53][114] HDMI 1.3a was released on November 10, 2006 and had Cable and Sink modifications for Type C, source termination recommendations, and removed undershoot and maximum rise/fall time limits.[15] It also changed CEC capacitance limits, clarified sRGB video quantization range, and CEC commands for timer control were brought back in an altered form, with audio control commands added.[15] HDMI 1.3b was released on March 26, 2007 and added HDMI compliance testing revisions.[105][115][116] HDMI 1.3b has no effect on HDMI features, functions, or performance, since the testing is for products based on the HDMI 1.3a specification.[117] HDMI 1.3b1 was released on November 9, 2007 and added HDMI compliance testing revisions, which added testing requirements for the HDMI Type C miniconnector.[105][115][116] HDMI 1.3b1 has no effect on HDMI features, functions, or performance, since the testing is for products based on the HDMI 1.3a specification.[117] HDMI 1.3c was released on August 25, 2008 and added HDMI compliance testing revisions, which changed testing requirements for active HDMI cables.[67][118] HDMI 1.3c has no effect on HDMI features, functions, or performance, since the testing is for products based on the HDMI 1.3a specification.[117]

Version 1.4

[←World's first HDMI 1.4 cable released by Cablesson on June 22, 2009.[119]HDMI 1.4 was released on May 28, 2009, and Silicon Image expects their first HDMI 1.4 products to sample in the second half of 2009.[56][120] HDMI 1.4 increases the maximum resolution to 4K × 2K (3840×2160p at 24Hz/25Hz/30Hz and 4096×2160p at 24Hz, which is a resolution used with digital theaters); an HDMI Ethernet Channel, which allows for a 100 Mb/s Ethernet connection between the two HDMI connected devices; and introduces an Audio Return Channel, 3D Over HDMI, a new Micro HDMI Connector, expanded support for color spaces, and an Automotive Connection System.[56][121]

Version Comparison
Note that a given product may choose to implement a subset of the given HDMI version. Certain features such as Deep Color and xvYCC support are optional.[110]

HDMI version 1.0–1.2a 1.3 1.4
Maximum signal bandwidth (MHz) 165 340 340[122]
Maximum TMDS bandwidth (Gbit/s) 4.95 10.2 10.2
Maximum video bandwidth (Gbit/s) 3.96 8.16 8.16
Maximum audio bandwidth (Mbit/s) 36.86 36.86 36.86
Maximum color depth (bit/px) 24 48[A] 48
Maximum resolution over single link at 24-bit/px[B] 1920×1200p60 2560×1600p75 4096×2160p24
Maximum resolution over single link at 30-bit/px[C] N/A 2560×1600p60 4096×2160p24
Maximum resolution over single link at 36-bit/px[D] N/A 1920×1200p75 4096×2160p24
Maximum resolution over single link at 48-bit/px[E] N/A 1920×1200p60 1920×1200p60
HDMI version 1.0 1.1 1.2
1.2a
1.3 1.3a
1.3b
1.3b1
1.3c
1.4[123]
sRGB Yes Yes Yes Yes Yes Yes
YCbCr Yes Yes Yes Yes Yes Yes
8 channel LPCM, 192 kHz, 24 bit audio capability Yes Yes Yes Yes Yes Yes
Blu-ray Disc video and audio at full resolution[F] Yes Yes Yes Yes Yes Yes
Consumer Electronic Control (CEC)[G] Yes Yes Yes Yes Yes Yes
DVD Audio support No Yes Yes Yes Yes Yes
Super Audio CD (DSD) support[H] No No Yes Yes Yes Yes
Deep Color No No No Yes Yes Yes
xvYCC No No No Yes Yes Yes
Auto lip-sync No No No Yes Yes Yes
Dolby TrueHD bitstream capable No No No Yes Yes Yes
DTS-HD Master Audio bitstream capable No No No Yes Yes Yes
Updated list of CEC commands[I] No No No No Yes Yes
Ethernet Channel No No No No No Yes
Audio Return Channel No No No No No Yes
3D Over HDMI No No No No No Yes
4k × 2k Resolution Support No No No No No Yes

A  36-bit support is mandatory for Deep Color compatible CE devices, with 48-bit support being optional.[124]
B  Maximum resolution is based on CVT-RB, which is a VESA standard for non-CRT-based displays.[125] Using CVT-RB 1920×1200 would have a video bandwidth of 3.69 Gbit/s, 2560×1600 would have a video bandwidth of 8.12 Gbit/s, and 4096×2160 would have a video bandwidth of 5.35 Gbit/s.[126]
C  Using CVT-RB 2560×1600 would have a video bandwidth of 8.12 Gbit/s and 4096×2160 would have a video bandwidth of 6.69 Gbit/s.[126]
D  Using CVT-RB 1920×1200 would have a video bandwidth of 7.91 Gbit/s and 4096×2160 would have a video bandwidth of 8.03 Gbit/s.[126]
E  Using CVT-RB 1920×1200 would have a video bandwidth of 7.39 Gbit/s.[126]
F  Even for a compressed audio codec that a given HDMI version cannot transport, the source device may be able to decode the audio codec and transmit the audio as uncompressed LPCM.
G  CEC has been in the HDMI specification since version 1.0, but only began to be used in CE products with HDMI version 1.3a.[127][128]
H  Playback of SACD may be possible for older HDMI versions if the source device (such as the Oppo 970) converts to LPCM.[129]
I  Large number of additions and clarifications for CEC commands. One addition is CEC command, allowing for volume control of an AV receiver.[88]

Relationship with Blu-ray Disc players
Blu-ray Disc, introduced in 2006, offers new high-fidelity audio features that require HDMI for best results. Dolby Digital Plus, Dolby TrueHD, and DTS-HD Master Audio use bit rates exceeding S/PDIF's capacity.[130] HDMI 1.3 can transport Dolby Digital Plus, TrueHD, and DTS-HD bitstreams in compressed form.[20] This capability allows for an AV receiver with the necessary decoder to decode the compressed audio stream. The Blu-ray specification does not support video encoded with either Deep Color or xvYCC so that HDMI 1.0 can transfer Blu-ray discs at full video quality.[131]

Blu-ray permits secondary audio decoding, whereby the disc content can tell the player to mix multiple audio sources together before final output.[132] Some Blu-ray players can decode all of the audio codecs internally and can output LPCM audio over HDMI. Multichannel LPCM can be transported over an HDMI connection, and as long as the AV receiver supports multichannel LPCM audio over HDMI and supports HDCP, the audio reproduction is equal in resolution to HDMI 1.3 bitstream output. Some low-cost AV receivers, such as the Onkyo TX-SR506, do not support audio processing over HDMI and are labelled as "HDMI pass through" devices.[133][134]

 

Relationship with DisplayPort
Another audio/video interface is DisplayPort, which had version 1.0 approved in May 2006 and is supported in several computer monitors. The DisplayPort website states that DisplayPort is expected to complement HDMI.[135] Most of the DisplayPort supporters are computer companies such as Dell, which has released several computer monitors that support both DisplayPort and HDMI.[136][137] DisplayPort has an advantage over HDMI in that it is currently royalty-free, while the HDMI royalty is 4¢ per device and has an annual fee of $10,000 for high-volume manufacturers.[138] DisplayPort also uses a micro-packet-based transport that could allow support for multiple audio/video streams.[139] HDMI has a few advantages over DisplayPort, such as support for the xvYCC color space, Dolby TrueHD and DTS-HD Master Audio bitstream support, Consumer Electronics Control (CEC) signals, and electrical compatibility with DVI.[140][141]

Relationship with personal computers
PCs with a DVI interface are capable of video output to an HDMI-enabled monitor.[3] Some PCs include an HDMI interface and may also be capable of HDMI audio output, depending on specific hardware.[142] For example, Intel's motherboard chipsets since the 945G have been capable of 8-channel LPCM output over HDMI, as well as NVIDIA’s GeForce 8200/8300 motherboard chipsets.[142][143] Eight-channel LPCM audio output over HDMI with a video card was first seen with the ATI Radeon HD 4850, which was released in June 2008 and is supported by other video cards in the ATI Radeon HD 4000 series.[143][144][145][146][147] Linux can support 8-channel LPCM audio over HDMI if the video card has the necessary hardware and supports the Advanced Linux Sound Architecture (ALSA).[148] The ATI Radeon HD 4000 series supports ALSA.[148][149] Cyberlink announced in June 2008 that they would update their PowerDVD playback software to support 192 kHz/24-bit Blu-ray Disc audio decoding in Q3-Q4 of 2008.[150] Corel's WinDVD 9 Plus currently supports 96 kHz/24-bit Blu-ray Disc audio decoding.[151]

Even with an HDMI output, a computer may not support HDCP, Microsoft's Protected Video Path, or Microsoft's Protected Audio Path.[143][152] In the case of HDCP, there were several early graphic cards that were labelled as "HDCP-enabled" but did not actually have the necessary hardware for HDCP.[153] This included certain graphic cards based on the ATI X1600 chipset and certain models of the NVIDIA Geforce 7900 series.[153] The Protected Video Path was enabled in graphic cards that supported HDCP, since it was required for output of Blu-ray Disc video.[143] In comparison, the Protected Audio Path was only required if a lossless audio bitstream (such as Dolby TrueHD or DTS-HD MA) was output.[143] Uncompressed LPCM audio, however, does not require a Protected Audio Path, and software programs such as PowerDVD and WinDVD can decode Dolby TrueHD and DTS-HD MA and output it as LPCM.[143][150][151] A limitation is that if the computer does not support a Protected Audio Path, the audio must be downsampled to 16-bit 48 kHz but can still output at up to 8 channels.[143] No graphic cards were released in 2008 that supported the Protected Audio Path.[143]

In June 2008, Asus announced Xonar HDAV1.3, which in December 2008 received a software update and became the first HDMI sound card that supported the Protected Audio Path and can both bitstream and decode lossless audio (Dolby TrueHD and DTS-HD MA), although bitstreaming is only available if using the ArcSoft TotalMedia Theatre software.[154][155] The Xonar HDAV1.3 has an HDMI 1.3 input/output, and Asus says that it can work with most video cards on the market.[154][155][156]

In September 2009, AMD announced the ATI Radeon HD 5000 series video cards which features support for HDMI 1.3 output (Deep Color, xvYCC wide gamut support, and high bit rate audio), support for 8-channel LPCM over HDMI, and an integrated HD audio controller with a Protected Audio Path that allows bitstream output over HDMI for AAC, Dolby AC-3, Dolby TrueHD, and DTS Master Audio formats.[157][158][159] The ATI Radeon HD 5870 released in September of 2009 is the first video card that supports bitstream output over HDMI for Dolby TrueHD and DTS-HD Master Audio.[159]

[출처 : 위키백과]

저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

Dasiy Chain_데이지체인  (0) 2010/01/13
HDMI[고선명 멀티미디어 인터페이스]  (3) 2009/10/30
HDMI  (0) 2009/10/30
스피커 컨트롤러의 Limiter Threshold level산출공식  (2) 2009/08/24
주파수, 주기, 파장  (6) 2009/07/16
dB(A)와 dB(C)  (0) 2009/05/13
Posted by sori4rang_ 트랙백 1 : 댓글 0
Limiter Threshold = 스피커의 리미트 전압(dBu)-앰프의 증폭게인(dB)

<스피커의 임피던스와 RMS 전압을 dB로 환산하기>
ex) 8Ω/RMS 600W의 스피커 일때
전압 = √(600x8) = 69.28volts

dBu로 바꾸기

20log(69.28/0.775) = 39.03dBu
위와같이 스피커의 최대동작 dBu가 산출되었다. 여기서 앰프의 증폭게인을 빼면 Threshold레벨이 산출된다.
위 공식에서 최종적으로 스피커의 컨트롤러의 리미터 Threshold를 정한다면
Limiting Threshold = 39dBu-32dBu = 7dBu
즉, 앰프의 증폭게인이 32dBu로 세팅했을 때 리미터 Threshold는 7dB가 된다. 앰프의 증폭률을 26dB로 세팅했다면 26dB를 빼면 되는거!
위의 레벨이 실제의 동작에서 스피커의 최대 효율성을 발휘하기 위해서는 앰프 스펙이 스피커의 RMS요구 스펙보다 최소 2배 이상이 되어야 한다. 정확하게 리미터 Threshold 레벨을 산출했다 하더라도 앰프의 스펙이 스피커의 요구에 미치지 못하면 어느정도의 페이더 레벨에서 리미터 Threshold에 도달하기 전에 앰프의 최대 피크에 도달하여 스피커의 성능을 100% 발휘하는 것이 불가능해진다.
저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

HDMI[고선명 멀티미디어 인터페이스]  (3) 2009/10/30
HDMI  (0) 2009/10/30
스피커 컨트롤러의 Limiter Threshold level산출공식  (2) 2009/08/24
주파수, 주기, 파장  (6) 2009/07/16
dB(A)와 dB(C)  (0) 2009/05/13
라인 어레이 스피커의 원리와 특징  (0) 2009/02/09
Posted by sori4rang_ 트랙백 0 : 댓글 2
파가 1초 동안 진동하는 회수를 주파수(Frequency)라고 한다. 또, 1회 반복하는데 걸리는 시간을 주기(Period)라고 한다. 따라서 주기는 주파수의 역수이다. 예를 들면 1,000Hz의 음의 주기는 0.001초(1/1000)이다. 즉 1000Hz의 음은 1초간에 1000번 진동하고, 1번 진동하는데 0.001초(1ms) 걸린다는 의미이다. 이와 같이 시간적인 반복 간격을 주기라고 한다.

[주기] 진동이 한 사이클 반복하는데 걸리는 시간
1kHz의 주기 = 1/1000Hz = 0.001초

또, 파의 반복 간격의 거리를 파장(wavelength)이라고 한다. 즉, 파장은 음의 최대점에서 이웃하는 최대점까지의 거리이다. 음속이 1초간에 진행하는 거리, 주파수가 1초간에 음압의 최대. 최소를 반복하는 회수이므로 음속을 주파수로 나누면 파장을 구할 수 있다.
예를 들어
1kHz의 음파의 파장은 34cm(음속 340m/1000Hz) 이다.
[파장[ 음압의 최대점에서 다음 최대점까지의 거리 또는 1주기의 전반 거리
1kHz의 파장 = 340m(음속)/1000Hz = 34cm

소리에 한정되지 않고, 전파나 빛의 파의 전달 방법은 파장에 의해서 결정된다. 회절과 같은 파동 특유의 현상은 장애물과 파장의 길이와 관계된다. 예를 들어, 파장이 길면(저 주파수) 물체 뒤로 음이 회절되기 쉽고, 짧으면 회절되기 어렵다.
저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

HDMI  (0) 2009/10/30
스피커 컨트롤러의 Limiter Threshold level산출공식  (2) 2009/08/24
주파수, 주기, 파장  (6) 2009/07/16
dB(A)와 dB(C)  (0) 2009/05/13
라인 어레이 스피커의 원리와 특징  (0) 2009/02/09
절대 데시벨  (0) 2008/02/28
Posted by sori4rang_ 트랙백 0 : 댓글 6

dB(A)와 dB(C)

2009/05/13 13:39 from AUDIO_/Flowing_
음량의 크기 측정은 음량계(Sound level meter)를 사용하며, 보통 음량계와 정밀음량계의 2 종류가 있다. 음량계에는 A특성과 C특성의 보정 회로가 있다.
A특성은 저음에 둔감한 청감 특성을 보정한 것으로서, 음압 레벨이나 소음 레벨 측정에 사용하며, dB(A)로 표기한다.
C특성은 주파수 분석을 할 때에는 평탄한 특성의 대용으로 사용되고, 측정값은 dB(C)로 표기한다. 또 B특성과 D특성이 있지만, B특성은 거의 사용되지 않고, D특성은 항공기 소음을 측정할 때 사용한다.

1000H이상에서는 dB(A)와 dB(C)값이 차이가 없지만, 1000Hz이하에서 차이가 많은 것을 알 수 있다. 이것을 이용하면 주파수 성분에 대한 정보를 얻을 수가 있다. 예를 들면, dB(A)와 dB(C)값이 차이가 없으면, 이 음은 비교적 주파수가 높은 성분이 많다는 것을 의미한다. 또, dB(C)가 dB(A)보다 수치가 크고, 그 차이가 클수록 그 음에 포함된 성분의 주파수는 낮은 것으로 추측할 수 있다. 순음에 가까운 성분의 경우에 dB(C)와 dB(A)의 차가 5dB이면 400Hz, 10dB이면 약 200Hz, 20dB이면 약 100Hz일 것이라고 추정할 수 있다.
저작자 표시 비영리 동일 조건 변경 허락

'AUDIO_ > Flowing_' 카테고리의 다른 글

스피커 컨트롤러의 Limiter Threshold level산출공식  (2) 2009/08/24
주파수, 주기, 파장  (6) 2009/07/16
dB(A)와 dB(C)  (0) 2009/05/13
라인 어레이 스피커의 원리와 특징  (0) 2009/02/09
절대 데시벨  (0) 2008/02/28
데시벨의 합 ll  (0) 2008/02/28
Posted by sori4rang_ 트랙백 0 : 댓글 0

선상음원의 특성

①음원의 종류와 성질

라인 어레이의 음향적인 특징을 설명하기 전에 음원의 종류와 그 성질에 대해 간단히 설명을 하겠다.

먼저 음원에는 점(点)음원, 선(線)음원, 그리고 면(面)음원의 3종류가 있다. 점음원은 음원으로부터의 거리에 대해 음원이 충분히 작은 것으로 통상적으로 스피커 유닛은 아주 대형 스피커의 바로 근처가 아니면 모든 점음원이라고 해석해도 무방하다.

 

가령 직경이 1미터인 스피커 유닛에서 1m떨어진 위치에서는 이 스피커 유닛은 점음원으로서 간주할 수 없지만 10m 떨어지면 고음역을 제외하고는 점음원으로서 생각할 수 있다.

 

점음원에서 나온 음은 그림01(a)에 나타나듯이 구면상으로 퍼져간다. 음원에서 나온 에너지는 거리가 멀수록 퍼져가는 밀도가 희박해진다. 구체적으로는 음원으로부터의 거리가 증가하면 음이 퍼지는 면적이 거리의 제곱에 비례해서 크게 되기 때문에 음의 에너지는 거리의 제곱에 반비례 즉, 거리의 제곱으로 감쇠한다. 이것이 유명한 역제곱 현상이다. 때문에 거리가 배가 되면 음압 레벨은 6dB 감쇠하게 된다.

 

또한 동일(음압과 위상)한 점음원이 2개 있는 경우에 그 위치관계와 주파수에 의해 음은 강해지거나 없어지거나 한다. 이를 일반적으로 위상간섭이라고 부른다. 2개의 점음원이 주파수에 대해 충분히 가까운 거리에 있는 경우는 어떤 장소라도 완전한 합성에 의한 효과가 얻어지고 단일한 음원에 대해 6dB 높은 음압 레벨을 얻을 수 있다. 이를 ‘커플링’이라고 한다.

 

하지만 2개의 음원이 주파수에 대해 1/2 파장거리를 두고 나란히 있는 경우는 2개의 음원의 연장선 방향에서는 음이 사라지고 이론적으로 음의 에너지가 없어지고 만다. 이는 스테레오의 좌우 스피커의 극성을 틀린 경우에 중앙 부분에서 저음이 모두 없어지는 것과 동일하다. 이에 대해 2개의 음원의 위상이 전부 무관계(무상관)인 경우는(2대의 자동차 등) 고압레벨은 3dB만 높아진다.

 

두 번째로 선음원은 음원으로부터의 거리에 대해 음원이 충분히 긴 것을 가리킨다. 교통량이 많은 고속도로 등은 선음원의 전형적인 사례이다. 단지 고속도로의 경우는 음원에서 음원의 요소가 무상관의 선음원이지만 이번 라인 어레이의 경우는 상관이 있는 음원이라는 것이 조건이 된다.

 

어떤 경우도 그림02(b)와 같이 음원에서 나온 음은 원통형으로 퍼지기 때문에 거리에 대해 음이 퍼지는 면적은 비례한다. 따라서 음의 에너지는 거리가 배로 3dB감쇠한다. 다만 음원에서의 거리가 선음원의 길이에 대해 먼 경우는 앞의 점음원의 정의에도 설명했듯이 가령 선형을 취해도 음향적으로는 점음원이 되고 만다.

 

마지막으로 면음원을 설명하겠다. 사고방식은 기본적으로 점음원이나 선음원과 동일하다. 즉, 면의 크기(가로, 세로 마찬가지)에 대해 거리가 가까운 경우에 음원은 무수한 점음원의 집합에 의한 면이라고 생각한다. 때문에 모든 음원에서의 에너지를 적분하면 거리와 관계없이 음압레벨은 일정하게 된다. 즉, 거리가 떨어져도 음압레벨은 어느 일정한 거리까지는 감소하지 않는다. 이것이 바로 면음원의 성질이다.


 

②선음원과 선상음원

라인 어레이에 초점을 맞추어보자. 라인 어레이는 어떤 특정의 간격을 지닌 음원이 제한된 길이로 나란한 유사한 선음원이라고 말할 수 있다. 이상적인 선음원은 음원이 간격이 제로이고 길이가 무한한 것을 가리킨다. 유사한 선음원과 이상적인 선음원의 차이는 스피커의 근처의 특성과 스피커에서 멀리 떨어진 곳의 특성만큼 차이가 있다.

 

길이가 무한대라는 것은 그리 현실적이지는 않다. 선음원으로서 충분한 길이를 지니고 또한 스피커 근처의 특성을 이상적인 선음원과 동등하게 취급할 수 있는 것을 ‘선상음원(라인 소스 어레이)’이라고 한다.

 

때문에 스피커 서로간의 간격이 대상이 되는 주파수에 대해 충분히 가까운 것이 조건이 된다. 따라서 문제가 되는 것은 파장이 짧은 고음역이다. 앞서 설명한 원형의 음을 장방형으로 바꾸는 장치나 작은 지름의 고성능 유닛은 이를 실현하기 위해 개발된 기술이다.

 

③음원의 간격과 고음역의 특성

앞서 설명한대로 음원 사이의 거리는 고음역의 특성을 결정짓는 가장 중요한 요소이다. 먼저 콘서트용 모듈타입의 라인 어레이의 경우는 고음역의 위상을 갖추기 위한 페이즈 플러그와 같은 연구가 이루어지기 때문에 모듈 내의 연속성에 문제가 없다고 생각한다.

 

하지만 모듈을 복수로 스택하는 경우는 모듈 사이의 물리적인 간격이 파장이 짧은 고음역으로서 무시할 수 없는 경우도 있을 수 있다.

 

이는 각 제조업체에 의한 방침이 다르지만 스피커의 바로 밑 부분은 거리가 가깝기 때문에 라인 어레이로 얻을 수 있는 높은 음압은 필요하지 않다는 점에서 연속성이 필요하지 않은 경우도 있다. 그러나 이때 다른 모듈 사이와의 에어리어에서 발생하는 위상간섭은 무시할 수 없다고 여겨진다.

 

그리고 소형의 유닛을 근접해서 배치한 경우는 고음역의 특성은 그 유닛의 간격에 크게 의존한다. LA1612의 경우에 4kHz로 몇 미터 정도 스피커에서 떨어지면 완전한 위상합성의 효과가 얻어지고 길이의 범위 내에서 음질이 변화하는 모습은 없다.

 

④음원의 길이와 저음역의 특성

저음역은 음원의 길이와 큰 관계가 있다. 음원이 길어지면 보다 저음역까지 선음원으로서의 효과가 얻어진다. 또한 당연한 일이지만 길이와 선음원으로서 효과가 있는 거리는 관계가 있다.

 

이에 대해서는 지금까지 다양한 연구결과가 나와 있지만 여하튼 주파수와 음원이 길이에 대해 어느 지점의 거리를 지나치면 선음원은 점음원과 동일해지기 때문에 거리감쇠도 점음원과 동일한 거리가 배(倍)가 되고 6dB 감쇠한다. 즉, 거리가 배이면서 3dB 감쇠하는 범위를 Near Field, 또한 6dB가 되는 에어리어를 Fair Field라고 부른다.

 

1)은 MA12를 2개 및 4개로 쌓아올려 실제로 측정한 거리감쇠이다. 500Hz와 4kHz의 어떤 주파수에서도 4개를 쌓아올린 것이 거리감쇠의 모습이 작고 또한 고음역인 4kHz의 경우가 절대값으로서도 그 값이 작다. 또한 4개를 쌓아올린 4kHz에서는 거의 이론적인 감쇠(거리가 배로 3dB)가 얻어짐을 알 수 있다.

 

 

500Hz

4kHz

MA12x4

-4.3

-3.1

MA12x2

-5.2

-3.9

1)MA12의 거리감쇠 측정결과

 

이상과 같이 라인 어레이에 대해 스피커 시스템으로서의 이행 과정을 배경으로 한 관점과 기술적인 관점의 양면에서 설명을 했다. 기술적인 관점에서는 수식을 이용한 설명이 그리 필요 없었지만 라인 어레이의 음향적인 성질의 개요와 정량적인 성질에 대해서는 수식을 이용할 수밖에 없었다. 이점 이해하기 바란다.

 

끝으로 라인 어레이는 역시 하나의 수단에 지나지 않고 경우에 따라서는 콘서트용 모듈 타입 라인 어레이 보다는 콤포넌트나 어레이어블의 시피커 시스템이 보다 양호한 결과를 제공할 수 있는 경우가 많다는 사실도 일러두고 싶다.

 

또한 소형 라인 어레이 시스템보다는 통상적인 스피커 시스템이 보다 적절한 경우도 있다. 가령 모듈 타입 라인 어레이의 각 모듈 사이에 5도 이상의 각도를 취함으로써 비교적 적은 수로 프로세니엄 스피커로서 사용할 수 있는지도 모른다. 하지만 이는 모듈 사이의 간섭이 중고음역에서 격렬해지거나 본래의 라인 어레이로서의 효과(거리감쇠가 작다 등)가 전혀 없어지고 만다.

 

따라서 이처럼무리한 방법을 사용하기보다는 종래의 원 박스 스피커를 이용한 원호형의 어레이를 취하는 것이 음향 성능적으로 훨씬 낫다. 중요한 점은 라인 어레이 본래의 성질과 특징을 충분히 이해하고 이를 상황에 맞추어 적절히 응용하는 것이다.

 

: 음향엔지니어 모치마루


'AUDIO_ > Flowing_' 카테고리의 다른 글

주파수, 주기, 파장  (6) 2009/07/16
dB(A)와 dB(C)  (0) 2009/05/13
라인 어레이 스피커의 원리와 특징  (0) 2009/02/09
절대 데시벨  (0) 2008/02/28
데시벨의 합 ll  (0) 2008/02/28
UTP 케이블...  (0) 2007/11/07
Posted by sori4rang_ 트랙백 0 : 댓글 0

절대 데시벨

2008/02/28 17:51 from AUDIO_/Flowing_
dBm : 1mW를 기준으로 하는 데시벨
끝의m은 기준이 1mW라는 것을 의미한다. 임피던스가 600ohm인 경우에 사용한다.
예) 1W = 1000m >>> 10log1000=30dBm

dBV : 1V를 기준으로 하는 데시벨
주로 오디오에서 사용되는 단위이다. 끝의 V는 기준이 1V라는 것을 의미한다. -10dBV(=0.316V)는 가정용 오디오의 표준 레벨이다.
예) 10V >>> 20log10=20dBV

dBu : 0.775V를 기준하는 전압의 기준
임피던스에 상관없이 사용하는 단위이다. 여기서 u는 undetermined의 의미이고, 임피던스와 무관하다.
4dBu(1.23Vrms)는 PA음향의 표준 레벨이고, 최대 레벨은 26dBu(=15.5V)이다. dBu는 dBV보다 2.2dB높다(2.2dBu=1dBV)

dBW : 1W를 기준으로 하는 데시벨
1W >>> 10log1 = 0dBW

0dBFS
0dBFS(full scale)은 디지털 레코딩에서 A/D converter가 클리핑 되지 않고 받아 들일 수 있는 최대 입력 레벨이다. 즉, 0dBFS레벨의 신호는 디지털로 변환된 모든 디지트가 1이 되는 레벨이다.

'AUDIO_ > Flowing_' 카테고리의 다른 글

dB(A)와 dB(C)  (0) 2009/05/13
라인 어레이 스피커의 원리와 특징  (0) 2009/02/09
절대 데시벨  (0) 2008/02/28
데시벨의 합 ll  (0) 2008/02/28
UTP 케이블...  (0) 2007/11/07
데시벨의 합  (0) 2007/10/25
Posted by sori4rang_ 트랙백 0 : 댓글 0

데시벨의 합 ll

2008/02/28 17:20 from AUDIO_/Flowing_

앞서 무상관인 두 음을 더하면 3dB이 증가된다고 설명하였다. 예를 들어 1대의 자동차의 소음 레벨이 60dB일때, 2대의 자동차의 소음 레벨은 63dB이 된다.
그러나, 두 음이 완전히 상관이 있는 음원(두 신호의 진폭과 위상이 완전히 같은 신호)을 더할 경우에는 다음 식을 이용해야 한다.

LT =20log(IT/IO)
     =20log(10^LI1/20+10^LI2/20+10^LI3/20+...+10LIn/20)

예를 들면 무상관음인 80dB의 두 음원이 있는 경우에 합성 레벨은 83dB이지만, 두 음원이 완전히 같으면, 합성레벨은 86dB이 된다.
그림a에는 스피커 대수가 2배가 될 때마다 음압 레벨이 6dB씩 증가되고, 4배가 되면 12dB이 증가되는 것을 나타낸다. 단, 이 경우에는 스피커간의 간섭이 없다고 가정한 경우이고, 스피커간의 간섭이 있으면, 음압레벨이 이론대로 증가되지 않는다.
사용자 삽입 이미지
[그림 a]


두 음원이 완전히 상관 있는 음원은 그림 b와 같이 한 대의 앰프에 두 대의 스피커를 병렬로 연결한 경우에 해당한다. 즉, 한대의 앰프에서 완전히 같은 신호를 두 대의 스피커에 입력하는 경우이다.
사용자 삽입 이미지
[그림 b]

 

'AUDIO_ > Flowing_' 카테고리의 다른 글

라인 어레이 스피커의 원리와 특징  (0) 2009/02/09
절대 데시벨  (0) 2008/02/28
데시벨의 합 ll  (0) 2008/02/28
UTP 케이블...  (0) 2007/11/07
데시벨의 합  (0) 2007/10/25
회의용 마이크 시스템  (4) 2007/06/18
Posted by sori4rang_ 트랙백 0 : 댓글 0

UTP 케이블...

2007/11/07 16:41 from AUDIO_/Flowing_

UTP(Unshield Twisted Pair) 케이블은 네트워크 구성에서 현재 가장 많이 사용되고 흔히 볼 수 있는 케이블입니다. 이 케이블의 표면을 벗겨보면 모두 8개의 선이 두 개씩쌍으로 꼬여 있는 것을 볼 수 있습니다. 이렇게  꼬아 놓으면 전기적인 간섭이 그렇지 않을 때보다 줄어든다고 합니다. UTP 케이블에는 쓰임새나 데이터의 전송속도에 따라 등급이 있습니다.

다음은 등급에 따라 의미하는 것과 설명에 대한 EIA/TIA (Electronic Industries Association and the newer Telecommunications Industry Association)의 내용입니다.

Category

특   성

용   도

Category 1,2

Data 통신에 적합하지 않음.

Category 3

16MHz 100-ohm UTP

예전의 데이터 통신(10BasetT, 100BaseT4)에 사용되던 케이블로서 전화선이나 4Mbps의 Token Ring에 사용되었지만 현재는 사용되지 않음.

Category 4

20MHz 100-ohm UTP

Category 5의 사용으로 거의 사용되지 않음.

Category 5

100MHz 100-ohm UTP

100BaseTx, 16Mbps Token Ring에 사용되며 현재 폭넓게 사용되고 있음.

Category 5e

350MHz 100-ohm UTP

Category 5 enhanced의 의미로 1.2Gbps를 지원하며 Gigbit Ethernet에 사용됨.

UTP케이블 안을 자세히 보면 주황, 파랑,녹색, 갈색 4가지 색깔이 있습니다. 각 색깔은 다시 흰색 줄무늬와 짙은 색으로 구분되어 있습니다. 이 색깔의 배치에 따라 케이블의 용도가 달라집니다.

UTP케이블에 대한 표준은 EIA/TIA (Electronic Industries Association and the newer Telecommunications Industry Association)에서 규정한 것으로 아래 그림은 두 가지 표준 방식에 대한 내용을 담고 있습니다.]

 

EIA/TIA 568A                                                      EIA/TIA 568B

핀 번호

케이블의

기 능

1

흰색

녹색

Tx+

2

녹색

Tx-

3

흰색

주황

Rx+

4

파랑

사용하지 않음

5

흰색

파랑

사용하지 않음

6

주황

Rx-

7

흰색

갈색

사용하지 않음

8

갈색

사용하지 않음

 

핀 번호

케이블의

기 능

1

흰색

주황

Tx+

2

주황

Tx-

3

흰색

Rx+

4

파랑

사용하지 않음

5

흰색

파랑

사용하지 않음

6

녹색

Rx-

7

흰색

갈색

사용하지 않음

8

갈색

사용하지 않음

어느 규격을 사용해도 상관없지만 미국의 경우 568A를 주로 사용하며, 국내는 568B를 많이 사용하고 있습니다. 그렇지만 네트워크와 전화시스템을 같이 사용하는 네트워크인 경우는 568A를 사용합니다. 그 이유는 568B의 경우 전화망에서 사용하는 표준방식(USOC:Universal Standard Order Code)과 호환되지 않을 수도 있기 때문입니다. UTP 케이블의 끝단에는 RJ(Registered Jack)-45라는 커넥터가 연결되어 있어 다른 장치와의 접속을 용이하게 해 줍니다.

케이블을 연결할 때는 접속되는 장치에 따라 다른 선의 배치를 갖는 케이블을 사용합니다. 컴퓨터와 다른 컴퓨터를 직접 연결하고자 할 때는 Crossover 케이블을 사용하고, 허브와 컴퓨터를 연결할 때는 Straight(혹은 Direct) 케이블을 사용합니다.

사용자 삽입 이미지
사용자 삽입 이미지

출처 : IP 네트워크 실무자를 위한 시스코 네트워킹 튼튼하게 배우기


'AUDIO_ > Flowing_' 카테고리의 다른 글

절대 데시벨  (0) 2008/02/28
데시벨의 합 ll  (0) 2008/02/28
UTP 케이블...  (0) 2007/11/07
데시벨의 합  (0) 2007/10/25
회의용 마이크 시스템  (4) 2007/06/18
Microphone  (1) 2007/06/05
Posted by sori4rang_ 트랙백 0 : 댓글 0