Skip to content

Commit

Permalink
updated test function name for spatio_temp_innovs_flt_designer
Browse files Browse the repository at this point in the history
  • Loading branch information
rsameni committed Feb 19, 2024
1 parent a4ba6ea commit 1a46602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
params.plot_results = true; % true/false plot results

% Design the innovations filter
[h_innovations, A, S_mean, S_median, S_max, S_min, S_max_min_avg] = SpatioTemporalInnovationsFilterDesigner(sample_data, params);
[h_innovations, A, S_mean, S_median, S_max, S_min, S_max_min_avg] = spatio_temp_innovs_flt_designer(sample_data, params);


% Test the innovations filter
Expand Down

0 comments on commit 1a46602

Please sign in to comment.