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

📄 recipe2.sof

📁 这是一个从音频信号里提取特征参量的程序
💻 SOF
字号:
@ Sof v1.0 @' TransformBuilder GUI v2.0@ FrontEnd @ name = AudioFrontEnd; input_data_type = SAMPLED_DATA; audio_input = {   sample_frequency = 8000.0;   file_type = BINARY;   file_format = RAW;   byte_order = LITTLE_ENDIAN;   compression_type = LINEAR;   sample_precision = NONE;   sample_num_bytes = 2;   num_channels = 1;   amplitude_range = 1.0;}; data_mode = FRAME_BASED; frame_duration = 0.01; signal_duration = 0.1; inputflag = true;@ Algorithm 0 @#% 54 24 name = CoefficientLabel; variable = SAMPLED_DATA; type = INPUT;@ Algorithm 1 @#% 54 81 name = "Window"; algorithm = RECTANGULAR; implementation = MULTIPLICATION; constants = ; alignment = LEFT; normalization = NONE; compute_mode = CROSS_FRAME; duration = 0.025; debug_level = NONE;@ Algorithm 2 @#% 186 112 name = "Statistics"; algorithm = MEAN; implementation = LINEAR; compute_mode = FRAME_INTERNAL; data_mode = FRAME_BASED; debug_level = NONE;@ Algorithm 3 @#% 49 240 name = "Filter"; algorithm = LTI; implementation = CCDE; compute_mode = FRAME_INTERNAL; ma_coef = 1.0, -0.97; ar_coef = 0; ma_lag = 0, -1; ar_lag = -1.0; debug_level = NONE;@ Algorithm 4 @#% 185 244 name = "Energy"; algorithm = SUM; implementation = LOG; floor = 1.0; debug_level = NONE;@ Algorithm 5 @#% 49 310 name = "Window"; algorithm = HAMMING; implementation = MULTIPLICATION; constants = ; alignment = LEFT; normalization = NONE; compute_mode = CROSS_FRAME; duration = 0.025; debug_level = NONE;@ Algorithm 6 @#% 49 373 name = "Spectrum"; algorithm = FOURIER; implementation = MAGNITUDE; ft = {   algorithm = FFT;   implementation = RADIX_2; direction = FORWARD; output_type = FULL; resolution = FIXED; input_length = -1; output_length = -1; order = 256; debug_level = NONE;}; debug_level = NONE;@ Algorithm 7 @#% 49 435 name = "FilterBank"; algorithm = FREQUENCY; implementation = TRIANGULAR; compute_mode = FRAME_INTERNAL; input_mode = FULL; scale = MEL; frequency_sampling_method = ORDER; order = 24; bandwidth = 85.84258; debug_level = NONE;@ Algorithm 8 @#% 49 497 name = "Cepstrum"; algorithm = IDCT; implementation = TYPE_III; order = 12; debug_level = NONE;@ Algorithm 9 @#% 49 562 name = "Window"; algorithm = LIFTER; implementation = MULTIPLICATION; constants = 1, 22, 11; alignment = LEFT; normalization = NONE; compute_mode = FRAME_INTERNAL; duration = 0.001625; debug_level = NONE;@ Algorithm 10 @#% 49 628 name = "Mask"; algorithm = REMOVE; implementation = INDEX; mask = 0; debug_level = NONE;@ Algorithm 11 @#% 320 247 name = "Constant"; algorithm = DATA; implementation = READ; datatype = VECTOR_FLOAT; filename = max_energy.sof; channels = 1.0; debug_level = NONE;@ Algorithm 12 @#% 197 407 name = "Connection"; algorithm = CHANNEL; implementation = CONCATENATE; debug_level = NONE;@ Algorithm 13 @#% 116 628 name = "Constant"; algorithm = DATA; implementation = READ; datatype = VECTOR_FLOAT; filename = avg_mean.sof; channels = 1.0; debug_level = NONE;@ Algorithm 14 @#% 197 498 name = "Statistics"; algorithm = MAXIMUM; implementation = LINEAR; compute_mode = FRAME_INTERNAL; data_mode = SAMPLE_BASED; debug_level = NONE;@ Algorithm 15 @#% 195 744 name = "Connection"; algorithm = CHANNEL; implementation = CONCATENATE; debug_level = NONE;@ Algorithm 16 @#% 213 843 name = "Connection"; algorithm = CHANNEL; implementation = CONCATENATE; debug_level = NONE;@ Algorithm 17 @#% 347 761 name = "Calculus"; algorithm = DIFFERENTIATION; implementation = REGRESSION; compute_mode = CROSS_FRAME; order = 1; delta_win = 2; debug_level = NONE;@ Algorithm 18 @#% 348 811 name = "Calculus"; algorithm = DIFFERENTIATION; implementation = REGRESSION; compute_mode = CROSS_FRAME; order = 1; delta_win = 2; debug_level = NONE;@ Algorithm 19 @#% 213 900 name = "Output"; algorithm = DATA; implementation = FEATURES; feature_output = {   file_type = TEXT;   file_format = SOF;   compression_type = LINEAR;   num_channels = 1;   amplitude_range = 1.0;}; file_extension = _sub.sof; data_mode = FRAME_BASED; debug_level = NONE;@ Algorithm 20 @#% 242 332 name = "Math"; algorithm = FUNCTION_CALCULATOR; implementation = ENUMERATE; num_operands = 1; constant = -11.51292546; function = IDENTITY; operation = ASSIGN; weight = ; debug_level = NONE;@ Algorithm 21 @#% 259 590 name = "Math"; algorithm = FUNCTION_CALCULATOR; implementation = ENUMERATE; num_operands = 2; constant = 1.0; function = IDENTITY, IDENTITY; operation = ASSIGN, SUBTRACT; weight = ; debug_level = NONE;@ Algorithm 22 @#% 61 711 name = "Math"; algorithm = FUNCTION_CALCULATOR; implementation = ENUMERATE; num_operands = 2; constant = 0.0; function = IDENTITY, IDENTITY; operation = ASSIGN, SUBTRACT; weight = ; debug_level = NONE;@ Algorithm 23 @#% 106 164 name = "Math"; algorithm = FUNCTION_CALCULATOR; implementation = ENUMERATE; num_operands = 2; constant = 0.0; function = IDENTITY, IDENTITY; operation = ASSIGN, SUBTRACT; weight = ; debug_level = NONE;@ DiGraph<Long> 0 @weighted = true;vertices =        {0, {0}},        {1, {1}},        {2, {2}},        {3, {3}},        {4, {4}},        {5, {5}},        {6, {6}},        {7, {7}},        {8, {8}},        {9, {9}},        {10, {10}},        {11, {11}},        {12, {12}},        {13, {13}},        {14, {14}},        {15, {15}},        {16, {16}},        {17, {17}},        {18, {18}},        {19, {19}},        {20, {20}},        {21, {21}},        {22, {22}},        {23, {23}};arcs =        {0, 1, 0},        {1, 2, 0},        {1, 23, 0},        {2, 23, 1},        {3, 5, 0},        {4, 12, 0},        {5, 6, 0},        {6, 7, 0},        {7, 8, 0},        {8, 9, 0},        {9, 10, 0},        {10, 22, 0},        {11, 20, 0},        {11, 21, 1},        {12, 14, 0},        {13, 22, 1},        {14, 21, 0},        {15, 17, 0},        {15, 16, 0},        {16, 19, 0},        {17, 18, 0},        {17, 16, 1},        {18, 16, 2},        {20, 12, 1},        {21, 15, 1},        {22, 15, 0},        {23, 3, 0},        {23, 4, 0};

⌨️ 快捷键说明

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