登录
首页 » matlab » CSV_MATLAB_FFT

CSV_MATLAB_FFT

于 2018-03-07 发布 文件大小:213KB
0 188
下载积分: 1 下载次数: 14

代码说明:

  示波器CSV文件,导入matlab 利用 simulink的powergui进行FFT计算 方法(The CSV file of the oscilloscope is used the powergui of MATLAB simulink for FFT calculation)

文件列表:

CSV_MATLAB_FFT.doc, 274944 , 2016-05-09

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

发表评论

0 个回复

  • Flac3d简单边坡生成表及使用方法
    说明:  Flac3d的fish脚本中生成简单边坡各节点坐标的过程,若全由手输则很繁琐,于是简单做了一个Excel,可以满足简单边坡几何点的生成需求。同时附加了体积模量与剪切模量的计算。(The process of generating the coordinates of each node of a simple slope in the fish script of Flac3d will be cumbersome if all are manually input, so a simple Excel is created to meet the needs of the generation of simple slope geometric points. At the same time, the calculation of bulk modulus and shear modulus is added.)
    2020-09-08 09:18:02下载
    积分:1
  • 10.5 FixedBeam.m
    多通道语音增强办法----固定波束法 固定波束形成器的含义是其波束形成器的权值固定不变,与麦克风阵列的接收信号无关(Multi - channel speech enhancement method - fixed beam method)
    2018-04-15 21:34:44下载
    积分:1
  • 本系统适合有产品的厂家或是代理商、批发商、销售管理等用户使用 主要功能: 1.会员管理(本站下级会员、所有会员,除去管理员它代理商只显示自己下级非代理...
    本系统适合有产品的厂家或是代理商、批发商、销售管理等用户使用 主要功能: 1.会员管理(本站下级会员、所有会员,除去管理员其它代理商只显示自己下级非代理商的用户并管理) 2.经销商或代理商管理(拥有下级管理平台,可以管理自己的会员) 3.积分管理(1块钱一分,当积分到一定数额会有打折优惠) 4.产品管理 5.订单处理(帐单回执) 6.经销商或代理商地地点查询 7.结帐功能(比如您积分1万,折扣为8.2折,您下级在这拿货还是全价,那1.8为您的利润,下级再消息还有您的积分)详细原理:http://cocsn.com/index.php/index/show/65.shtml 8.如图liucheng.gif 红色为代理商或经销商蓝色为您控制区 平级无法管理,对于厂家虽然以上有返款,但这些都都有总管理控制成本折扣,这些折扣谁来出、从哪来、会不会影响到厂家的收入?答案不会的,因为以前都是产品的多级代理造成逐级加价,现在都是直接从厂家订货,市场价格统一更节省了中间环节的价格(如一块大街上卖的手机电池出厂成本价2.5元,发到各地再到用户手中要卖35块),把省下的钱给您的客户按比例分配,同时也会快速积累大量客户群,这样看来是不是一个很好的销售模式? 9.其它功能需求请订制开发,我们不可能一次性完成所有用户需要 The system suitable for the product manufacturers or agents, wholesalers, sales management, user Main functions: 1. Members of management (site junior members, all members, except for administrators to other agents show only their own subordinates of non-agent users and management) 2. Reseller or agent management (with lower-level management platform that can manage their own members) 3. Points management (
    2022-05-25 08:02:15下载
    积分:1
  • MyFormDesigner.Designer
    说明:  基于emguCV库,调用电脑摄像头,获取图像,进行RGB通道信息分离,并存入txt文档。(Based on emguCV library, we call the computer camera to get the image, separate the RGB channel information and store it in the TXT document.)
    2020-06-25 11:20:01下载
    积分:1
  • 编译“新二十四点.dsw”文件,在Debug目录下会生成“新二十四点.exe”文件,直接双击该文件,即可运行二十四点程序。...
    编译“新二十四点.dsw”文件,在Debug目录下会生成“新二十四点.exe”文件,直接双击该文件,即可运行二十四点程序。-compiler "24 points. DSW "documents, the Debug directory will generate" new 24 points. Exe "document, double-click the file directly, and can run the 24-point procedures.
    2023-02-26 15:50:03下载
    积分:1
  • “咕咚“模拟系统
    borlandc++开发的咕咚模拟系统,包含运动 社区 分享等许多功能(A C program based on borlandc++)
    2020-06-22 11:40:01下载
    积分:1
  • lw_oopc-v1.2
    一种轻量级的面向对象的C语言编程框架:LW_OOPC。LW_OOPC是Light-Weight Object-Oriented Programming in(with) C的缩写,总共一个.h文件,20个宏,约130行代码,非常的轻量级,但却很好的支持了很多面向对象的特性,比如继承、多态,可以优美的实现面向接口编程。这个框架系由台湾的高焕堂先生以及他的MISOO团队首创,之后由金永华继续改进优化,最后,经高焕堂同意以LGPL协议开源(开源网址参见后文)。 用C语言实现OO?我没听错吗?这听起来真是太疯狂了!… 大家都知道,C++支持了面向对象和面向泛型编程,比C要更强大些。那么,为什么要在C语言中实践面向对象呢?为什么不直接使用C++呢? 希望这套宏,能够真正帮助到想用C语言写出面向对象代码的C程序员们! 源码包括几个使用这套宏的代码示例,可以认真钻研下。(A lightweight, object-oriented C language programming framework: LW_OOPC. LW_OOPC is an acronym for Light-Weight Object-Oriented Programming in (with) C, total. H file, 20 macro, about 130 lines of code, very lightweight, but very good support for object-oriented features, such as inheritance, polymorphism, and interface-oriented programming can be beautiful. This framework is the first team by of Taiwan Mr. Gao Huantang his MISOO continue to improve optimization, followed by Jin Yonghua, see below) agreed to LGPL the agreement open source (open source URL, GAO Huan-tang. Using C language implementation of Estimates of? I did not hear it? It sounds really crazy! ... As we all know, C support object-oriented and oriented generic programming than C to be more powerful. So, why do you want to practice in C language object-oriented? Why not just use C? I hope this set of macros, can really help to write object-oriented code C programmers who want to use the C language! Source includ)
    2012-11-21 14:36:34下载
    积分:1
  • sorting
    对文章进行词典排序,程序以堆排序的方法实现,输出结果保存在原文件,直接编译可用,语言为c++(Dictionary sorting (heap sorting))
    2018-12-27 20:08:14下载
    积分:1
  • scale the intensity of the input image
    通过参数设定,改变不同类型的整幅图像的亮度-scale the intensity of the input image
    2022-07-10 18:11:12下载
    积分:1
  • MATLAB
    MATLAB控制工程工具箱技术手册。本书为读者提供了使用MATLAB 的实践性指导。主要介绍了MATLAB中与控制工程相关的6个基础工具箱:系统辨识工具箱、控制系统工具箱、鲁棒控制工具箱、模型预测控制工具箱。 (MATLAB toolbox control engineering technical manual. This book provide readers with the use of MATLAB practical guidance. Mainly with the introduction of the MATLAB control engineering related to six basic toolbox: System Identification Toolbox, Control System Toolbox, Robust Control Toolbox, Model Predictive Control Toolbox.)
    2009-03-09 21:31:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载