[RX]
- 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:
+3
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user