SciTech-AV-Audio-DAP(Digital Audio Processing)

Effect(音效)-EQ(Equalization均衡) and Filters(滤波)-FCEQ(Filter Curve Equalization):滤波曲线均衡

Abbreviations

  • FFT (Fast Fourier Transform)
  • EQ(EQualization)
  • Graphic EQ(Graphic EQualizer)
  • FCEQ(Filter Curve EQualization)

Glossary

This page gives very brief explanations of technical terms related to digital audio,

with some links to Wikipedia for much more comprehensive explanations.

General Terms: https://manual.audacityteam.org/man/glossary.html

Term Description
Pitch Generally synonymous with the fundamental frequency of a note, but in music, often also taken to imply a perceived measurement that can be affected by overtones above the fundamental.
Frequency Audio frequency determines the pitch of a sound. Measured in Hz, higher frequencies have higher pitch. See this Wikipedia article.
Waveform A visual representation of an audio signal.
Amplitude The level or magnitude of a signal. Audio signals with a higher amplitude will sound louder.
Spectrum Presentation of a sound in terms of its component frequencies.
Fourier
Transform
A method for converting a waveform to a spectrum, and back.
Sample A discrete value at a point in a waveform representing the audio at that point. Also the act of taking a sequence of such values. All digital audio must be sampled at discrete points. By contrast, analog audio(such as the sound from a loudspeaker) is always a continuous signal.
Sample
Rate
this represents the number of digital samples captured per second in order to represent the waveform. Measured in Hz like frequency. See Sample Rates for more details.
Sample
Format
Also known as Bit Depth or Word Size. The number of computer bits present in each audio sample. Determines the dynamic range of the audio. See Sample Format - Bit Depth for more details.
ADC Analog to Digital Converter.
The part of an audio interface which records an analog, real world sound like a voice or guitar and converts it to a numerical representation of the audio that a computer can manipulate.
PCM Pulse Code Modulation.
A method of converting audio into binary numbers to represent it digitally, then back to audio. The waveform is measured at evenly spaced intervals and the amplitude of the waveform noted for each measurement.
                                                                                                                                                                                     |

FCEQ(Filter Curve Equalization):滤波曲线均衡

Equalization

is a way of manipulating sounds by Frequency.

It allows you to increase/decrease the volume of some frequencies and reduce/gain others.

This is a more advanced form of the EQ and Tone controls on many audio systems.

Equalization is available in two modes:

Limitations of EQ

  • To process Equalization, all tracks in the project must have the same sample rate.

    To change the sample rate of a track without affecting speed or pitch, use Tracks > Resample.
  • Filter Curve EQ of Audacity supports a maximum of 200 control points.
  • An example:

    the curve defined by the slider settings shown below changes the balance of high and low frequencies in the audio, boosting the low frequencies.

    The default setting is flat with all the sliders set at 0 dB.

  • Frequency Sliders:
    • the equalization curve is drawn by manipulating a set of sliders.
    • Each slider adjusts the gain of a specific range of frequencies,
    • the gain being maximized at (centered on) the frequency stated on the slider.
    • Click and drag the slider up or down to increase or decrease the volume by a maximum of 20 dB. You can Tab between each slider.
    • The current value of the slider can be seen by hovering over it with the mouse.
  • Equalization settings:
    • Flatten: A quick way to set a "level response curve".

      This means the curve on the graph is drawn from left to right at 0 dB on the vertical scale,

      so that no frequencies will have their volume level modified.
    • Invert: Turns the current curve in the window upside down, changing positive gains at a particular frequency into negative, and vice versa.
  • Clipping : Distortion to sound
    • usually due to the audio being too loud.
    • Unless the original audio is 32-bit sample format, waveforms louder than 0dB will have their tops lopped off (flattened) at 0 dB, rather than showing smooth curves.
    • Clipping can also be an intentional distortion effect that lops off part of the waveform, reducing its amplitude and changing its frequency content.
  • Advice:
    • No account is taken of whether your slider settings will result in the selection being amplified beyond the clipping (distortion) level.
    • If your slider settings amplifies any frequencies, especially the lower frequencies which are normally the loudest, Effect > Normalize the track(s) first to -3 dB or lower.
    • you can always Edit > Undo the Graphic EQ, Normalize again to a lower level, then re-apply Graphic EQ, If necessary.
  • Import/Export Settings of Graphic EQ:
    • now facilitates the import of pre-existing equalization curves, using the Manage button, for use in the effect.
    • Many published curves, such as those on the Muse website, and curves you may have exported in earlier versions of Audacity with the old Equalization effect, are in .XML format.
    • Graphic EQ, like all other Audacity effects, expects the imports to be text files in .TXT format. To facilitate this,

      we have provided a tool EQ XML to TXT Converter, this is not enabled by default but you can enable it with the Plugin Manager after which it will be present in the Tools Menu.
  • An example:

    the curve shown below changes the balance of high and low frequencies in the audio to make it sound like an AM radio broadcast.

    High frequencies (above 6000 Hz) and low frequencies (below 100 Hz), are reduced in volume by 20 dB.

  • Advice:
    • Note carefully that when you apply an effect to a time-stretched clip:

      the changed speed of the clip will be automatically rendered.
    • If you apply an effect to a selection within a time-stretched clip then

      Audacity will split the original clip so that the selection can be rendered as part of applying the effect.
  • Filter Curve EQ

is an equalization tool, it is an FFT (Fast Fourier Transform) filter.

Draw EQ Filter Curves

Equalization Curves and Control Points: If you look closely at the curve in the image above, you will see it is composed of:

  • a blue curve joining together a number of white circles,
  • a green curve which follows the general shape of the blue curve.
  • the white circles are called "control points".
  • the blue curve is drawn by either clicking in the graph at any position, or clicking on the blue curve and dragging it to a position. doing either creates a control point at that position, then creating further control points draws the curve. to remove a control point, drag it outside the graph.
  • the green curve is the one that Audacity actually uses to perform the effect, taking into account the limitations of the equalization algorithm. The green curve usually follows the blue curve closely, but will be forced to a smoother path if there are sudden changes in amplitude over a small frequency range.

Linear Frequency Scale

  • logarithmic(horizontal frequency scale) :

    giving more detail at the lower frequencies.

    This corresponds roughly to our greater sensitivity to lower frequencies.
  • linear(horizontal frequency scale):

    displaying equal frequency ranges for each unit of the scale.

    This can be useful for precision adjustments at high frequencies.

Example:

You want to make an audio selection sound "brighter" by:

  • reducing the frequencies below 100Hz by 10dB,
  • increasing those frequencies over 5000 Hz by 10 dB.

Steps:

  • If the line in the graph is not already horizontal at the 0 dB position, click "Flat"(see below).
  • Click at the point that is opposite both -10dB on the vertical scale and 100Hz on the horizontal scale.
  • Click at the point that is opposite both +10dB on the vertical scale and 5000Hz on the horizontal scale.
  • Create extra control points if desired between 100Hz and 5000Hz to modify whether particular frequencies between those two levels should be reduced or increased in volume.

Graph Scale and Sliders

Dragging the Equalization window wider displays some additional points on the scale and makes it easier to plot the graph accurately.

  • Vertical Scale: This scale is in dB and shows the amount of gain(amplification above 0dB or attenuation below 0 dB) that will be applied to the audio at any given frequency.
  • Horizontal Scale: This shows the frequencies in Hz to which volume adjustments will be applied.
  • Vertical scale sliders: By default the vertical scale reads from + 30 dB to - 30 dB,

    but these two sliders to left of the scale, let you adjust the upper and lower dB values so as to change the visible range on the graph. Note that:

    • moving either slider changes the horizontal position of the 0 dB line.
    • Reducing the visible range lets you make a finer adjustment to how loud the frequencies sound, but the changes will be more subtle because the volume adjustment will be less.

SciTech-AV-Audio-DAP(Digital Audio Processing)-Effect(音效)-EQ(Equalization均衡) and Filters(滤波)-GraphicEQ + FCEQ(Filter Curve Equalization):滤波曲线均衡的更多相关文章

  1. Building a Radio Listening Station to Decode Digital Audio & Police Dispatches

    On April 7, 2017, residents in Dallas, Texas, woke to the sound of emergency sirens blaring all over ...

  2. Digital image processing(数字图像处理)

    In computer science, digital image processing is the use of computer algorithms to perform image pro ...

  3. Digital Image Processing 学习笔记3

    第三章 灰度变换与空间滤波 3.1 背景知识 3.1.1 灰度变换和空间滤波基础 本章节所讨论的图像处理技术都是在空间域进行的.可以表示为下式: $$g(x, y) = T[f(x,y)]$$ 其中$ ...

  4. 信号处理的好书Digital Signal Processing - A Practical Guide for Engineers and Scientists

    诚心给大家推荐一本讲信号处理的好书<Digital Signal Processing - A Practical Guide for Engineers and Scientists>[ ...

  5. Digital Audio - Creating a WAV (RIFF) file

    Abstract:This tutorial covers the creation of a WAV (RIFF) audio file. It covers bit size, sample ra ...

  6. audio 基本功能实现(audio停止播放,audio如何静音,audio音量控制等)

    audio最简单原始的播放.暂停.停止.静音.音量大小控制的功能,注意某些浏览器会有权限无法自动播放噢(video也会如此) <!doctype html> <html> &l ...

  7. c# Use NAudio Library to Convert MP3 audio into WAV audio(将Mp3格式转换成Wav格式)

    Have you been in need of converting mp3 audios to wav audios?  If so, the skill in this article prov ...

  8. audio标签以及audio对象

    一.audio标签 简单语法 <audio src="音频链接"></audio> 属性 属性 值 描述 autoplay 如果出现该属性,则音频在就绪后马 ...

  9. Digital Imaging Processing 数字图像处理

    8-Bit and 16-Bit Images 关于量化压缩与量化补偿 RGB Bayer Color分析 彩色CCD/CMOS的格式和计算机中的读取格式

  10. Digital Image Processing 学习笔记2

    第二章 2.1视觉感知要素 2.1.1 人眼的结构 眼睛由角膜与巩膜外壳.脉络膜和视网膜包围,晶状体由通信的纤维细胞层组成,并由附在睫状体上的纤维悬挂:视网膜上分布两类光感受器(锥状体和杆状体),他们 ...

随机推荐

  1. 勒索病毒分析-2024wdb-re2

    检查相关信息 可以看到病毒存在VMProtect虚拟壳 简单脱壳 首先我在x64debug中运行一次,发现没有中断退出,证明大概率没有反调试,但是有crc检测,所以尽量不下int3断点(脱壳时). 一 ...

  2. termux添加ll命令

    cd ~ vim .bashrc 添加如下内容 alias ll="ls -l" 保存退出 :wq source .bashrc 参考:https://www.cnblogs.co ...

  3. K8s新手系列之初始Deployment资源

    概述 官网:https://kubernetes.io/zh-cn/docs/concepts/workloads/controllers/deployment/ Deployment简称deploy ...

  4. docker容器中编辑文件报错bash: vi: command not found问题解决

    一.问题 在docker容器中想编辑mongodb的配置文件,然后用vi就报错了 bash: vi: command not found root@bbbbeb52:/conf# vi mongod. ...

  5. 智表ZCELL专业版授权说明

    专业版: 1.智表专业版按照部署地址授权,价格1680元.(IP或域名均可,授权时localhost会同步授权) 2.授权版本为智表专业版最新版本,不提供历史版本授权.授权为插件使用权,不提供源码. ...

  6. 操作系统 :AArch64体系--ARM最新编程架构模型剖析

    本节来讲讲 ARM 的 AArch64 体系结构,扩展一下视野. 看看什么是 AArch64 体系,然后分析一下 AArch64 体系有什么特点,最后了解一下 AArch64 体系下运行程序的基础,包 ...

  7. ASP.NET Core知识积累

    1.[HttpGet(Name="xxxx")] 当在 ASP.NET Core 中的控制器中使用 [HttpGet(Name = "GetWeatherForecast ...

  8. 鸿蒙Next仓颉语言开发实战教程:下拉刷新和上拉加载更多

    在移动应用中,各种列表页面离不开下拉刷新和上拉加载更多,我们的商城应用也是如此.今天介绍一下在仓颉开发语言中如何实现这一功能. 下拉刷新 仓颉开发语言直接提供了下拉刷新的组件,叫做Refresh,使用 ...

  9. 入库出库查询软件——qt

    miniMes系统操作说明 一:功能说明 主界面有扫描--查询两个界面,扫描界面如下 1:默认开启自动入库出库功能 2:右上角限制位数可根据需求设定二维码字符串的位数,设置完成后点击设定,弹窗设定成功 ...

  10. vue在页面加载时触发的函数

    //页面加载时触发的函数 methods: { getEmp: function() { // console.log(this.joke); var that = this; axios.post( ...