资源列表
[技术管理] Digital-Signal-Processing
说明:本文档主要介绍了数字信号处理相关的知识,包括傅立叶变换,离散傅立叶变换等,对其理论推导做了详细介绍。-This document describes the digital signal processing-related knowledge, including Fourier transform, discrete Fourier transform, its theoretical derivation introduced i<黄国庆> 在 2025-05-22 上传 | 大小:3.48mb | 下载:0
[行业发展研究] LightCrafter6500a900
说明:主要介绍了TI第三代DLP产品DLP LightCrafter 6500 & 9000 EVM。与之前的芯片组相比,它们不但可以为开发者提供分辨率更高的图像效果,而且还支持更长的波长和更快的刷新速率。联系人:Mary,电话:18257960803,邮箱:golden_fly@163.com-TI introduces third-generation DLP products DLP LightCrafter 6500 & 90<刘明> 在 2025-05-22 上传 | 大小:202kb | 下载:0
[文件格式] 2D-Al-junid-2013
说明:Coded modulation (CM) is the combination of forward error correction (FEC) and multilevel constellations. Coherent optical communication systems result in a four-dimensional (4D) signal space, which naturally leads<kc> 在 2025-05-22 上传 | 大小:532kb | 下载:0
[文件格式] eliminationgauss
说明:Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult<amine> 在 2025-05-22 上传 | 大小:37kb | 下载:0