y.ettefagh
Junior Member level 1
- Joined
- Jul 17, 2012
- Messages
- 19
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,407
Hi everyone!
I would appreciate it if you guys can help me out...
I'm new to CST and i'm having a problem in setting my desired frequency bandwidth of the input signal.
I want the excitation signal to be a gaussian modulated signal (actually the default excitation) within the bandwidth of 25 ghz up to 35 ghz (in order to have a wideband signal) but when i check it in matlab with respect to the sampling frequency which is about 7 Thz i see that the two peaks of the input signal (they are gaussian modulated) are about 3.5 Thz! am i making a mistake?
Here's the code i use in matlab:
I would appreciate it if you guys can help me out...
I'm new to CST and i'm having a problem in setting my desired frequency bandwidth of the input signal.
I want the excitation signal to be a gaussian modulated signal (actually the default excitation) within the bandwidth of 25 ghz up to 35 ghz (in order to have a wideband signal) but when i check it in matlab with respect to the sampling frequency which is about 7 Thz i see that the two peaks of the input signal (they are gaussian modulated) are about 3.5 Thz! am i making a mistake?
Here's the code i use in matlab:
Code:
d1=load('input1.txt');
v_ind1=d1(:,2);
f=fftshift(fft(v_ind1));
fs=1/d1(2,1);
Last edited by a moderator: