Go to the source code of this file.
Referenced by ac3_exponent_min_c(), acelp_decode_gain_codef(), adpcm_decode_frame(), apply_channel_coupling(), ath(), compute_exp_strategy(), config_output(), control(), decode(), decode_subframe(), encode_codeword(), encode_exp_vlc(), encode_exponents(), eval_expr(), evrc_decode_frame(), exr_flt2uint(), exr_halflt2uint(), ff_acelp_decode_gain_code(), get_aiff_header(), init_pass2(), modify_qscale(), mulawinv(), parse_primary(), put_float(), qdm2_fft_decode_tones(), qdm2_fft_init_coefficient(), stream_component_open(), swri_dither_init(), sws_getGaussianVec(), vorbis_floor0_decode(), vorbisfloat2float(), and wv_get_value_float().
Synth Windw Norm while |
( |
| ) |
|
Generate posit freq Y |
( |
N/2+2:N |
| ) |
|
Windowing signal fftbuffer =[x_w, zeros(1,N-M)] |
Clean the signal fftbuffer_out =real(ifft(Y)) |
Find the local max npeaks =0 |
Definition at line 6 of file stpt.m.
Definition at line 4 of file stpt.m.
Definition at line 3 of file stpt.m.
Number of peaks w =w./sum(w) |
Definition at line 7 of file stpt.m.
Synthesis window w_out =hanning(M)' |
Definition at line 8 of file stpt.m.
Plotting peaks Xmag =20*log10(abs(X(1:N/2+1))) |
Modifying Xmag Xphase =unwrap(angle(X(1:N/2+1))) |
Initial value:
Definition at line 1 of file stpt.m.