搜索资源列表
SSE2优化 离散余弦变换
- vc写的SSE2优化离散余弦变换-vc write SSE2 optimization Discrete Cosine Transform
图像离散余弦变换
- 此程序可实现广为应用的离散余弦变换(DCT).-the program can actualize image discrete cosine transform which is widely used.
对图像进行离散余弦变换处理的源代码
- 对图像进行离散余弦变换处理的源代码 很实用的-images of discrete cosine transform the source code is very useful
2维图像离散余弦变换
- 二维图像离散余弦变换:数字图像处理常用例程,可执行文件在Release中,具体说明见Readme。-two-dimensional discrete cosine transform image : Digital image processing routines used, in the Release executable file, specify see readme.
16位定点DSP上实现离散余弦变换
- 平台:ADSP21xx 编程语言:ASM 说明:ADSP21xx-离散余弦变换在16位定点DSP上实现-platforms : ADSP21xx Programming Language : ASM : ADSP21xx - Discrete Cosine Transform in 16-bit fixed point DSP Implementation
升余弦滚降系统的眼图和功率谱
- 升余弦滚降系统的眼图和功率谱,滚降系数为0.5.发送码元取值为0、2.-Raised Cosine the eye and power spectrum, roll-off factor of 0.5. This code value for 0,2 billion.
最佳升余弦滚降系统的多径传输
- 最佳升余弦滚降系统的多径传输. 滚降系数0.5, 取样时间无偏差.-best Raised Cosine system multipath transmission. Roll-off coefficient of 0.5, sampling time without deviation.
升余弦数字成形
- m文件
VB自制支持正弦、余弦、平方、阶乘的计算器
- VB自制一个支持正弦、余弦、平方、阶乘的数学计算器,还可进行开平方、指数、对数、倒数的运算,虽然功能还不是很强大,但作为自己学习VB的技巧总结,希望能帮助像我水平相当的朋友,也希望高手莫笑话哦。
开方升余弦
- 这是升余弦滤波器的具体函数
MATLAB的4PSK,卷积,余弦滚降,眼图,信道估计仿真
- MATLAB的4PSK,卷积,余弦滚降,眼图,信道估计仿真
SSE2优化 离散余弦变换
- vc写的SSE2优化离散余弦变换-vc write SSE2 optimization Discrete Cosine Transform
升余弦滚降系统的眼图和功率谱
- 升余弦滚降系统的眼图和功率谱,滚降系数为0.5.发送码元取值为0、2.-Raised Cosine the eye and power spectrum, roll-off factor of 0.5. This code value for 0,2 billion.
最佳升余弦滚降系统的多径传输
- 最佳升余弦滚降系统的多径传输. 滚降系数0.5, 取样时间无偏差.-best Raised Cosine system multipath transmission. Roll-off coefficient of 0.5, sampling time without deviation.
图像离散余弦变换
- 此程序可实现广为应用的离散余弦变换(DCT).-the program can actualize image discrete cosine transform which is widely used.
对图像进行离散余弦变换处理的源代码
- 对图像进行离散余弦变换处理的源代码 很实用的-images of discrete cosine transform the source code is very useful
根升余弦滤波器
- 产生根升余弦滤波器,并绘制其成型滤波,频域图(Generatging Nyquist filter, and plot the figure of Frequence-Amptitude)
2余弦变换
- 2余弦变换-《MATLAB数字图像处理:从仿真到CC++代码的自动生成》(2 cosine transform - MATLAB digital image processing: automatic generation from simulation to cc-+ code)
SCA:用于解决优化问题的正弦余弦算法
- 用于求解单目标优化问题的正弦余弦算法。 SCA创建多个初始随机候选解决方案,并要求它们使用基于正弦和余弦函数的数学模型向外波动或朝向最佳解决方案。几个随机和自适应变量也被集成到该算法中,以强调在不同的优化里程碑中探索和利用搜索空间。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(Sine-cosine algorithm for solving single objective optimization problems. S