登录
首页 » WINDOWS » 音频分析仪

音频分析仪

于 2017-08-12 发布 文件大小:292KB
0 318
下载积分: 1 下载次数: 10

代码说明:

  利用labview 实现音频信号的采集、处理、分析,是初学的好帮手(labview Audio Analysis tool)

文件列表:

音频分析仪\tempdata.wav
音频分析仪\音频分析仪\currdisp1.vi
音频分析仪\音频分析仪\currdisp2.vi
音频分析仪\音频分析仪\flag_array.vi
音频分析仪\音频分析仪\flag_read.vi
音频分析仪\音频分析仪\flag_write.vi
音频分析仪\音频分析仪\freq_resp_no_coher.vi
音频分析仪\音频分析仪\oscilloscope.lvproj
音频分析仪\音频分析仪\oscilloscope.vi
音频分析仪\音频分析仪\psdgraph_array_global.vi
音频分析仪\音频分析仪\psd_state_global.vi
音频分析仪\音频分析仪\scope.aliases
音频分析仪\音频分析仪\scope.lvproj
音频分析仪\音频分析仪\scope.vi
音频分析仪\音频分析仪\scope_icon.ico
音频分析仪\音频分析仪\spectrum_to_data_array.vi
音频分析仪\音频分析仪\swept_freq_calc.vi
音频分析仪\音频分析仪\swept_sine_state.vi
音频分析仪\音频分析仪\waveform_global.vi
音频分析仪\音频分析仪\waveform_to_array.vi
音频分析仪\音频分析仪\write_spectrum_to_file.vi
音频分析仪\音频分析仪\write_waveform_to_file.vi
音频分析仪\音频分析仪
音频分析仪

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • modbus-1
    说明:  基于labview的modus通信,接受和发送数据,产生报文(digital received and sent)
    2021-01-23 12:37:14下载
    积分:1
  • 邮件客户端序,根据pop服务器,用户名可以收取邮件
    邮件客户端程序,根据pop服务器,用户名可以收取邮件-E-mail client program, according to pop server, user name, e-mail that may be charged
    2022-04-24 01:12:45下载
    积分:1
  • labview_tcp_host_machine
    基于TCP协议的Labview网络摄像头视频接收及显示、温湿度监测及控制指令远程发送上位机.vi,机器人下位机装载温湿度传检测、人体感应、红外、烟雾监测等传感器以及网络摄像头,下位机实时采集的图像视频、传感器数据等经过WiFi无线传输,上位机通过TCP协议实时接收下位机传输的数据,显示温湿度、人、烟雾等状态信息,还可以通过Labview上位机向机器人下位机远程发送转弯、前进、上楼梯等运动控制指令,并进行了简单的控件、界面美化(ON划词翻译ON实时翻译 Labview network video camera TCP protocol to receive and display, temperature and humidity monitoring and control of remote host computer sends instruction based on.Vi, robot crew loading temperature and humidity detection, the human body induction, infrared, smoke monitoring sensor and network camera, video image, the lower position machine real-time acquisition of sensor data through WiFi wireless transmission, host computer through the TCP protocol to receive real-time lower computer transmission of data, display of temperature and humidity, people, smoke and other state information, but also through the Labview host computer to the robot slave machine remote transmitting turning, forward, up the stairs and other motion control instruction, and has carried on the simple controls, to beautify the interface)
    2014-12-11 19:48:13下载
    积分:1
  • 手机号转Unicode
    手机号码转Unicode码,十一位数字转Unicode码。(Mobile phone number to Unicode code code, 11 digits to Unicode code code.)
    2020-06-20 19:00:02下载
    积分:1
  • 基于sock写的局域网聊天工具的服务端,vc
    基于sock编写的局域网聊天工具的服务端,vc编写-prepared based on the sock LAN Chat server tools, vc prepared
    2022-07-04 17:06:30下载
    积分:1
  • 蓝牙软件工具,给有需要的朋友用.download工具等
    蓝牙软件工具,给有需要的朋友用.download工具等-Bluetooth software tools, there is a need to use a friend. download tools
    2022-02-04 08:57:07下载
    积分:1
  • mail develop provider
    提供mail服务器开发的工具。利用其中提供的程序接口,能够很方便的进行mail服务器的开发。-mail develop provider
    2022-06-18 00:19:05下载
    积分:1
  • 利用进通信套接字socket 的接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。...
    利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
    2022-03-22 05:07:00下载
    积分:1
  • CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实...
    CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data reported by the UDP with a base class. This type of packaging based SOCK_DGRAM the most basic operation. This provides two types of work, is a practical and UDP data processing function of tight coupling, it needs to achieve through inheritance, as set workmode auto_receive (see SetWorkdMode), the other is directly emerging as a separate object, users need to use this member function since Recv others receiving data processing.
    2023-07-22 21:35:02下载
    积分:1
  • Get-Windows-File-Info
    Get file info in LabView (creation, modification date, etc...)
    2015-06-17 02:26:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载