Recent content by IKnowNada
-
I
How to center the bandwidth for carrier frequency?
I have a baseband signal in IQ form. I have a method to calculate the carrier offset and estimate the carrier bin. I want to center the carrier to the middle of the bandwidth. How do I do so? Do I simply multiply the IQ data by the exponential with the carrier offset, but doesn't that shift the...- IKnowNada
- Thread
- Bandwidth Carrier Center Dsp Fft Frequency Signal processing
- Replies: 2
- Forum: Electrical Engineering
-
I
Matlab running out of memory on code
Homework Statement I am trying to run code for the code below but MATLAB runs out of data. The Attempt at a Solution NumberOfVariables = 9; k=NumberOfVariables^2-NumberOfVariables+1; integers = 0:k-1; numbers = 1:k-1; tic s = combnk(integers,NumberOfVariables); AllAnswers = []; for i =...- IKnowNada
- Thread
- Code Matlab Memory Running
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help