03-15-2016 09:49 AM
Hello,
Is there some facility in LabVIEW that allows to synthesize multiband filter, or one should use some other tool like Matlab.
Thanks in advance
Paavel.
Solved! Go to Solution.
03-16-2016 05:48 AM - edited 03-16-2016 05:50 AM
Hey Pavel_47,
what about the Signal Processing function palett?
Maybe this:
Musical Signal Processing with LabVIEW - OpenStax CNX
http://cnx.org/contents/GABeorRX@3/Musical-Signal-Processing-with
03-16-2016 05:55 AM
Hi Brandizzl,
Your link needs some time to explore. Concerning Signal Processing function palett, did you see multiband filters there ?
I've only seen low-pass, high-pass, rejection and bandpass - always 1 band.
Thanks
Pavel
03-16-2016 07:25 AM
What about this one:
Parks-McClellan VI - LabVIEW 2012 Help - National Instruments
http://zone.ni.com/reference/en-XX/help/371361J-01/lvanls/parks_mcclellan/
In addition, if you have enough resource and it if your program isn't time critical, you could simply put some filters in series.
Are you programming FPGA? What do you want to do at all?
Greetings
Brandizzl
03-16-2016 10:22 AM
@Brandizzl wrote:What about this one:
Parks-McClellan VI - LabVIEW 2012 Help - National Instruments
http://zone.ni.com/reference/en-XX/help/371361J-01/lvanls/parks_mcclellan/
In addition, if you have enough resource and it if your program isn't time critical, you could simply put some filters in series.
Are you programming FPGA? What do you want to do at all?
Greetings
Brandizzl
It's exactly what I serched for. No, I don't work with FPGA.
Thanks