From 16516d5c7a73cb72d223b74bf0c254558984a5f2 Mon Sep 17 00:00:00 2001 From: Michal_Lelonek Date: Thu, 4 Nov 2021 17:12:13 +0100 Subject: [PATCH] Add 'crosscorr.m' --- crosscorr.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 crosscorr.m diff --git a/crosscorr.m b/crosscorr.m new file mode 100644 index 0000000..650606f --- /dev/null +++ b/crosscorr.m @@ -0,0 +1,8 @@ +%% This function was automatically generated. When modifying its signature, take care to apply +%% modifications also to the descriptor files in the repository. +function crosscorr(Please provide a time series file (1), Please provide a time series file (2), Number of lags, Number of STD) + +%% MOD_CROSS_CORRELATION_1 +%% TODO: Put your application code here + +end