Create a default ofdmPilotConfig object and validate it.
pilotcfg = ofdmPilotConfig;
validate(pilotcfg);
Use pilotSignal to get all pilot symbols and their corresponding linear indices.
[sym,ind] = pilotSignal(pilotcfg);
The pilot symbols are complex-valued elements in a column vector of dimensions 28-by-1. The corresponding indices, indicating the locations of these pilot symbols within the transmission grid, are integer values in a column vector of size 28-by-1.