what this mean ---------> ifft([a b c])
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am now learning a code and I found this line that I do not understand. Please help.....thank!
a = ifft([signal(1:range_size/2) zeros(1,15*range_size) signal(range_size/2+1:range_size)]);
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 28 Apr. 2011
First item in this documentation list: http://www.mathworks.com/help/techdoc/ref/specialcharacters.html
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Import and Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!