- improved help text
git-svn-id: http://moon:8086/svn/matlab/trunk@27 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
function fdet_wav(filename, foff, p)
|
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)
|
% Example: ofdm_tx(40, 1)
|
||||||
% fdet_wav('xv.wav', [700 800 1])
|
% fdet_wav('xv.wav', 0, [700 800 1])
|
||||||
% or fdet_wav('yv.wav', [700 800 1])
|
% or fdet_wav('yv.wav', 0, [700 800 1])
|
||||||
|
|
||||||
close all;
|
close all;
|
||||||
fs = 48000;
|
fs = 48000;
|
||||||
|
|||||||
Reference in New Issue
Block a user