CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - draw shape

搜索资源列表

  1. Manchester

    9下载:
  2. 用matlab实现的曼彻斯特编码。50 占空比(可调)。绘制时域波形和频域功率谱密度。结果跟北邮的郭文斌的通信原理课件上的形状一模一样。-Manchester encoding with a matlab implementation. 50 duty cycle (adjustable). Draw time-domain waveform and frequency domain power spectral density. The results with the Beijing Un
  3. 所属分类:matlab例程

    • 发布日期:2017-05-11
    • 文件大小:1.67kb
    • 提供者:李刚
  1. OP

    12下载:
  2. 频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整,-Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very
  3. 所属分类:matlab

    • 发布日期:2016-06-03
    • 文件大小:1.92kb
    • 提供者:zhangmingxing
  1. nShapeCurve

    0下载:
  2. 用matlab绘制bezier曲线,逼近一个n形状。-Matlab draw with Bezier curve, approaching a n shape.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.38kb
    • 提供者:happynoom
  1. rectangle

    2下载:
  2. 用matlab编程绘制矩形窗函数的幅频特性,窗函数形状的长度为10,20,50,100.-Programming using matlab draw rectangle window function of the amplitude-frequency characteristics, the shape of window function of length of 10,20,50,100.
  3. 所属分类:matlab例程

    • 发布日期:2013-01-15
    • 文件大小:1.93kb
    • 提供者:hithit
  1. LSFD

    5下载:
  2. 频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整-Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, metho
  3. 所属分类:matlab

    • 发布日期:2017-02-20
    • 文件大小:1.01kb
    • 提供者:zhangmingxing
  1. youlifenshiduoxiangshi

    0下载:
  2. 频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整,-Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.23kb
    • 提供者:zhangmingxing
  1. Levymethod

    3下载:
  2. 频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整,-Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.17kb
    • 提供者:zhangmingxing
  1. jiaquan

    0下载:
  2. 频域的模态参数识别方法之一,可以对振动信号进行分析处理,得出结构的固有频率,阻尼比,振型系数,方法很好,程序完整,-Frequency-domain modal parameter identification methods that can analyze the vibration signal processing, draw the structure of natural frequencies, damping ratio, mode shape coefficient, very
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.07kb
    • 提供者:zhangmingxing
  1. Tulun

    0下载:
  2. 用matlab软件实现画一个凸轮的形状,并作出它的位移,速度,加速度曲线。-Matlab software used to draw a cam shape, and make its displacement, velocity and acceleration curves.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.23kb
    • 提供者:付中涛
  1. finding-objects

    0下载:
  2. this my code which i learnt in image processing lesson. it finds any geometric shape and draw black lines around it which stands on a white background. it could help how to find a shape for new learners in DIP -this is my code which i learnt in image
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.73kb
    • 提供者:ali fatih
  1. Tetrahedron

    0下载:
  2. How to draw tetrahedron shape using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:420.41kb
    • 提供者:karthikeyan
  1. 4FSK_m

    3下载:
  2. 4FSK正交调制解调 其中有升余弦成型滤波,梳形内插。画出误码率曲线-4FSK modulation and demodulation with raised cosine shaping filter, comb shape interpolation. Draw the curve of error rate
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:12.81kb
    • 提供者:辰南
  1. MFC

    1下载:
  2. (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-01-13
    • 文件大小:252kb
    • 提供者:宋骏霖
  1. polygon

    0下载:
  2. 基于顶点的复杂多变形求交算法,任意画出两个多变性,即可进行求交求并求差的计算,图形化界面,操作简单,代码清晰易懂。-Vertex-based shape complicated intersection algorithm, any variability draw more than two, you can calculate the intersection of demand and poor demand, graphical interface, easy operation, cl
  3. 所属分类:Algorithm

    • 发布日期:2017-06-16
    • 文件大小:23.01mb
    • 提供者:lixiao
  1. plotTensors

    0下载:
  2. 画出每个体素点的磁共振弥散张量,并且对张量的显示形状进行修改-draw the MRI diffusion tenosr in each voxel and modify the shape and size of diffusion tensor
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:55.54kb
    • 提供者:wangyuqing
  1. adzheuup

    1下载:
  2. 用matlab实现的曼彻斯特编码。50 占空比(可调) 。绘制时域波形和频域功率谱密度。结果跟北邮的郭 文斌的通信原理课件上的形状一模一样。 -With Manchester encoding matlab realize. 50 duty cycle (adjustable) . Draw time-domain waveform and frequency domain power spectral density. Results with BUPT Guo
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.86kb
    • 提供者:shiyulong_bt
  1. avrhkpan

    0下载:
  2. 用matlab实现的曼彻斯特 IwULAC编码。50 占空比(可调)。绘制时域波形和频域功率谱密度。结果跟北邮的cEiVidj 的通信原理课件上的形状一模一样。 .-With Manchester IwULAC encoding matlab realize. 50 duty cycle (adjustable) . Draw time-domain waveform and frequency domain power spectral density. Results with BUPTcE
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9.06kb
    • 提供者:rhonxi
  1. bgbvdfhx

    0下载:
  2. 用matlab实现的曼彻斯特 PdgfcA编码。50 占空比(可调)。绘制时域波形和频域功率谱密度。结果跟北邮的DoIEYxg 的通信原理课件上的形状一模一样。 .-With Manchester PdgfcA encoding matlab realize. 50 duty cycle (adjustable) . Draw time-domain waveform and frequency domain power spectral density. Results with BUPTDo
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.14kb
    • 提供者:nimzcd
  1. bifacolz

    0下载:
  2. 用matlab实现的曼彻斯特 UNbIBc编码。50 占空比(可调)。绘制时域波形和频域功率谱密度。结果跟北邮的mYthWVz 的通信原理课件上的形状一模一样。 .-With Manchester UNbIBc encoding matlab realize. 50 duty cycle (adjustable) . Draw time-domain waveform and frequency domain power spectral density. Results with BUPTmY
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.58kb
    • 提供者:elejry
  1. busxptpe

    0下载:
  2. 用matlab实现的曼彻斯特 idnYgU编码。50 占空比(可调)。绘制时域波形和频域功率谱密度。结果跟北邮的iPRxCOM 的通信原理课件上的形状一模一样。 .-With Manchester idnYgU encoding matlab realize. 50 duty cycle (adjustable) . Draw time-domain waveform and frequency domain power spectral density. Results with BUPTiP
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.8kb
    • 提供者:mxpfcb
« 12 3 4 5 6 »
搜珍网 www.dssz.com