搜索资源列表

  1. tongbu_jiazhentou

    0下载:
  2. 64路OFDM系统MATLAB仿真,采用桢头同步,信道编码采用(7,4)汉明码,信道估计及修正采用LS方法,峰均抑制采用直接削波的方法,希望对大家有所帮助。-64 Road OFDM system MATLAB simulation, using the first-ching synchronization, channel coding used (7,4) hamming code, channel estimation and
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:xiaoyuer
  1. deduceR

    0下载:
  2. 是一个通过削波来减少OFDM的PAPR的示范,有图示-Is an adoption of clipping to reduce the PAPR of OFDM model, there are icons
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:fan
  1. caijiansu

    0下载:
  2. 对一个不断转动的茶壶进行三维裁剪动画,按鼠标右键停止转动,继续按右键可以观看不同裁剪平面的效果-Of a continuous three-dimensional rotating cutting teapot animation, click the right mouse button to stop rotating, right-click can continue to watch the effects of differe
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:1061888
    • 提供者:明明
  1. Cohen-Sutherland

    0下载:
  2. 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shape
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:
  1. Cohen_Sutherland

    0下载:
  2. 利用Visual C++编写的Cohen_Sutherland直线裁剪算法演示程序,图形界面,可以拖拉画直线,裁剪窗口大小可以自由变换,也可以准确定位输入直线和点-The use of Visual C++ Prepared Cohen_Sutherland line clipping algorithm demo program, graphical interface, you can drag and drop drawing a
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:31744
    • 提供者:wuyiliang
  1. SHPCA

    0下载:
  2. a Ploygon Clipping algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:rand123
  1. centrklipf0

    0下载:
  2. Matlab simulinkMatlab center clipping
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:db.fish2
  1. ClipRgn

    0下载:
  2. 多边形裁剪算法的实现,使用做多变形 绘制测试-Polygon clipping algorithm implementation, the use of testing to do many deformation mapping
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:63488
    • 提供者:adfsa
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectan
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1444864
    • 提供者:lixuan
  1. ber_OFDM_64s_1e4_withclipping_snr20_differCR_1_2_3

    0下载:
  2. 限幅方法降低OFDM系统误码率,不通限幅率的比较曲线-reducing the OFDM PAPR with different CR in Clipping methord
  3. 所属分类:3G开发

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:liyong
  1. CohenSoutherlandLineClipping

    0下载:
  2. Cohen-Southerland线段裁剪算法的Matlab程序-Cohen-Southerland Line Clipping Algorithm in Matlab procedures
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:章礼平
  1. PolygonClipping

    0下载:
  2. 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:章礼平
  1. draw2

    0下载:
  2. 多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。-Polygon clipping process: it is more commonly used method of cutting: Sut
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:65536
    • 提供者:tomomoon
  1. cg2

    0下载:
  2. program to implement liang barsky line clipping algorithm
  3. 所属分类:界面编程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:opengl
  1. Bit_error_rate_performance_of_lightwave_hybrid_AM_

    0下载:
  2. 摘 要:本文分析了在限幅噪声和高斯噪声环境下,在HFC 网中混合传输AM/ OFDM信号时的误 码特性,并与单载波AM/ QAM系统进行比较,结果表明OFDM系统由于多个子通道的稀释作用,其 抗限幅噪声性能比单载波系统好。 关键词:正交频分复用 HFC 网 限幅噪声 误码率-Abstract :Theoretical analysis is presented for the BER performance of hybri
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-21
    • 文件大小:150528
    • 提供者:king
  1. shiyan4

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutti
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:566272
    • 提供者:jing
  1. include2

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a s
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:zhanyun
  1. Clipping-utf-8

    0下载:
  2. Clipping news of Daum, Naver and Omynews. When you want to subscribe web news, you can use or develop a clipping program.
  3. 所属分类:WEB源码

    • 发布日期:2024-05-21
    • 文件大小:32768
    • 提供者:byfun
  1. Cohen-Sutherland

    0下载:
  2. 用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:Aboy
  1. cg

    0下载:
  2. 在画图系统中实现圆的生成算法,使圆支持异或模式、实现橡皮筋直线、圆、矩形、实现多边形裁剪、实现基本几何变换(平移)、实现B样条曲线 -In the drawing system to achieve a circle generation algorithm, so that won to support different or models to achieve a rubber band straight, round, re
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:23552
    • 提供者:沈静
« 1 2 34 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org