搜索资源列表
lms-50Hz
- 采集到的50Hz电源信号送至信号处理器作为参考信号,该参考信号在信号处理器中需经HILBERT变换变成两路正交正余弦信号X1、X2,然后采用自适应滤波器算法滤掉有用信号中的50Hz信号。
CurveSinCos
- 一个绘制图画的例子,主要是在C#中画出正余弦曲线等
programmer1
- 在MCS51上实现计算器的功能模块 (完成加减乘除正余弦开方正余切E的幂和对数等的运算,使用了Cx51标准库函数中math.h)
信号发生器产生正余弦信号
- 利用汇编编写的正余弦信号发生器,此信号发生器取得良好的效果
imagetransformationbymatlab
- 1.图像频域处理正交变换的matlab实例 2.含有的频域变换内容如下: 正交变换通用算子 傅立叶变换 傅立叶变换的原理 傅立叶性质 二维离散傅立叶变换( 2DDFT ) 快速傅立叶变换( FFT ) 傅立叶变换的研究与应用 离散余弦变换 DCT 变换矩阵 dct2 函数和 dctmtx 函数 Walsh- Hadamard 变换 Radon 变换 -1. Im
VCHUNDAN
- 第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)-image processing orthogonal transformation (Fourier transform, discrete cosine
zhengjiaobianhuan
- 本程序实现图像的正交变换,包括傅立叶变换,离散余弦变换,沃尔什变换。-This procedure realize orthogonal transformation images, including Fourier transform, discrete cosine transform, Walsh transform.
lms-50Hz
- 采集到的50Hz电源信号送至信号处理器作为参考信号,该参考信号在信号处理器中需经HILBERT变换变成两路正交正余弦信号X1、X2,然后采用自适应滤波器算法滤掉有用信号中的50Hz信号。-Collected 50Hz power signal to the signal processor as a reference signal, the reference signal in the signal processor requir
CurveSinCos
- 一个绘制图画的例子,主要是在C#中画出正余弦曲线等-Example of a picture drawn, mainly in the C# In the cosine curve is drawn
Transform
- 图像正交变换的实现,包括一维离散傅里叶变换,二维离散傅里叶变换,离散余弦变换-Orthogonal transformation of the realization of images, including one-dimensional discrete Fourier transform, two-dimensional Discrete Fourier Transform, Discrete Cosine Transform
cossin
- 数字信号源,输出不同频率,相位的正余弦信号,-Digital signal source, the output of different frequency, phase is the cosine signal,
cordic
- 基于cordic算法的正余弦信号发生器,通过编译仿真-Cordic algorithm is based on the cosine signal generator, through the compiled simulation
fpgafsk
- 至于FSK调制原理就不多说了,这里做的一个实验是二进制频移键控。发送一组码元,通过响应的键控电路监测是发1还是发0然后选择频率控制正余弦电路波形。-see
DDS
- 本代码可以用于产生正余弦信号波形,利用FPGA内部的ROM放置一个正余弦采样点的数据表格,通过循环取址的方法,实现波形连续输出。-This code can be used to generate positive cosine signal waveforms, using FPGA' s internal ROM to place a sampling point is the cosine of the data table
sincos
- 实现正余弦函数Verilog语言的生成...............(sine wave generator by using verilog)
SinCosTable
- 为了解决STM32等编写 fft任意点计算的查表计算问题,可以实现任意点的10位精度的正余弦表。(for STM32 and other MCU, for FFT calculatings.)
cordic02
- 利用CORDIC旋转因子的办法实现FPGA的各种必须函数,这里只要实现正余弦函数(The use of CORDIC rotation factor method to achieve the various functions of FPGA, here as long as the realization of sine and cosine function)
图像正交变换
- 在MATLAB环境中,进行图像的离散傅里叶变换和离散余弦变换 在MATLAB环境中,进行图像的离散小波变换,观察子带对重建图像的影响,理解小波变换的多分辨率特性(In the MATLAB environment, the image of the discrete wavelet transform, observe the sub-band on the reconstruction of the image, understand
MFC绘制二维坐标系及正余弦函数
- 实现MFC绘制二维坐标系及正余弦函数源码,仅作参考