Statistics
All
RANK
22,716
of 301,432
REPUTATION
2
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
How can I make the ofdmmod equal to ifft
You may use "ifft(fftshift(qamSym),nfft)" instead of ifft(qamSym,nfft) only since we should put the information data at the corr...
How can I make the ofdmmod equal to ifft
You may use "ifft(fftshift(qamSym),nfft)" instead of ifft(qamSym,nfft) only since we should put the information data at the corr...
5 years ago | 1
| accepted
Question
How can I make the ofdmmod equal to ifft
I am very confused why the outSig and OutSigifft are a little bit different. For example below, the odd term is the same, but t...
5 years ago | 1 answer | 0
1
answerSolved
Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...
7 years ago
