fft_values[abs(fft_values) < threshold] = 0;
I am getting error as: parse error at '='. How should i rectify it?

 Réponse acceptée

per isakson
per isakson le 4 Mar 2014
Modifié(e) : per isakson le 4 Mar 2014

0 votes

Try
fft_values( abs(fft_values) < threshold ) = 0;
Matlab uses "()"

Plus de réponses (0)

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by