diff --git a/preprocessing_rsfmri/model_estimation.m b/preprocessing_rsfmri/model_estimation.m
new file mode 100644
index 0000000000000000000000000000000000000000..b969b8de15e8a4f775b553877faa2545fff28617
--- /dev/null
+++ b/preprocessing_rsfmri/model_estimation.m
@@ -0,0 +1,7 @@
+
+%% Model Estimation
+job_id=1;
+spmat=[subdir, '/', subname, '/glm/noisefiltering/SPM.mat'];
+matlabbatch{job_id}.spm.stats.fmri_est.spmmat = {spmat};
+matlabbatch{job_id}.spm.stats.fmri_est.write_residuals = 1;
+matlabbatch{job_id}.spm.stats.fmri_est.method.Classical = 1;
\ No newline at end of file