搜索资源列表
3Matlab
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
p-5
- 这是在MATLAB上GPS的仿真程序,对初学者很有帮助
crc_coder
- 利用Matlab生成给定P生成多项式的CRC编码程序
LDPC编码译码MATLAB代码
- 基于随机生成的ldpc编码,AWGN信道,基于对数似然比的BP译码,可在不同的信噪比下得到不同的误码率
Pmode.rar
- 根据GPS中P码生成的原理,用matlab仿真实现了P码的生成,GPS code generated in accordance with the principle of P, using matlab simulation code is generated to achieve a P
u-blox.rar
- u-blox的GPS模块LEA-5x信号强度检测软件,u-blox s GPS Module LEA-5x signal strength detection software
GPS_INS_integratede_PPT
- 加拿大卡尔加里大学的INS/GPS组合导航设计讲义,设计思路很清晰,适合初学者。-The University of Calgary, Canada INS/GPS integrated navigation design notes, design ideas very clear, suitable for beginners.
turboCodeSimulate
- turbo码的matlab仿真源程序,比较详细,包你满意-Simulation of turbo code matlab source, more detailed, including your satisfaction
LEACH
- Taken from other people, LEACH routing protocol source code using Matlab
DigitalbasebandtransmissionsystemimplementationMAT
- 数字基带传输系统的MATLAB仿真实现 function [sampl,re_sampl]=system_1(A,F,P,D,snr,m,N) 输入变量A ,F,P分别为输入信号的幅度、频率和相位,D为量化电平数,snr 为信道信噪比,N为D/A转换时的内插点数;输出变量sampl为抽样后的输入 信号,re_sampl为恢复出的输入信号。 数字基带传输系统的MATLAB仿真实现 [sampl,quant,pcm]=a_d_1(A,F,P,D) [change
alliances
- R. Lin and A.P. Petropulu, 揂 New Wireless Medium Access Protocol Based On Cooperation,擨EEE Trans. on Signal Processing, vol. 53, no. 12, pp. 4675-4684, December 2005. (MATLAB code).
multichannel_alliances
- L. Dong and A. P. Petropulu, 揗ultichannel ALLIANCES: A Cross-layer Cooperative Scheme for Wireless Networks,擨EEE Trans. on Signal ProcessingJanuary 2008. (MATLAB Code)-L. Dong and A. P. Petropulu, 揗ultichannel ALLIANCES: A Cross-layer Cooperative S
GPS_theroy_and_matlab
- GPS入门的经典图书《GPS基本原理及其matlab仿真》的PPT课件-GPS Introduction to the classic book " GPS and the basic principles of matlab simulation" of the PPT Courseware
Phasell
- 基于matlab的锁相环的仿真,注释详尽-Phase-locked loop based on matlab simulation, comments in detail
da1
- HELP: coherent_ML_receiver function [separated_data]=coherent_ML_receiver(received_signal,H,code_name,rate,num_code,modulator) Perform Maximum Likelihood Space Time Decoding. The function can be computionnaly expensive if the modulation
das6
- function [separated_data]=coherent_ML_receiver(received_signal,H,code_name,rate,num_code,modulator) HELP: coherent_ML_receiver Perform Maximum Likelihood Space Time Decoding. The function can be computionnaly expensive if the modul
routing
- clc clear n=input( Total node= ) if n > 6 error( not <6 ) end alphabets= char(65:1:65+n) adj=zeros(n,n) for p=1:n for q=1:n adj(p,q)=input([ Enter Weight between [ ,alphabets(p), ] , [ ,alphabets(q), ] = ]) end e
MIMO(book-P-source-code)
- Space-time codes and MIMO systems(book+source) space-time trellis codes-matlab simulation Space Time Processing for MIMO Communications - Wiley MIMO Channels and Space-Time Coding(Course)-Space-time codes and MIMO systems(book+source) spac
混沌程序
- 混沌时间序列的判断及应用,求时间延迟,关联积分,利用G-P方法计算混沌吸引子等(The judgement and application of chaotic time series)
GPS-L1信号频谱
- GPS信号频谱,matlab语言,里面有CA码和P码的子文件,最后将各信号频谱画出来。(GPS signal spectrum, MATLAB language, there are ca code and P code sub file, finally the signal spectrum will be drawn.)