- added show_H command line switch
[TX]
- added M_QAM command line switch

git-svn-id: http://moon:8086/svn/matlab/trunk@51 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
2015-05-01 14:47:41 +00:00
parent de0bc4a299
commit 82695cae43
2 changed files with 11 additions and 11 deletions
+3 -4
View File
@@ -1,7 +1,7 @@
function [yv xv] = ofdm_tx(mode, bandwidth, N_frames, withData, plot_speed)
function [yv xv] = ofdm_tx(mode, bandwidth, N_frames, withData, M_QAM, plot_speed)
%
% function [yv xv] = ofdm_tx(mode, bandwidth, N_frames, withData, plot_speed)
% Example : ofdm_tx('B', '10k', 500, 1, 0);
% function [yv xv] = ofdm_tx(mode, bandwidth, N_frames, withData, M_QAM, plot_speed)
% Example : ofdm_tx('B', '10k', 500, 1, 64, 0);
%
close all;
@@ -14,7 +14,6 @@ WITH_GAIN_REF = 1;
WITH_DATA = withData;
DELAY = 100;
M_QAM = 64;
RCWIN_ROLLOFF = 0.125;
% Params