搜索资源列表
fft&conv
- 快速傅立叶变换和圆周卷积的通用MATLAB源程序,非常有参考价值
matlab
- 用impz()函数求冲激响应:用filter()函数求冲激响应 用filter()函数求余弦输入响应:用conv()函数求余弦响应:
conv
- matlab中计算数列子相关和互相关的程序
conv
- convolutional coding matlab仿真代码,仅供参考
matlab
- 在MATLAB中,信号S经过信道H卷积后生成接收信号V,V=conv(S,H),从V和H反卷积
CIC滤波器matlab代码
- CIC滤波器matlab代码 D=5; r=D; fs=1e5; S3_cic=conv(conv(ones(1,D),ones(1,D)),ones(1,D)); %三个单级卷积 [h3,f3]=freqz(S3_cic,1,1000,fs); plot(f3/(fs/2),20*log10(abs(h3))-max(20*log10(abs(h3))),'r','LineWidth',1.4) ylabel('\fontsize{12}\bf幅度响应(dB)') xlabel('\fonts
junji.计算一维和二维卷积
- 计算一维和二维卷积,基本可以替代Matlab中的conv和conv2函数,程序很方便就可以移植成C语言..,Calculation of one-dimensional and two-dimensional convolution, the basic alternative to Matlab' s conv and conv2 function, the procedure can be easily transplanted into a C language ..
conv.rar
- 通过matlab实现对dsp的仿真 基本的离散信号处理如卷积 圆周卷积等,matlab dsp signal
conv
- GPS 定位经纬度格式的转换,读转度分转度分秒,三者可以相互转换-change the GPS logititude and latitude
conv
- 利用DFT和IDFT计算x(n)和y(n) 的10点、15点、20点圆周卷积,然后与线形卷积结果画图比较-Calculated using DFT and IDFT x (n), and y (n) 10 points, 15 points, 20 points cyclic convolution, and then drawing comparison with the linear convolution result
conv
- matlab 卷积码的仿真,很好很实用 经过了测试的-matlab simulation of convolutional codes
conv_m
- 离散卷积 离散卷积用于离散信号中,次程序是用MATLAB编写的-Discrete convolution of discrete convolution for discrete signals, sub-process is prepared using MATLAB
FIR
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir
conv
- 卷积编译码的matlab仿真,包括1/2,2/3 3/4三种信道卷积编译码-Matlab simulation of convolutional encoding and decoding, including 1/2, 2/3 3/4 convolutional encoding and decoding three-channel
conv
- 使用matlab计算输入信号的卷积快速卷积,对卷积的原理进行说明-conv
conv
- Convolutional coder generates redundant bits using Modulo 2 additions. It can be viewed as a finite state machine that consists of a number of shift register stages.
conv
- 调用MATLAB命令conv()函数,编写离散信号卷积和的通用程序dconv( )-Call the MATLAB command conv () function, the preparation of discrete signal convolution and the general program dconv ()
conv
- 用matlab实现了对于离散系列在时域上求其现行卷积-Achieved with matlab for the discrete series in the time domain convolution seek their existing
c-juanji--conv
- 求局部最小值与卷积,lmax为MATLAB的历程 工程里是具体的c函数-Find local minimum and convolution, lmax for the project in the history of MATLAB is the specific function of c
prgm
- matlab programs used to calculate conv,autocorrelation,dft, idft,etc