搜索资源列表
PCM
- 利用Matlab仿真脉冲编码调制(PCM)及A律、μ律PCM对声音进行压缩编解码过程。 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式。波形编码器的作用是对采样后的信号样本进行量化和编码。从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM可分为均匀量化PCM和对数
linecodeFCN
- this are some line codes for the digital modulation in matlab
Codes
- The main code is called "comparison of equalization schemes". It uses functions, defined seperately to compute the bit error rate for different typs of equalizers. That means times domain equalizer (TDE) with minimum mean square (MMSE) and zero
polar
- GUI for different line codes
cdma2000-codes
- cdma2000的Turbo码模拟,从编码到传输到解码,最后输出信噪比误码率曲线-the simulation of cdma2000 turbo code,from code to transport to decode,and the output is the line line of snr to ber
Computational_Electrodynamics-the_FDTD_method
- Computational Electrodynamics - the FDTD method (2nd Edition) 3 Dimensional FDTD codes implemented by Matlab and include Dey-Mittra Mesh Generator. The Dey-Mittra Mesh Generator allows you to input a 2-d geometry to solve scattering problems.
codes
- KALMAN 滤波器 辅助 在线足球运动员跟踪 球赛是由模拟器生成的日志文档 此程序只实现如何利用kalman滤波器 对2维平面上的 运动物体进行跟踪 不涉及任何图像处理的东西-Kalman filter assisted on-line multiple objects tracking on simulated robot soccer match log file. The tracking system is working on preprocessed data, so no ima
LOS-Channel-Gain
- MATLAB Codes for Calculate the line of sight Channel Gain-MATLAB Codes for Calculate the line of sight Channel Gain
Matlab-Codes
- Hough line detection and display Discrete Wavelet Transform matlab code without using standard functions
Line-Codes
- Line Codes GUI MATLAB including UNIPOLAR, POLAR and others
Visual C++数字图像处理技术详解(源代码)
- 《Visual C++数字图像处理技术详解》的源代码,《Visual C++数字图像处理技术详解》以数字图像处理技术为主线,全面地介绍在Visual C++环境下进行数字图像处理程序设计的方法。内容涵盖了数字图像的变换、增强、复原、重建、形态学处理、分割、匹配、压缩编码、特效处理等,各种方法均给出基本原理、典型算法、Visual C++源码及综合应用案例。同时,《Visual C++数字图像处理技术详解》还介绍了Visual C++与VTK、OpenCV和MATLAB等开发平台相结合进行数字图像
SVD_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o