this is to be generated in matlab code
Direct link to this comment:
http://www.mathworks.ch/matlabcentral/answers/46573#comment_95906
Please use meaningful tags, because they are used to sort the question into categories.
What exactly is a "2.4GHz sine wave code"? E.g. [0,1,0,-1,0,1,0,-1] could be a 2.4GHz sine wave also, when you define the sampling frequency accordingly.
http://www.mathworks.ch/matlabcentral/answers/46573#comment_95910
http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
No tags are associated with this question.
No products are associated with this question.
Jan's comments are appropriate here. Are you simply asking how to create a 2.4 gigahertz sine wave?
dt = 1e-11; t = 0:dt:(1000*dt); x = cos(2*pi*2.4e9*t);
Direct link to this answer:
http://www.mathworks.ch/matlabcentral/answers/46573#answer_56965
Contact us
2 Comments
Direct link to this comment:
http://www.mathworks.ch/matlabcentral/answers/46573#comment_95906
Please use meaningful tags, because they are used to sort the question into categories.
What exactly is a "2.4GHz sine wave code"? E.g. [0,1,0,-1,0,1,0,-1] could be a 2.4GHz sine wave also, when you define the sampling frequency accordingly.
Direct link to this comment:
http://www.mathworks.ch/matlabcentral/answers/46573#comment_95910
http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags