搜索资源列表
yongyuchansheng512dianshuju
- MATLAB用于AWGN信道中产生512点算法!-MATLAB for AWGN channel generated 512 points algorithm!
pm_estimate
- 利用周期图法对序列的功率谱进行估计。数据窗采用汉明窗。假设在白噪声中分辨这三个不同频率的正弦信号,其相位是均匀分布在2PI的独立随机变量,而 是一个单位白噪声.生成50个长度为N=512的 的样本序列集合。 -use map cycle sequencing method of the power spectrum estimation. Data window using Hamming window. Assume that the white noise to differentiat
samp7_2
- matlab采用512个频率点绘制各种窗函数的幅频特性
segmeeeeeeeeeeeeeee.tar
- A general technique for the recovery of signicant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (includi
windowsfunction
- 用matlab编程,采用512个频率点绘制各种窗函数的幅频特性。 -Using matlab programming, 512 frequency points using a variety of window functions mapping amplitude-frequency characteristics.
POLYPHASE
- 信号多相滤波matlab 实现32 信道滤波,滤波阶数为512-Polyphase filter matlab signal channel 32 filter, filter order 512
LFM_radar_simulation
- 文件中包含word文档报告 设雷达采用匹配滤波完成脉冲压缩,采集频率fs=420MHz,仿真雷达回波,并绘出家Hamming窗前后的脉压波形。(提示:通过正确设定采集波门,减少数据量) 设雷达采用Dechirp方式完成脉冲压缩,其中参考距离位于(0,0),采集频率为10MHz,距离采样点数512点,仿真雷达回波,并绘出加Hamming窗前后的脉压波形(提示:通过正确设定采集波门,减少数据量)。-Word document file contains the report of the
ls
- 用LS算法实现共512个数据的预测,并得到误差平方的仿真图-LS algorithm with a total of 512 data, forecasts, and get squared error of the simulation diagram
slmpapr251
- slm method for papr ofdm.10000,working.for d=2,3,N=512 256 1024.slm method for papr ofdm.10000,working.
dct
- M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:\ceshi\yuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:\ceshi\logistic_nuaa64.bmp ) figure imshow(J) xlabel(
Blind_recognition_STBC
- The zip file contains several matlab files. These files implement the optimal vlassifier (optimal_classifier.m), a sub-optimal classifier (SOS_STBC_Classifier.m) which is based on Second Order Statistic and a low-complexity sub optimal code-p
LinearBPM
- 这是一个简单的FFT为无电位1 +1 +1 Ð 薛定谔方程的光束传播方法。如果该软件灵活,允许引入的术语(如果是极少数需要包括色散效应高阶导数)。例如,如果一个人渴望解决的一个方程的形式: (四/ dz的+ Ð ^ 2/dx ^ 2 - 0.25 * Ð ^ 3/dx ^ 3)== 0 Ÿ 它可以解决使用以下代码: Ž = linspace(0,1,512) x = linspace(-5,5,1024) psi0 =进出口
meierdaopufadematlabshixian
- 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
test01
- 正弦光栅,通过这个程序,可以长生一个纵向的饿512*512的正弦光栅,并通过图像显示出来-a sin grating and it could be showned trough the matlab program
PVEInterpolation
- 实现图像的像素放大功能,插值放大法,例如将一副128*128的图像放大为512*512的图像,希望对大家有所帮助-Image pixel zoom function, interpolation magnify
score
- 对获得的512维小波特征进行了PCA降维处理,将特征空间降至100维,并采用前面得出的最佳系数针对多项式核函数和高斯径向基核函数-On access to the 512-dimensional wavelet features to reduce the dimension of the PCA, will feature space to 100 dimensions, and using the best coefficients obtained for the previous pol
Conv-OFDM-QPSK
- 512FFTOFDM系统仿真,包含卷积码和QPSK调制解调-BER performance simulation of 512 OFDM system, including convolutional code and QPSK
sim512fft
- 512点FFT程序,分10级蝶形运算完成。-512-point FFT program, sub-10 butterfly to complete.
Archive
- clear all close all clc x=ones(1,8) fx=fft(x,512) z=abs(fx) k=0:length(z)-1 plot(k,z)
FDMA
- FDMA算法的仿真程序。其中仿真参数:系统带宽为20M,子载波数位512,子载波间隔15KHZ-The FDMA algorithm simulation program。Simulation parameters: system bandwidth is 20M, digital sub-carrier 512, the subcarrier spacing 15KHZ