登录
首页 » matlab » 频谱分析 MATLAB FFT

频谱分析 MATLAB FFT

于 2020-06-20 发布
0 204
下载积分: 1 下载次数: 4

代码说明:

说明:  对信号进行频谱分析,对频域下的信号进行细看(MATLAB fft are very good)

文件列表:

MATLAB FFT\FFT变换-64点数据.xlsx, 9117 , 2020-06-12
MATLAB FFT\MTALAB实现fft.txt, 637 , 2020-06-08
MATLAB FFT\x1.mat, 2140 , 2020-06-16
MATLAB FFT\主函数.txt, 463 , 2020-06-08
MATLAB FFT\原始信号及实部.fig, 20530 , 2020-06-02
MATLAB FFT\原始信号频率.fig, 6600 , 2020-06-02
MATLAB FFT\基2_FFT算法的模块化硬件实现与比较_骆林依.caj, 1844327 , 2020-06-08
MATLAB FFT\基于Chirp_Z变换的LFMCW系统测距算法仿真研究_王春艳.caj, 597436 , 2020-06-20
MATLAB FFT\毫米波高精度测距雷达信号处理及实现_艾俊轶.caj, 1320961 , 2020-06-01
MATLAB FFT, 0 , 2020-06-20

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

发表评论

0 个回复

  • ypap105-bin-packing-problem
    使用遗传算法(GA)解决二维装箱(Two-Dimensional Packing Problem)问题,(Genetic Algorithms for Solving Two-Dimensional Packing Problem)
    2019-05-02 17:47:23下载
    积分:1
  • etc修改工具
    问道外传修改工具,具体教程打开后有说明~~~(Question Outreach Modification Tool)
    2020-06-16 22:40:01下载
    积分:1
  • MATLAB智能算法30个案例分析代码CODES
    说明:  此文件为数学建模比赛常用30个算法的matlab配套实现例程(This file is the matlab implementation routine of 30 algorithms commonly used in mathematical modeling competition)
    2020-02-09 18:54:43下载
    积分:1
  • Unity3D从入门到精通
    说明:  Unity3D从入门到精通编程资料pdf教程(Unity3D from Introduction to Proficiency in Programming Data PDF Course)
    2020-06-24 17:00:02下载
    积分:1
  • AR模型特征提取及分类
    AR特征提取,可用于不同类别数据的分类特征提取(AR feature extraction algorithm)
    2021-04-05 14:49:03下载
    积分:1
  • 用户信息综合系统
    说明:  实现用户综合系统一些简单功能和复杂功能,比如用户登录,添加、修改和删除个人信息;同时还可以实现删除选中,分页查询以及复杂条件查询等较为高级的功能。文件带有笔记和相关设计说明。(Realize some simple and complex functions of the user integrated system, such as user login, adding, modifying and deleting personal information; at the same time, it can also achieve more advanced functions such as deleting selection, paging query and complex condition query. Document with notes and related design instructions.)
    2020-03-10 17:53:00下载
    积分:1
  • zhisu
    本程序通过用户输入范围而求出范围内所有的质数 (The scope of this program through the user input to derive all the prime numbers within the range)
    2011-08-22 11:05:45下载
    积分:1
  • fontrouter
    fontrouter code, a small hacky program to change the font in nokia symbian devices
    2010-12-22 04:30:57下载
    积分:1
  • C# 监控Windows剪贴板程序
    C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:   private void Frm_Main_Load(object sender, EventArgs e)   {    timer1.Interval = 1000;//设置计时器间隔为1000毫秒    timer1.Start();//启动计时器   }   private void timer1_Tick(object sender, EventArgs e)   {    if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据    richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中   }
    2023-08-14 00:35:02下载
    积分:1
  • pc.c是移植于μCOS
    pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, becaus
    2022-12-20 12:30:03下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载