Please enable JavaScript.
Coggle requires JavaScript to display documents.
csi测试 (filtering (correlation (q15_correlate (q15_correlate_fast, q15…
csi测试
filtering
IIR using derect form I structure
f32_iir_df1
q31_iir_df1
q15_iir_df1
IIR using direct form II transposed structure
f32_iir_df2
f32_iir_df2_stereo
f64_iir_df2
f64_iir_df2_stereo
correlation
q15_correlate
q15_correlate_fast
q15_correlate_opt
q15_correlate_fast_opt
q31_correlate
q31_correlate_fast
f32_correlate
q7_correlate
q7_correlate_opt
partial convolution
f32_conv_partial
q7_conv_partial
q7_conv_partial_opt
q31_conv_partial
q31_conv_partial_fast
q15_conv_partial
q15_conv_partial_fast_opt
q15_conv_partial_fast
q15_conv_partial_opt
convolution
f32_conv
q31_conv
q31_conv_fast
q15_conv
q15_conv_fast
q15_conv_opt
q15_conv_fast_opt
q7_conv
q7_conv_opt
FIR decimator
f32_fir_decimate
q31_fir_decimate
q15_fir_decimate
FIR filter
f32_fir
q31_fir
q15_fir
q7_fir
FIR lattice filters
f32_fir_lattice
q31_fir_lattice
q15_fir_lattice
FIR sparse filters
f32_fir_sparse
q31_fir_sparse
q15_fir_sparse
q7_fir_sparse
IIR lattice filters
f32_iir_lattice
q31_iir_lattice
q15_iir_lattice
LMS filters
q31_lms
q15_lms
f32_lms
normalized LMS filters
f32_lms_norm
q31_lms_norm
q15_lms_norm
FIR interpolator
f32_fir_interpolate
q31_fir_interpolate
q15_fir_interpolate
basic_math
vector addition
f32_add
q31_add
q15_add
q7_add
vector dot product
f32_dot
q31_dot
q15_dot
q7_dot
vector absolute value
f32_abs
q31_abs
q15_abs
q7_abs
vector multiplication
f32_mult
q31_mult
q15_mult
q7_mult
vector negate
f32_negate
q31_negate
q15_negate
q7_negate
vector offset
f32_offset
q31_offset
q15_offset
q7_offset
vector scale
f32_scale
q31_scale
q15_scale
q7_scale
vector shift
q15_shift
q7_shift
q31_shitf
vector subtraction
f32_sub
q15_sub
q31_sub
q7_sub
matrix
matrix addition
f32_mat_add
q15_mat_add
q31_mat_add
complex matrix multiplication
f32_mat_cmplx_mult
q31_mat_cmplx_mult
q15_mat_cmplx_mult
matrix initialization
f32_mat_init
q31_mat_init
q15_mat_init
matrix inverse
f32_mat_inv
q31_mat_inv
q15_mat_inv
matrix scale
f32_mat_scale
q15_mat_scale
q31_mat_scale
matrix subtraction
f32_mat_sub
q15_mat_sub
q31_mat_sub
matrix transpose
f32_mat_trans
q31_mat_trans
q15_mat_trans
matrix multiplication
f32_mat_mult
q31_mat_mult
q15_mat_mult
statistics
maximum
f32_max
q31_max
q15_max
q7_max
mean
f32_mean
q31_mean
q15_mean
q7_mean
minimum
f32_min
q31_min
q15_min
q7_min
power
f32_power
q31_power
q15_power
q7_power
root mean square
f32_rms
q15_rms
q31_rms
standard deviation
f32_std
q31_std
q15_std
variance
f32_var
q31_var
q15_var
complex_math
complex-by-complex multiplication
f32_cmplx_mult_cmplx
q31_cmplx_mult_cmplx
q15_cmplx_mult_cmplx
complex magnitude
f32_cmplx_mag
q15_cmplx_mag
q31_cmplx_mag
complex dot product
f32_cmplx_dot
q31_cmplx_dot
q15_cmplx_dot
complex magnitude squared
q31_cmplx_mag_squared
q15_cmplx_mag_squared
f32_cmplx_mag_squared
complex conjugate
f32_cmplx_conj
q31_cmplx_conj
q15_cmplx_conj
complex-by-real multiplication
f32_cmplx_mult_real
q31_cmplx_mult_real
q15_cmplx_mult_real
controller
sine cosine
f32_sin_cos
q31_sin_cos
PID motor control
f32_pid
f32_pid_init
f32_pid_reset
q31_pid
q31_pid_reset
q31_pid_init
q15_pid
q15_pid_rest
q15_pid_reset
vector clarke transform
f32_clarke
q31_clarke
f15_clarke
vector inverse clarke transform
f32_iclarke
q31_iclarke
q15_iclarke
vector park transform
f32_park
q31_park
q15_park
vector inverse park trasform
f32_ipark
q31_ipark
q15_ipark
support
vector copy
f32_copy
q31_copy
q15_copy
q7_copy
vector fill
f32_fill
q31_fill
q15_fill
q7_fill
Convert 32-bit floating point value
f32_to_q7
f32_to_q31
f32_to_q15
Convert 16-bit Integer value
q15_to_q31
q15_to_q7
q15_to_f32
Convert 32-bit Integer value
q31_to_f32
q31_to_q15
q31_to_q7
Convert 8-bit Integer value
q7_to_q31
q7_to_q15
q7_to_f32
transform
complex FFT
f32_cfft
q31_cfft
q15_cfft
real FFT
f32_rfft
q31_rfft
q15_rfft
complex inverse FFT
f32_inv_cfft
q31_inv_cfft
q15_inv_cfft
real inverse FFT
f32_inv_rfft
q31_inv_rfft
q15_inv_rfft
DCT type IV
f32_dct4
q31_dct4
q15_dct4
fast_math
cosine
f32_cos
q31_cos
q15_cos
sine
f32_sin
q31_sin
q15_sin
square root
f32_sqrt
q31_sqrt
q15_sqrt
interpolation
linear interpolation
f32_linear
q15_linear
q31_linear
q7_linear
bilinear interpolation
f32_bilinear
q31_bilinear
q15_bilinear
q7_bilinear