- improved help text

git-svn-id: http://moon:8086/svn/matlab/trunk@27 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
2015-04-05 16:04:05 +00:00
parent 3b4e76d178
commit c305a4c496
+3 -3
View File
@@ -1,9 +1,9 @@
function fdet_wav(filename, foff, p)
%
% Example: fdet_wav('drm-15435-if.wav', [900 1000 10])
% Example: fdet_wav('drm-15435-if.wav', -174.65, [700 850 1])
% Example: ofdm_tx(40, 1)
% fdet_wav('xv.wav', [700 800 1])
% or fdet_wav('yv.wav', [700 800 1])
% fdet_wav('xv.wav', 0, [700 800 1])
% or fdet_wav('yv.wav', 0, [700 800 1])
close all;
fs = 48000;