登录
首页 » matlab » 功率谱和相位随机程序

功率谱和相位随机程序

于 2020-06-22 发布
0 163
下载积分: 1 下载次数: 5

代码说明:

说明:  对信号进行功率谱分析,得到信号的频域特征(Perform power spectrum analysis on the signal to obtain the frequency domain characteristics of the signal)

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

发表评论

0 个回复

  • SnakeGames
    贪吃蛇游戏,希望大家不要看源码,自行研究(Snake game, I hope you do not look at the source code, self study.)
    2018-04-20 17:07:32下载
    积分:1
  • OX-msvar
    说明:  oxmetrics软件估计msvarmodel(ms-var is an econometrics model of VARs)
    2020-05-16 18:26:42下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • 一个用于中专录取用的小程序,…………有具体的使用
    一个用于中专录取用的小程序,…………有具体的使用-taking a secondary use for the small program ... ... has a specific use
    2022-07-06 13:21:50下载
    积分:1
  • 新GRE阅读理解36套
    说明:  GRE复习资料,祝各位亲们复习愉快!!!(GRE revision material)
    2019-06-01 16:18:21下载
    积分:1
  • Copy_top
    拓扑优化(topology optimization)是一种根据给定的负载情况、约束条件和性能指标,在给定的区域内对材料分布进行优化的数学方法,是结构优化的一种。该程序基于matlab,提供求解约束优化问题的方法(Topology optimization is a mathematical method to optimize material distribution in a given area according to given load conditions, constraints and performance indicators. It is also a structural optimization method. The program is based on MATLAB and provides a method for solving constrained optimization problems.)
    2019-05-19 13:52:47下载
    积分:1
  • PEGA_IP
    Pega ip da maquina windows
    2018-03-14 02:39:05下载
    积分:1
  • 讲述浅海水声信道下的多途时延估计方法
    说明:  讲述浅海水声信道下的多途时延估计方法,供声学方向的学生学习参考(The multi-channel time delay estimation method in shallow underwater acoustic channel is described, which is a reference for students in acoustic direction)
    2020-03-14 22:19:33下载
    积分:1
  • 网站图标,很实用的网站图标,可以用于网站的LONGO,个人名片等等,解压密码为www.csai.cn...
    网站图标,很实用的网站图标,可以用于网站的LONGO,个人名片等等,解压密码为www.csai.cn-website icon, a very useful icon on the website, which can be used for LONGO, personal business cards and so on. extract passwords to www.csai.cn
    2023-04-17 21:15:03下载
    积分:1
  • fapiaoprint
    说明:  一个发票打印程序,含VB源代码,可以打印发票,可自行修改发票样式。(An invoice printing program, including VB source code, can print invoices, can modify the invoice style.)
    2020-06-21 11:20:02下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载