CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 采样

搜索资源列表

  1. fbh

    0下载:
  2. 使用FFT分析方波信号的频谱,讨论采样点数、采样频率对谱分辨率的影响。对数据叠加白噪声后再次分析实验结果。-Square-wave signal using the FFT spectrum analysis to discuss the sampling points, the sampling frequency of the impact of spectral resolution. White noise superimposed on the data after analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:830
    • 提供者:dicunxia
  1. upsample

    0下载:
  2. Matlab实现对正弦波采样的线性内插,及上采样过程。-Matlab to achieve sampling sinusoidal linear interpolation, and the sampling process.
  3. 所属分类:Other systems

    • 发布日期:2016-01-26
    • 文件大小:1071
    • 提供者:wowoo
  1. lunkuobianhuan

    0下载:
  2. 一种非常新颖的多角度多尺度变换,轮廓变换的 改进,非下采样轮廓变换,可用于图像处理的多个方面-A very innovative multi-angle multi-scale transformation, transformation to improve the profile, non-down-sampling profile transform, image processing can be used in many areas of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:98043
    • 提供者:韩宁
  1. voiceFreqChange

    0下载:
  2. 改变声音信号采样频率的matlabt程度-Change the voice signal sampling frequency matlabt the extent of
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-30
    • 文件大小:1157
    • 提供者:opt
  1. gezhongchaocaiyangfangfadaima

    0下载:
  2. 包含了目前常用的各种重采样算法的matlab代码,可直接在滤波算法中调用,不用修改。-Contains a variety of currently used resampling algorithm matlab code, can be directly in the filtering algorithm in the call, need not be amended.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2826
    • 提供者:李光
  1. filter-deniose

    2下载:
  2. matlab下实现降噪,功率谱计算。%程序中设定采样点数为256个,采样频率为10000hz, %输入信号为随机噪声和两个正弦的合成信号 %设定的滤波器的截止频率为3500hz %通过挈比雪肤滤波器,运行程序,比较滤波前后的频域波形 %滤波去除了高频信号-matlab achieve noise reduction, power spectrum calculation. Sampling procedure set for 256 points, the sampling f
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1094
    • 提供者:范范
  1. IIR

    0下载:
  2. 用双线性变换法设计IIR数字滤波器 (1)用双线性变换法设计一个巴特沃斯低通IIR 数字滤波器。设计指标参数为:在通 带内频率低于0.2π 时,最大衰减小于1dB;在阻带内[0.3π ,π ] 频率区间上,最小衰减大于15dB。 (2)以0.02π 为采样间隔,打印出数字滤波器在频率区间[0,π / 2] 上的幅频响应特性 曲线。 (3)用所设计的滤波器对实际心电图信号采样序列(在本实验后面给出)进行仿真滤 波处理,并分别打印出滤波前后的心电图信号波形图,观察总结滤波作用
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:935
    • 提供者:dingdangmao
  1. 16qam

    2下载:
  2. 16-QAM基带传输系统的Matlab仿真 实现了主要模块二进制信息源输入,16QAM调制,发射滤波器,接收滤波器,采样,均衡,信号检测,16QAM解调,信息还原输出,产生BER曲线图。-16-QAM base-band transmission system Matlab simulation to achieve the main source of information input module binary, 16QAM modulation, fired filter, receiv
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:56876
    • 提供者:孙洋
  1. matlab

    0下载:
  2. y3k=fft(u,(m+n-2)/4) i=1:(m+n-2)/4 subplot(5,2,9) stem(i,u) title( 滤波后上采样 ) k=1:(m+n-2)/4 subplot(5,2,10) stem(k,y3k) title( 上采样频谱 ) xlabel( k ) ylabel( y3k ) -y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) s
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:60054
    • 提供者:zzzl
  1. audio

    0下载:
  2. 本实验旨在了解如何将模拟的声音信号转化为数字信号,重点掌握在数字声音四个重要的技术指标:采样速率、量化比特数、声道数和编码方法。-This experiment aimed at understanding how analog voice signal into a digital signal, with a focus in the hands of digital audio technology to four key indicators: the sampling rate, qu
  3. 所属分类:Audio program

    • 发布日期:2017-05-21
    • 文件大小:6246515
    • 提供者:贺美琛
  1. filter

    3下载:
  2. % y=filter(sig,fmin,fmax) % 对信号进行理想滤波,可完成低通,带通 % sig为被滤波信号 % fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器 % fmax为上限频率,fmax>fmin % fs为信号的采样频率 % y为经过滤波后的信号 -% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be com
  3. 所属分类:matlab例程

    • 发布日期:2013-08-02
    • 文件大小:921
    • 提供者:liu
  1. szxhsy

    1下载:
  2. 数字信号处理实验详解及MATLAB实现源代码 实验一: 系统响应及系统稳定性 实验二: 时域采样与频域采样 实验三: 用FFT对信号作频谱分析 实验四:IIR数字滤波器设计及软件实现 实验五: FIR数字滤波器设计与软件实现 实验六: 数字信号处理在双音多频拨号系统中的应用-Detailed experimental digital signal processing and MATLAB source code to achieve the experimental on
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:334276
    • 提供者:wangjin
  1. yizhonggaoxiaodehunheyuantuoyuanjiancefangfa

    0下载:
  2. 提出了一种新的基于边缘连续特征的HT( ECHT) 混合圆/ 椭圆检测方法,利用连续的 边缘曲线段来决定HT 采样点,实验仿真结果表明该算法较好地解决了标准RHT 检测中无效 采样概率大、无效积累时间多的问题。-A new row based on the edge of the characteristics of HT (ECHT) mixed circle/ellipse detection method, using a continuous curve above the ed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:189299
    • 提供者:刘镖峰
  1. yizhongsuijiduotuoyuanjiancedekuaisusuanfa

    0下载:
  2. 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和 局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确 认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数‰ 剔除更多的非椭圆点,降低了无效采样,减少了无效 计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem for many a fast random detect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:526578
    • 提供者:刘镖峰
  1. demo1

    0下载:
  2. 粒子滤波的一种实现形势,主要包括boots方法,重采样,以及基本的粒子滤波方法。-Particle filter implementation of a situation, including boots methods, resampling, as well as the basic particle filtering method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:20480
    • 提供者:薛志勇
  1. FuzzyPID

    0下载:
  2. 模糊PID控制源程序.采样时间为1ms,在第300个采样时间时控制器输出加1.0的干扰.-Fuzzy PID control of the source code. Sampling time of 1ms, at No. 300 when the controller output sampling time add 1.0 interference.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:王永超
  1. CWsinal

    3下载:
  2. matlab绘制CW信号的时域波形,同时对信号进行频谱分析,并考察采样频率以及信噪比对频谱分析的影响。-matlab draw CW signal time-domain waveform, and spectral analysis of signals and the sampling frequency and signal to noise ratio study of the impact of spectrum analysis.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2935
    • 提供者:holy0615
  1. digital_signal_processing

    0下载:
  2. 给出了数字信号处理课程设计的基本程序,包括采样、快速傅里叶变换、功率谱分析等。-Give a digital signal processing of the basic procedures for curriculum design, including sampling, fast Fourier transform, power spectrum analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:404613
    • 提供者:王宇坤
  1. contourlet_toolbox

    0下载:
  2. contourlet工具箱,包括五株采样、方向滤波器、塔型滤波器及SNR等函数,可直接对图像进行基于contourlet的分解和重构-contourlet toolbox, including the five samples, the direction of filters, tower-type filter and the SNR, such as function, can be directly based on image decomposition and reconstruct
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:992730
    • 提供者:张弛
  1. UKF

    2下载:
  2. 自己写的UKF滤波程序,使用2n+1Sigma点采样-UKF filter written by myself, using 2n+1 Sigma-point sampling
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2752
    • 提供者:ZHUANG
« 1 2 3 4 56 7 8 9 10 ... 41 »
搜珍网 www.dssz.com