02-20-2008 10:50 AM
hi,
let say i got this equation.
Kc=1;
Ti=1;
Td=1;
L=1;
w=0.01:0.01:1.01;
PID = Kc*(1+ 1./(j*w*Ti) + j*w*Td/((j*w*Td/10)+ 1));
block1 = angle(exp(-j*w*L).*(j*w+1).^(-6) .* PID) + pi;
plot(w,block1);
how do i plot in labview as i got no problem in matlab?
Thanks in advance.
02-20-2008 01:39 PM
02-21-2008 06:26 AM
03-09-2008 11:52 PM
03-11-2008 07:49 AM
06-08-2008 10:20 PM
06-08-2008 10:49 PM
07-09-2008 11:08 PM
I am using NI 5661 spectrum analyzer.and RFSA .i want to record FM radio channel eg 100MHz.. in example i found some VIs which requires following parameter for I & Q data
center frequency
I&Q rate ( S/s)
samples per record
Q1.
i want to know that can we configure digitizer sampling rate ie 100MS/s to 20,10,50MS/s etc. and secondly is I & Q data rate are data coming out of on board signal process by digital down conversion. please correct my concept ie. Digitizer is always sampling at 100MS/s . but through spec given to I&Q data rate ie. eg 1MS/s it digital down convert 100MS/s data rate to our spceified data rate ie 1MS/s. and it contain same information as 100MS/s data contains.
Q2.
once i have record I&Q data to disk using write measurment file VI. i want to play back .should i use arbitray wave generator to regenerate data because file size is 900MB and it contain data at different time i want to listen songs again. how can i do that after recordind file name
fm100.LVM format.
Q3
in eample VI it requires central frequeny. please also correct my concept here again.
let suppose i give central frequeny 100MHz. downconveter tunes it self at 100MHZ and downconverts 100MHz signal to IF 15MHz and feed it to digitizer input where digitizer samples it at 100MS/s and and output data rate from digitizer in form of I&Q we specify eg 1MS/s. so we get FM 100 transmision at rate of 1MS/s which we can record for play back.
can i record whole spectrum ie 88MHz to 108MHz after that i can select my desire station to play back if possible please tell me how or i must have to give a particular frequeny .
PLEASE CLEAR MY CONCEPT SO THAT I CAN BETTER USE THIS DEVICE. AND ALSO HELP ME HOW CAN SOLVE THIS PROBLEM.
02-19-2009 03:39 AM
02-19-2009 10:49 AM
Are you still referring to data collected from the PXI 5661? If you are you could try to use the Configure Acquistion Type.vi set to spectrum. Wire that to the Configure center span.vi , the Configure resolution bandwidth.vi. Wire that into the Read Power Spectrum (cluster). vi and output that into the SMT Spectrum Peak Search.vi. You will also need to use the Get Spectral Info for SMT. vi as this will set up the input parameters for the Peak Search.vi.
Note: You might want to post questions about the 5661 on the RF Measurment Devices forum as it is more focused towards using/programming these devices.
Hope this helps.