搜索资源列表
crack
- Ask Modulation-it s very kool n ready for u guy to hit it up
matlab-homework2
- 设某信号 , N=20, 其中, 为白噪声。 求: 编程实现信号的DFT及其反DFT变换,画出原始信号、幅频特性和反变换后信号的曲线。 -Let a signal, N = 20, which, for the white noise. Demand: programming signal DFT and its inverse DFT transform, draw the original signal, the amplitude-frequency characteristic
bujindianji
- 对于CRC校验的算法有直接算法和改进算法,在matlab仿真中直接用CRC-N Genraor 模块,它可以自身编码 ,哪位高手知道,CRC-N Genraor 模块运用的原理属于不属于上面所说的直接算法-For CRC checksum algorithm has a direct algorithm and improved algorithm, matlab simulation directly CRC-N Genraor module that can encode itself, w
lrls1
- below is the matlab code for the rls algorithm for noise cancellation.can anybody explain me clearly what the code does with an example of N .
Spectral-Methods-in-MATLAB---Lloyd-N.-Trefethen.r
- Spectral Methods in MATLAB - Lloyd N. Trefethen
eliminationgauss
- Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult = A(i,k)/A(k,k) for j=k+1:n
Postprocessor
- 以MATLAB程序开发一个后处理器,产生N个样本的输入数据的直方图、PSD估计及自相关。运行后处理器的任何必要参数都通过参数文件输入,有后处理器读取。将零均值、单位方差的高斯过程的N=5000个样本通过巴特沃斯滤波器产生N个样本,这里的滤波器的截止频率为0.2fN,其中fN为奈奎斯特频率,用这样的样本测试后处理器。-MATLAB program to develop a post-processor to generate a histogram of N samples of input da