搜索资源列表
THD
- 可计算任意波形THD的小工具,非常方便;修改其输入波形即可得出结果-A tool for calculate THD
fft
- 用于计算任意波形fft结果的Matlab工具-A matlab tool for wave fft calculating
matlab_figure_control
- matlab中对任意figure中的数据图像部分放大,源程序中附有随机波形的例子。-matlab figure in the data for any part of the image magnification, the source program with a random waveform example.
gui_hdb3
- 这是一个HDB3码型转换的GUI程序,可以实现对任意输入的序列进行AMI hdb3的编码解码的波形输出。-This is a converter of the HDB3 code GUI program can be achieved for any input sequence AMI hdb3 coding and decoding of the waveform output.
generate_arb_waveform
- matlab 控制 AWG(任意波形发生器) 的代码。- This is the machine generated representation of an instrument control session using a device object.
DSP
- 任务: 1) 借助MATLAB画出误差性能曲面和误差性能曲面的等值曲线(参考PPT2.1第17页的两幅图); 2) 写出最陡下降法以及LMS算法的计算公式(取 ); 3) 用MATLAB产生方差为0.05, 均值为0白噪音S(n),并画出某次采样得到的波形(即产生任意一个噪声随机序列); 4) 根据 2)中的公式,并利用 3)中产生的S(n),在 1)中的误差性能曲面的等值曲线上叠加画出采用最陡下降法以及LMS法时H(n)的在叠代过程中的轨迹曲线(参考PPT2.1第17页的右下图
eemd
- EEMD函数的.m文件。对任意格式的数据进行系踪经验模式(EEMD)分解。在语音处理中可以用于通过对不同级数的分解波形中提取基音频率-EEMD function. M file. Performed on the data system to track any format empirical model (EEMD) decomposition. In speech processing can be used by extracting the pitch frequency of the
sinx_16_xiebo
- matlab程序,可任意生产波形,包括正弦波,谐波或者叠加的n次谐波,也可产生mif文件 -matlab procedures, arbitrary waveform production, including sine wave, or a superposition of harmonic n harmonics can produce mif file
NEC
- matlab编写实现NEC编码,结合任意波形发生器,采样率50K-matlab prepared to achieve NEC coding, combined with an arbitrary waveform generator, sample rate 50K
Matlab-1024QAM
- 基于Matlab产生1024QAM程序,然后导入到任意波形发生器AWG中,最后由示波器进行采样离线分析的程序。可以结合硬件学习这整个过程。-Matlab based programs produce 1024QAM program, and then imported into the arbitrary waveform generator AWG, the last off-line analysis by the sampling oscilloscope. You can learn t
hunmou
- 课程设计时编写的matlab程序代码,该函数用来计算任意函数的一阶偏导数(数值方法),进行波形数据分析。- Course designed to prepare the matlab program code, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Waveform data analysis.
Fractional_Delay_FIR
- 功能描述: 小数延迟FIR滤波器,对参考阵元信号signal_ref进行 length(tau) M次延迟,分别得到M个阵元的采样信号 关键问题: 若τ 1.2Ts,则Delay(i) 2,tau_valid(i) 0.2Ts 若τ 0.6Ts,则Delay(i) 1,tau_valid(i) -0.4Ts 当tau_valid(i)>0或<0时,从卷积后的数据y_FIR_delay中取值启示位置不同 函数能够实现输入任意延时tau,输出信号波形与理