搜索:plot
找到约 99 项符合「plot」的查询结果
结果 99
按分类筛选
- 全部
- matlab例程 (38)
- 其他 (11)
- 技术资料 (8)
- 通讯编程文档 (5)
- 通讯/手机编程 (4)
- 数学计算 (4)
- 源码 (2)
- 数值算法/人工智能 (2)
- 其他书籍 (2)
- Linux/Unix编程 (2)
- 文章/文档 (2)
- 其他行业 (2)
- 单片机编程 (1)
- 仿真技术 (1)
- 书籍源码 (1)
- 技术教程 (1)
- 软件工程 (1)
- 可编程逻辑 (1)
- Java编程 (1)
- 网络 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- 微处理器开发 (1)
- J2ME (1)
- 交通/航空行业 (1)
- Windows CE (1)
- 软件设计/软件工程 (1)
https://www.eeworm.com/dl/619/387772.html
Linux/Unix编程
red hat9 qt4.3.2下qwt数据绘图曲线
red hat9 qt4.3.2下qwt数据绘图曲线,已经编译好了。可以直接用,就是那个没有后缀的data_plot
https://www.eeworm.com/dl/534/389123.html
其他
Process a binary data stream using a communication system that consists of a baseband modulator, c
Process a binary data stream using a communication system that
consists of a baseband modulator, channel, and demodulator.
Compute the system s bit error rate (BER). Also, display
the transmitted and received signals in a scatter plot.
https://www.eeworm.com/dl/885491.html
技术资料
MATLAB图形绘制基本技术
3.1 MATLAB基本二维图形绘制3.2 plot 命令使用3.3 loglog、semilogx、semilogy、polar3.4 二维曲线的标注3.5 二维图形
https://www.eeworm.com/dl/665/464508.html
matlab例程
P3.20. Consider an analog signal xa (t) = sin (2πt), 0 ≤t≤ 1. It is sampled at Ts = 0.01, 0.05, and
P3.20. Consider an analog signal xa (t) = sin (2πt), 0 ≤t≤ 1. It is sampled at Ts = 0.01, 0.05,
and 0.1 sec intervals to obtain x(n).
b) Reconstruct the analog signal ya (t) from the samples x(n) using the sinc interpolation
(use &#8710 t = 0.001) and determine the frequency ...
https://www.eeworm.com/dl/665/464501.html
matlab例程
P3.18. An analog signal xa(t) = sin (100πt) is sampled using the following sampling intervals. In e
P3.18. An analog signal xa(t) = sin (100πt) is sampled using the following sampling intervals. In
each case plot the spectrum of the resulting discrete-time signal.
Ts= 0.1 ms, Ts= 1 ms, Ts = 0.01 Sec
https://www.eeworm.com/dl/668/178718.html
其他行业
unix或linux下的DNA分析软件源码 其功能如下 1. Edit up to 256 peptide or DNA sequences simultaneously. 2. Transla
unix或linux下的DNA分析软件源码
其功能如下
1. Edit up to 256 peptide or DNA sequences simultaneously.
2. Translates DNA->protein click next to display next frame.
3. Dot matrix plot of any 2 sequences.
4. Rudimentary amino acid statistics (MW and amino acid percentage)
5. Saves ma ...
https://www.eeworm.com/dl/665/327235.html
matlab例程
本算法包括最大似然估计
本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!
https://www.eeworm.com/dl/844142.html
技术资料
Matlab绘图教程(大量实例PPT)
二维数据曲线图plot函数的基本调用格式为:plot(x,y)其中x和y为长度相同的向量,分别用于存储x坐标和y坐标1.plot函数的输入参数是矩阵形式时(1) 当x是向量,y是有一维与x同维的矩阵时,则绘制出多根不同颜色的曲线。曲线条数等于y矩阵的另一维数,x被作为这些曲线共同的横坐标。(2) 当x,y是同维矩阵时 ...
https://www.eeworm.com/dl/665/219164.html
matlab例程
MIMO多天线收发 各种性能比较(BER曲线) 包括MMRC EGC SC Alamouti V-BLAST。信道为瑞利信道
MIMO多天线收发 各种性能比较(BER曲线) 包括MMRC EGC SC Alamouti V-BLAST。信道为瑞利信道,有2种,相关和非相关。测试仿真结果 请运行文件名带plot的。
https://www.eeworm.com/dl/637/475885.html
多国语言处理
H=CIRCLE(CENTER,RADIUS,NOP,STYLE) This routine draws a circle with center defined as a vector
H=CIRCLE(CENTER,RADIUS,NOP,STYLE)
This routine draws a circle with center defined as
a vector CENTER, radius as a scaler RADIS. NOP is
the number of points on the circle. As to STYLE,
use it the same way as you use the rountine PLOT.
Since the handle of the object is r ...