Welcome![Sign In][Sign Up]
Location:
Search - scatterplot

Search list

[matlabmyMPSK

Description: MPSK m-ary phase shift keying, modulation demodulation, scatterplot noisy 32 bit
Platform: | Size: 1024 | Author: Batir | Hits:

[Program docQASk

Description: Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end figure(2) - Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end figure(2)
Platform: | Size: 1024 | Author: naresh | Hits:

[Program docUntitled5

Description: Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end figure(2) plot(A) - Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end figure(2) plot(A)
Platform: | Size: 1024 | Author: naresh | Hits:

[Program docquapsk

Description: Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end- Quaternary Amplitude Shift Keying clear all M=3 NPoints=input( Enter the number of points>> ) NumberBits=input( Enter the number of points per bit>> ) Signal Constellation of ASK for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end scatterplot(data) grid on for i=1:round(NPoints/NumberBits) m=round(rand(1)*3) for j=1:NumberBits A(i,j)=2*m-1-M end end
Platform: | Size: 1024 | Author: naresh | Hits:

[Otherscatterplot

Description: 基于对话框模式的星座点显示,采用TChart控件,利用了该控件的各种属性-the scatterplot showing based on Tchart control in the c++ Builder
Platform: | Size: 420864 | Author: 天天 | Hits:

[matlabScatterplotgui

Description: this gui that shows we can use scatter plot in gui . because if directly use scatterplot fuction ,the new figure is open that is not our desire.
Platform: | Size: 5120 | Author: hamedvahedian | Hits:

[matlabmatlabfun

Description: 信源函数 randerr 产生比特误差样本 randint 产生均匀分布的随机整数矩阵 randsrc 根据给定的数字表产生随机矩阵 wgn 产生高斯白噪声 信号分析函数 biterr 计算比特误差数和比特误差率 eyediagram 绘制眼图 scatterplot 绘制分布图 symerr 计算符号误差数和符号误差率 信源编码 compand mu律/A律 压缩/扩张 dpcmdeco DPCM(差分脉冲编码调制)解码 dpcmenco DPCM编码 dpcmopt 优化DPCM参数 lloyds Lloyd法则优化量化器参数 quantiz 给出量化后的级和输出值 误差控制编码 bchpoly 给出二进制BCH码的性能参数和产生多项式 convenc 产生卷积码 cyclgen 产生循环码的奇偶校验阵和生成矩阵 cyclpoly 产生循环码的生成多项式 decode 分组码解码器 encode 分组码编码器 gen2par 将奇偶校验阵和生成矩阵互相转换 gfweight 计算线性分组码的最小距离 hammgen 产生汉明码的奇偶校验阵和生成矩阵 rsdecof 对Reed-Solomon编码的ASCII文件解码-#include <math.h> #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <float.h> #include <string.h> #include <stdarg.h> #include "svm.h"
Platform: | Size: 5318656 | Author: little863 | Hits:

[matlabXY3DDensityPlot

Description: 2011版 3D密度图形生成程序。 可用于就有两个变量的函数对其视觉化。 图形的每一个点代表一个密度值。-XY3DDensityPlotView is used to visualize the density of points described by two variables X and Y, as a surface plot. This may be useful when points are densely packed and overlapping, as in this case a scatterplot may be limited in revealing their actual distribution.
Platform: | Size: 56320 | Author: Tu Shu | Hits:

[GDI-BitmapBuildTin

Description: 用散点数据建立不规则三角网(tin) 关键字:散点,三角网-Scatterplot data to set up with irregular triangle nets (tin) Key word: scatterplot, triangle nets
Platform: | Size: 1610752 | Author: 范克楠 | Hits:

[Special Effectskjunzhiduolei

Description: k均值聚类,类数可以自行指定,输出散点图,红色十字为聚类中心-K-means clustering, the class number can be specified on its own, the output scatterplot chart, and the Red Cross for clustering center
Platform: | Size: 2048 | Author: 宋明 | Hits:

[matlabcomm_eg_constgray

Description: Plot a 16-QAM signal constellation with annotations that indicate the mapping from integers to constellation points. The solution uses the scatterplot function to create the plot and the text function in MATLAB to create the annotations.-Plot a 16-QAM signal constellation with annotations that indicate the mapping from integers to constellation points. The solution uses the scatterplot function to create the plot and the text function in MATLAB to create the annotations.
Platform: | Size: 1024 | Author: Dom | Hits:

[Mathimatics-Numerical algorithmsjiaodujisuan

Description: 实现众多散点图形的角度计算,按区域拟合曲面,也可以按步长控制计算-Achieve many scatterplot shaped angle fitting surface area, can also be calculated according to the step size control
Platform: | Size: 1024 | Author: 王华 | Hits:

[File FormatExcel

Description: Excel画平滑曲线散点图.看走势。在excel 下有用。-Excel draw a smooth curve scatterplot
Platform: | Size: 52224 | Author: lxa | Hits:

[matlablowess

Description: LOWESS, Locally Weighted Scatterplot Smoothing for linear and non-linear data (enhanced)- LOWESS- Locally Weighted Scatterplot Smoothing Modifications: This regression will work on linear and non-linear relationships between X and Y.
Platform: | Size: 43008 | Author: shijie | Hits:

[ELanguagescatterplot

Description: scatter plot drawing
Platform: | Size: 1024 | Author: Hessam | Hits:

[matlabhuitu

Description: 这是一个绘制散点图的简单MATLAB程序代码,数据可自己更改,经供参考-This is a simple MATLAB code, draw scatterplot data to change myself, for reference
Platform: | Size: 1024 | Author: jone | Hits:

[Other4

Description: 5、绘制散点图。 对发射和接收信号利用scatterplot函数可显示信号星座图的样子及噪声对信号造成的失真程度。在该图中,横轴代表了信号的同相分量而纵轴代表了正交分量。下面的代码还利用了 对接收信号利用modem.deqammod对象的demodulate方法进行解调。解调结果为包含0到15之间整数的列向量。 -5, draw a scatter plot. The transmitted and received signals can be displayed using a function of the degree of distortion scatterplot like and noise signals caused by the signal constellation of FIG. In this figure, the horizontal axis represents the in-phase component signal and the vertical axis represents the quadrature component. The following code is also used to demodulate the received signal using the method of demodulating modem.deqammod object. Demodulation result is an integer from 0 to 15 comprising a column vector.
Platform: | Size: 7168 | Author: 任帅 | Hits:

[Picture ViewerDeskto32p

Description: matlab课程编程【谷速软件】颜色编码的散点图-Courses matlab software programming speed [Valley] color-coded scatterplot
Platform: | Size: 13312 | Author: 张涵 | Hits:

[DSP programscatterplot

Description: scatterplot in scilab environment
Platform: | Size: 12288 | Author: satish | Hits:

[matlabscatterplot

Description: 画散点图,显示RMSE,预期误差等要素。带有出图效果示例图。(Draw a scatterplot, which displays RMSE and expected error line and so on)
Platform: | Size: 189440 | Author: lidinf | Hits:
« 12 »

CodeBus www.codebus.net