⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 diagnose_filter_01.sof

📁 这是一个从音频信号里提取特征参量的程序
💻 SOF
字号:
@ Sof v1.0 @# This is the parameters file for the production system@ AudioFrontEnd 0 @audio = {  byte_order = BIG_ENDIAN;	  num_channels = 1;};audio_output = {  file_type = RAW;  byte_order = BIG_ENDIAN;	};frame_duration = 0.01;#features = SAMPLED_DATA;features = SAMPLED_DATA;output_mode = "AUDIO_FILE";@ Algorithm 0 @#% 134 67 name = CoefficientLabel; variable = SAMPLED_DATA; type = INPUT;@ Algorithm 1 @#% 69 138 name = "Filter"; algorithm = LTI; ma_coef = 0.5, 0.5;@ Algorithm 2 @#% 206 137 name = CoefficientLabel; variable = SAMPLED_DATA; type = OUTPUT;@ DiGraph<Long> 0 @weighted = true;vertices =        {0, {0}},        {1, {1}},        {2, {2}};arcs =  {0, 1, 0},        {1, 2, 0};       @ SingleLinkedList<Component> 0 @values = { input = __input_SAMPLED_DATA; output = ___DATA_0; algo = {   name = CoefficientLabel;   variable = SAMPLED_DATA;   type = INPUT; };}, { input = ___DATA_0; output = ___DATA_1; algo = {   name = "Filter";   algorithm = LTI;   ma_coef = 0.5, 0.5; };}, { input = ___DATA_1; output = __output_SAMPLED_DATA; algo = {   name = CoefficientLabel;   variable = SAMPLED_DATA;   type = OUTPUT; };}, { input = "__output_SAMPLED_DATA"; output = "__output_FEATURES"; algo = {   name = "CoefficientLabel";   algorithm = "DATA";   implementation = "COPY";   variable = "";   type = "INTERNAL";   coef_type = "PROPAGATE";   debug_level = "NONE"; };};@ SingleLinkedList<Triple<Pair<Long,Long>,Float,Boolean>> 0 @values = {{{0},{1}}, {0.0}, {false}},	 {{{1},{2}}, {0.0}, {false}},	 {{{2},{3}}, {0.0}, {false}};@ DiGraph<Component> 1 @weighted = true;vertices =	{0, {input = "__input_SAMPLED_DATA";output = "___DATA_0";algo = {  name = "CoefficientLabel";  algorithm = "DATA";  implementation = "COPY";  variable = "SAMPLED_DATA";  type = "INPUT";  coef_type = "PROPAGATE";  debug_level = "NONE";};}},	{1, {input = "___DATA_0";output = "___DATA_1";algo = {  name = "Filter";  algorithm = "LTI";  compute_mode = "FRAME_INTERNAL";  data_mode = "FRAME_BASED";  implementation = "CCDE";  ma_coef = 0.5,0.5;  ar_coef = 0;  ma_lag = 0,-1;  ar_lag = -1;  debug_level = "NONE";};}},	{2, {input = "___DATA_1";output = "__output_SAMPLED_DATA";algo = {  name = "CoefficientLabel";  algorithm = "DATA";  implementation = "COPY";  variable = "SAMPLED_DATA";  type = "OUTPUT";  coef_type = "PROPAGATE";  debug_level = "NONE";};}},	{3, {input = "__output_SAMPLED_DATA";output = "__output_FEATURES";algo = {  name = "CoefficientLabel";  algorithm = "DATA";  implementation = "COPY";  variable = "";  type = "INTERNAL";  coef_type = "PROPAGATE";  debug_level = "NONE";};}};                                                                                                                  

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -