Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/fft4real/main/dsps_fft4real_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void app_main()

// Generate hann window
dsps_wind_hann_f32(wind, N);
// Generate input signal for x1 A=1 , F=0.1
// Generate input signal for x1 A=1 , F=0.16
dsps_tone_gen_f32(x1, N, 1.0, 0.16, 0);

// Convert two input vectors to one complex vector
Expand Down