石鑫华视觉 手机微信QQ:13450001061 / 18038383457

下载中心

LabVIEW 2012 Adaptive Filter Toolkit Win32Eng LabVIEW自适应滤波器工具包2012版

文章来源:石鑫华视觉网时间:2022-05-13 18:06:29 点击:239

Windows系统下(Linux和MAC系统下请自行了解清楚)NI的各种软件、模块、工具包、驱动程序,使用NI许可证管理器来激活的,绝大部分的都可以使用NI Lincense Activator来激活,以下链接可下载:
NI序列号Serial Number生成激活工具NI License Activator,LabVIEW/VBAI/VDM/VAS等软件模块工具包破解工具不限版本
http://pcmv.cn/thread-490-1-1.html

视觉论坛的各种资源,除了视觉相关的模块有使用外,大部分的都不会使用,所以仅提供资源不能提供技术支持。资源的下载地址一般会同时提供NI官方地址和百度网盘的下载地址。某些工具包NI的地址失效或没有NI的下载地址,那视觉论坛也没有办法,只能尝试使用百度网盘地址下载;如果百度网盘的下载地址失效过期,可联系论坛客服更新。现在NI的下载服务器对我国IP地址不是很友好,有些时候速度很慢或大的资源下载很容易出错,这样会造成安装过程各种类型报错而无法安装。建议在下载完成后,对下载资源做校验和验证(NI一般会提供MD5或SHA256等),与官方或视觉论坛提供的校验和对比,一致就可以安装,如果不一致,则需要重新下载。视觉论坛早期下载的资源,那时候NI没有这么多限制,基本上都是正常下载的资源;后期下载的资源,都与NI的正确校验和对比过,保证是正确的资源才上传到百度网盘,所以百度网盘的资源基本上是正确的。校验和工具下载地址:
文件Hash计算器FHash,文件校验和验证下载文件正确性验证,MD5值计算、SHA1值计算、SHA256值计算、CRC32值计算
http://pcmv.cn/thread-26524-1-1.html

LabVIEW 2012 Adaptive Filter Toolkit Win32Eng LabVIEW自适应滤波器工具包2012版

算法包括: LMS, 归一化LMS, 漏溢式LMS, 快速LMS, sign LMS, RLS和QR-RLS
用于主动噪音/振动控制的X滤波LMS和归一化X滤波LMS
范例包括: 自适应噪声/回声消除, 自适应系统辨识, LPC
用于定点LMS自适应滤波器的仿真和NI LabVIEW FPGA代码自动生成

2012
文件大小: 60422792 字节 (57.62 MB)
修改日期: 2012-06-20 04:49
MD5: c6ee5bef2b3442f7cf5f0f9f7ea78c04(重复下载一致)
SHA1: 42b946ceaa79a7673decdc1555049bda19615696
SHA256: 7045d280de331dca042fa0a8f4be8205fe2826155266041516d23ac214216922
CRC32: 019edfec

百度网盘和NI官方下载下载:

LabVIEW 2012 Adaptive Filter Toolkit Win32Eng LabVIEW自适应滤波器工具包2012版

http://pcmv.cn/thread-25457-1-1.html?fromuid=9

(出处: 视觉论坛VISIONBBS|视觉之家VISIONHOME)



LabVIEW 2012 Adaptive Filter Toolkit Readme

Version 12.0.0
June 2012
The LabVIEW 2012 Adaptive Filter Toolkit updates the Adaptive Filter Toolkit 2011 to support LabVIEW 2012. This release is a maintenance release.
The Adaptive Filter Toolkit includes tools for designing, analyzing, and simulating adaptive filters, including fixed-point adaptive filters. This file contains the following information about the Adaptive Filter Toolkit.
Overview
System Requirements
Installation Instructions
Known Issues
Accessing the Help
Finding Examples
Automating the Installation of NI Products

Overview

An adaptive filter is a computational device that iteratively models the relationship between the input and output signals of the filter. An adaptive filter self-adjusts the filter coefficients according to an adaptive algorithm. You can use the Adaptive Filter Toolkit to create adaptive filters with the following adaptive algorithms:
  • Least mean squares (LMS) and the variants, such as normalized LMS, leaky LMS, normalized leaky LMS, sign LMS, and fast block LMS

  • Filtered-x LMS and normalized filtered-x LMS

  • Recursive least squares (RLS) and QR decomposition-based RLS (QR-RLS)

You can apply the adaptive filters that you create to different applications, such as adaptive noise cancellation, adaptive echo cancellation, system identification, and so on. You also can create and implement fixed-point adaptive filters on National Instruments FPGA targets.

System Requirements

In addition to the system requirements for the LabVIEW Development System, the Adaptive Filter Toolkit has the following requirements:
  • LabVIEW 2012 Full or Professional Development System (32-bit)

  • At least 50 MB of disk space

Refer to the LabVIEW Readme for additional system requirements and supported operating systems for LabVIEW 2012.
Note:  If you want to use the Adaptive Filter Toolkit to generate LabVIEW FPGA code for a fixed-point adaptive filter, you must install the LabVIEW FPGA Module on the host computer.

Installation Instructions

You can install all of your LabVIEW products—including the Adaptive Filter Toolkit—using the LabVIEW 2012 Platform DVDs. Refer to the LabVIEW Installation Guide on the LabVIEW Platform DVD 1 for installation instructions and system requirements.
To request additional LabVIEW Platform DVDs, refer to the National Instruments website.
Note:  If you purchased this product with an NI Software Suite or NI Product Bundle, use the installation media that shipped with your purchase to install this product.

Known Issues

You can access the software and documentation known issues list online. Refer to the National Instruments website for an up-to-date list of known issues in the Adaptive Filter Toolkit.

Accessing the Help

Refer to the LabVIEW Help, accessible by selecting Help»LabVIEW Help from LabVIEW, for information about the Adaptive Filter Toolkit.

Finding Examples

You can access the examples for the Adaptive Filter Toolkit by selecting Help»Find Examples to display the NI Example Finder and then navigating to the Toolkits and Modules»Adaptive Filters folder. You also can click the Find Examples link in the Examples section of the Getting Started window to display the NI Example Finder. You can modify an example VI to fit an application, or you can copy and paste from one or more examples into a VI that you create.
You also can find the examples for the Adaptive Filter Toolkit in the labviewexamplesAdaptive Filters directory.

Automating the Installation of NI Products

You can automate the installation of most NI products using command-line arguments to suppress some or all of the installer user interface and dialog boxes. However, starting with the August 2012 releases (products using NI Installers version 3.1 or later), you may need to perform additional steps before or during a silent installation of NI software.
If the NI product you are installing uses Microsoft .NET 4.0, the .NET installer may run before any NI software installs and may require a reboot before the installation of NI software begins. To avoid a .NET reboot, install .NET 4.0 separately before you install NI software.
For more information, refer to the following KnowledgeBase articles:
  • For more information on silent installations of individual NI products, refer to KB 4CJDP38M, Automating the Installation of a Single Installer.

  • For more information on silent installations of suited NI products, such as NI Developer Suite, refer to KB 4GGGDQH0, Automating the Installation of a Suited Installer.

  • To determine what version of NI Installers your product contains, refer to KB 4CJDR18M, How Can I Determine the Type and Version of My National Instruments Installer?.


Important Information

Copyright
© 2012 National Instruments. All rights reserved.
Under the copyright laws, this publication may not be reproduced or transmitted in any form, electronic or mechanical, including photocopying, recording, storing in an information retrieval system, or translating, in whole or in part, without the prior written consent of National Instruments Corporation.
National Instruments respects the intellectual property of others, and we ask our users to do the same. NI software is protected by copyright and other intellectual property laws. Where NI software may be used to reproduce software or other materials belonging to others, you may use NI software only to reproduce materials that you may reproduce in accordance with the terms of any applicable license or other legal restriction.
End-User License Agreements and Third-Party Legal Notices
You can find end-user license agreements (EULAs) and third-party legal notices in the following locations:
  • Notices are located in the <National Instruments>_Legal Information and <National Instruments> directories.

  • EULAs are located in the <National Instruments>SharedMDFLegallicense directory.

  • Review <National Instruments>_Legal Information.txt for information on including legal information in installers built with NI products.

Trademarks
LabVIEW, National Instruments, NI, ni.com, the National Instruments corporate logo, and the Eagle logo are trademarks of National Instruments Corporation. Refer to the Trademark Information at ni.com/trademarks for other National Instruments trademarks.
Other product and company names mentioned herein are trademarks or trade names of their respective companies.
Patents
For patents covering the National Instruments products/technology, refer to the appropriate location: Help»Patents in your software, the patents.txt file on your media, or the National Instruments Patent Notice at ni.com/patents.


首页
84162741QQ
联系