LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Frequency Response vs. Phase Shift

I want to create a frequency response (signal amplitude vs. frequency) and see the simulated phase shift. How do I do that?

0 Kudos
Message 1 of 4
(1,543 Views)

Can you program reasonably well in LabVIEW?  Do you know about Structures (items in the Structures Palette), Arrays, Clusters, Timing functions, Numeric functions, String functions?  Do you know how (and why) to write sub-VI?  Are you aware of the importance of the Error Line and do you use it?  Do you document your VIs?

 

If the answers to most of these is "yes", then do you understand how to analyze Time Series (sometimes called Signal Theory, taught in most Engineering curricula)?

 

Again, if the answer is "yes", then write some code, test it (by generating a signal with known properties and seeing how your code changes it), and if it doesn't work, come back, attach your code, and ask for help.

 

If the answers to the above questions is "no", then you need to do a little "learning".  For LabVIEW, there are some links at the beginning of the Forum.  

 

Bob Schor

0 Kudos
Message 2 of 4
(1,507 Views)

@JEJ1234 wrote:

I want to create a frequency response (signal amplitude vs. frequency) and see the simulated phase shift. How do I do that?


I don't know what "simulated phase shift" is, but the FFT function outputs a complex array that can be converted to polar giving you amplitude and phase vs frequency.

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 3 of 4
(1,506 Views)

A simulated phase shift is a phase shift curve simulated from looking at a simulated frequency response spectrum, such as with Xsim software. That software simulates a frequency response curve and phase shift curve after you create a speaker crossover circuit using inductors and capacitors with the idea of having a crossover at one or more desired frequencies. For example, a two-way, third-order Butterworth. I cannot program LabView so I guess I cannot get what I want here. Thanks for your responses though.

0 Kudos
Message 4 of 4
(1,431 Views)