搜索资源列表
code.rar
- matlab用于信号发生器产生波形,正弦波,方波等,matlab for the signal waveform generator, sine wave, square wave, etc.
pinpu2
- 用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图,FFT实践及频谱分析-Matlab generated by sine wave, square wave, and the white noise signal, and display their time-domain waveform, FFT spectrum analysis of practice and
Discrete_Cosine_and_Sine_Transforms
- 继 Discrete Cosine Transform: Algorithms, Advantages, Applications (K. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/Sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余
address_sin
- 正弦值查找表是用matlab代码写的,根据量化地址来查找实际地址的正弦值-Sine value lookup table is written in matlab code, according to quantify the address to find the actual address of the sine value
lms
- 运用MATLAB设计一个LMS自适应滤波器,将一叠加在随机信号上的正弦干扰信号波滤除。-Use MATLAB to design a LMS adaptive filter, a random signal superimposed on the sine wave filter out signal interference.
simpleekf
- 本matlab程序实现了扩展kalman滤波,对一个随机生成的正弦信号进行EKF滤波,并画图展现对比。-This Matlab source code is the demo of Extended Kalman Filter,It s filter for randomly sine singal and plot the result。
bd
- 正弦发生器,可以根据自己的需要改变参数,实现仿真-an example solution of sine wave generator
DSP
- this file is about finding Fast fourier transform for given sine wave using FFT statement. i. with zero padding II. without zero padding
sine
- 用正弦插值法解决EMD分解过程中遇到的端点效应问题-Sine interpolation to solve the end effect problem encountered in the EMD process
sine
- 利用C语言编写的正弦函数发生的代码,实现提取正弦函数并显示,清除退出等功能-Code written in C, the sine function to extract the sine function and display clear exit functions
Sine-table-MATLAB
- 用MATLAB语言编写的源码可产生正弦波表,这个就是是数字信号获得正选值的方法 -Sine table MATLAB program
super-position-of-sine-waves
- matlab program for superposition of sine waves
code-to-get-sine-wave-in-emebbeed-matlab-function
- sine wave generetiion
Sine-curve
- 正弦函数,在0到2π区间,当有一个输入时,对应有一个输出,最后在matlab上显示出图像-Sine function, within the range of zero to 2 PI, when have an input, due to an output, and finally show the image in matlab
sine
- 正弦信号发生器的设计,正弦信号发生器的结构由3 部分组成。数据计数器或地址发生器、数据ROM 和D/A。性能良好的正弦信号发生器的设计要求此3 部分具有高速性能,且数据ROM 在高速条件下,占用最少的逻辑资源,设计流程最便捷,波形数据获最方便。下图是此信号发生器结构图,顶层文件SINGT.VHD 在FPGA 中实现,包含2 个部分:ROM 的地址信号发生器,由5 位计数器担任,和正弦数据ROM,拒此,ROM由LPM_ROM模块构成能达到最优设计,LPM_ROM底层是FPGA中的EAB或ESB等。
linear convolution, infinite impulse response, power spectral density, sine waveform
- linear convolution, infinite impulse response, power spectral density, sine waveform written in c run on code composer studio and kit dsk 6713
sine wave
- sine wave with specified frequencies at each interval
sine-wave
- sine wave with specified frequencies at each interval
sine
- This document have matlab code for sine wave and inverse descrete fourier transform and to generate noise signal
Computing-the-sine---interpolation-method
- This a classical method of computing a sine wave with the aid of a table.-This is a classical method of computing a sine wave with the aid of a table.