08-03-2008 09:35 PM
08-04-2008 06:42 AM
wondering wrote:
Can anyone tell me if it's possible to model a low pass filter and change the component values and sine wave input and output a Bode plot? Are standard functions already available to do this so it could be done quickly?
08-04-2008 07:42 AM
08-04-2008 12:08 PM
Thanks for the rapid feedback guys,
Yes I do have the full version demo that came with the book and realize one can only scratch the surface of LabVIEW in the time I have before the interview. I'm not one to exaggerate skill levels because it would certainly come back to bite me as you alluded to. My impression is that the employer wants someone who can use LabView with programs that are already written for the purpose of data acquisition as opposed to an expectation the new hire (a technician not an engineer) will be proficient at creating new programs; I hope that’s the case anyway. I’m familiar with PSpice and didn’t know if LabVIEW had the same capability of modeling and analyzing an electronic circuit but you’re saying that it does so I’ll start digging deeper into it. Thanks for the info, Mike
08-04-2008 12:22 PM
08-04-2008 12:34 PM

08-04-2008 10:16 PM
Hi,
I don't know your name?
I've been reading through the introduction manual that came with the evaluation CD and doing the examples all day. I'm still trying to figure out if it's possible to run a Bode plot of a filter design like you'd do in Spice and I'm thinking it's not possible because there aren't any filters you can put in the block diagram as a standalone function that I've been able to find. What I wanted to do is:
Wire a signal generator block capable of sweeping a selected frequency band to a standalone filter block which is configurable
Tape off the signal generator output as the reference input to the VI network analyzer
Take the output of the filter as the test input to the VI network analyzer
Run the program and output a Bode plot of amplitude and phase over frequency
Reconfigure the filter and run another plot
Pretty much how you'd do it with real components and equipment or how you'd do a simulation of it in Spice. The one part that seems to be missing in LabVIEW is the filter block functions. Is this correct?
Thanks, Mike
08-04-2008 10:19 PM
Hi Mr. Monroe,
I've been reading through the introduction manual that came with the evaluation CD and doing the examples all day. I'm still trying to figure out if it's possible to run a Bode plot of a filter design like you'd do in Spice and I'm thinking it's not possible because there aren't any filters you can put in the block diagram as a standalone function that I've been able to find. What I wanted to do is:
Wire a signal generator block capable of sweeping a selected frequency band to a standalone filter block which is configurable
Tape off the signal generator output as the reference input to the VI network analyzer
Take the output of the filter as the test input to the VI network analyzer
Run the program and output a Bode plot of amplitude and phase over frequency
Reconfigure the filter and run another plot
Pretty much how you'd do it with real components and equipment or how you'd do a simulation of it in Spice. The one part that seems to be missing in LabVIEW is the filter block functions. Is this correct?
Thanks, Mike
08-04-2008 10:31 PM
That's not true at all. Look at the Signal Processing>Filters palette. Or, on the Express>Signal Analysis palette, there is a Filter function. If you do not have these palettes, then you are using the base version of LabVIEW. I have no idea what is on this evaluation CD but a fully functional version of LabvIEW can be downloaded.
08-04-2008 11:20 PM
Thanks Dennis,
I do have a fully functional evaluation version and I'll look where you suggested.
Thanks, Mike