- plot equalized syms

- adjust help text

git-svn-id: http://moon:8086/svn/matlab/trunk@49 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
2015-05-01 11:03:38 +00:00
parent efd0633b58
commit 6d1e19cdc5
2 changed files with 19 additions and 7 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
% function ofdm_tx(N_frames)
function [yv xv] = ofdm_tx(mode, bandwidth, N_frames, withData, plot_speed)
%
% function [yv xv] = ofdm_tx(mode, bandwidth, N_frames, withData, plot_speed)
% Example : ofdm_tx('B', '10k', 500, 1, 0);
%
close all;