登录
首页 » matlab » ofdm_win

ofdm_win

于 2006-11-06 发布 文件大小:85KB
0 224
下载积分: 1 下载次数: 64

代码说明:

  OFDM,用于OFDM编程,采用MATLAB,可以学习OFDM调制,用与802。11A,802.16.AC。(OFDM for OFDM programming using MATLAB, we can learn from OFDM modulation, using the 802. 11 A, 802.16.AC.)

文件列表:

ofdmproj_win
............\ofdmproj_win
............\............\analysis.asv
............\............\analysis.m
............\............\a_filter_design.m
............\............\a_run_demo.m
............\............\a_test_data





............\............\...........\Icon
............\............\...........\short.wav
............\............\...........\shorter.wav
............\............\...........\sine440Hz.wav
............\............\...........\text.txt
............\............\...........\text_out.txt
............\............\...........\tone.wav
............\............\BasicGUI.m
............\............\BasicGUI.mat
............\............\basicgui_win.m
............\............\basicgui_win.mat
............\............\bin2eight.m
............\............\bin2pol.m
............\............\ch.asv
............\............\ch.m
............\............\ch_clipping.asv
............\............\ch_clipping.m
............\............\ch_multipath.asv
............\............\ch_multipath.m
............\............\ch_noise.asv
............\............\ch_noise.m
............\............\ComputeChannelGUI.m
............\............\eight2bin.m
............\............\hs_err_pid2208.log
............\............\OFDM.m
............\............\OFDMguiFn.m
............\............\OFDMguiFnSound.m
............\............\OFDM_text_out.txt
............\............\pol2bin.m
............\............\QAM.asv
............\............\QAM.m
............\............\QAM_text_out.txt
............\............\read.m
............\............\rx.asv
............\............\rx.m
............\............\rx_chunk.asv
............\............\rx_chunk.m
............\............\rx_dechunk.asv
............\............\rx_dechunk.m
............\............\setup.asv
............\............\setup.m
............\............\SetupGUI.m
............\............\SetupSoundGUI.m
............\............\SoundGUI.m
............\............\SoundGUI.mat
............\............\SoundGUI_win.m
............\............\SoundGUI_win.mat
............\............\text.txt
............\............\tx.asv
............\............\tx.m
............\............\tx_chunk.asv
............\............\tx_chunk.m
............\............\tx_dechunk.m
............\............\write.asv
............\............\write.m
............\............\程序解析.doc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • pcafacerecognition
    基于主成分分析(PCA)的人脸识别系统 利用2D PCA算法求对训练集向量进行降维的降维矩阵,最近邻法测试对测试集识别的精度(pca face recognition)
    2009-03-24 10:32:18下载
    积分:1
  • manualss_thresh
    Manual Thresholding Tool
    2010-10-11 07:02:26下载
    积分:1
  • x1
    说明:  声音信号 显示 时域 频域 对声音的预处理观察
    2009-05-25 13:14:22下载
    积分:1
  • MATLAB123
    Matlab studing materials
    2010-01-23 13:49:23下载
    积分:1
  • btrwrthhighpss
    matlab design of butterworth high pass filetr
    2012-03-23 11:28:26下载
    积分:1
  • tfristft
    对信号进行短时傅里叶变换的逆变换,通过调用该函数查看信号进行处理后的时域信息(this code is used to processing the istft, and anslysis the distribution of the signal with time )
    2014-12-02 09:57:40下载
    积分:1
  • matlab-simulation
    这是一本关于雷达系统仿真的matlab英文书,非常系统的介绍了雷达系统的仿真。(This is the one on the radar system simulation matlab English books, very systematic introduction to the radar system simulation.)
    2013-10-15 01:51:37下载
    积分:1
  • gm
    说明:  GMSK mod and Demod using Simulink
    2015-03-16 17:37:26下载
    积分:1
  • Matlab
    关于matlab仿真通讯系统的文章,主要是一些基本的概念,对初学者特别有用,能纠正模糊不清的概念(The simulation of MATLAB communication system of the article, mainly some basic concepts, particularly useful for beginners, can correct the vague concept)
    2015-03-31 15:10:57下载
    积分:1
  • 696516资源总数
  • 106425会员总数
  • 12今日下载