登录
首页 » matlab » schroeder

schroeder

于 2010-01-23 发布 文件大小:1KB
0 71
下载积分: 1 下载次数: 124

代码说明:

  Schroeder提出的延时反馈网络的混响算法,此程序是这个算法的完整体现。(Schroeder proposed feedback network delay reverb algorithms, this procedure is that this algorithm is completely achieved.)

文件列表:

schroeder
.........\allpass.m
.........\combfilter.m
.........\delay.m
.........\nested_allpass.m
.........\schroeder.m

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

发表评论

0 个回复

  • OFDMSimulation
     OFDM —— OFDM(Orthogonal Frequency Division Multiplexing)即正交频分复用技术,实际上OFDM是MCM Multi-CarrierModulation,多载波调制的一种。其主要思想是:将信道分成若干正交子信道,将高速数据信号转换成并行的低速子数据流,调制到在每个子信道上进行传输。此程序为ofdm仿真程序!(OFDM- OFDM (Orthogonal Frequency Division Multiplexing) that is orthogonal frequency division multiplexing, OFDM is the fact MCM Multi-CarrierModulation, a multi-carrier modulation. The main idea is: The channel is divided into a number of orthogonal sub-channel, high-speed data signals into parallel low-speed sub-data stream, modulated to be transmitted in each sub-channel. This program is ofdm simulation program!)
    2009-12-14 20:42:26下载
    积分:1
  • vbpds
    Vision based pedestrian detection system based on pso
    2009-05-26 05:41:49下载
    积分:1
  • 无限冲激响应低通滤波器的设计
    %IIR数字滤波器的设计 %设计一个低通数字滤波器,设计指标:通带截止角频率为ωp,阻带截止频率为ωs,通带最大衰减为δp,阻带最小衰减为δs %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%冲激响应不变法%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc; clear all; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%利用巴特沃斯设计低通模拟滤波器%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%     wp = 0.2*pi; ws = 0.3*pi; Deltap = -1; Deltas = -15;%低通数字滤波器设计指标     TS = 1;%采样时间TS     Wp = wp/TS; Ws = ws/TS; DeltaP = Deltap; DeltaS = Deltas; %求取模拟滤波器的设计指标     %确定巴特沃斯的阶数N和截止频率Ωc     N = log((10^(-DeltaP/10)-1)/(10^(-DeltaS/10)-1))/(2*log(Wp/Ws));     N = ceil(N);          %模拟滤波器的阶数N     Wc = vpa( Ws/( ( 10^( -DeltaS/10 )-1 )^( 1/( 2*N ) ) ),5 )%模拟滤波器的截止频率Wc %%获得模拟滤波器的系统函数H(s) &n
    2023-02-04 23:40:03下载
    积分:1
  • filter matlab
    這是我作業寫的檔案 設計了濾波器 裡面有command可自行讀取 希望對您有幫助 mask.m(設計遮罩) convolution.m (進行摺積) 內建有高斯濾波與平均濾波器
    2023-04-18 00:00:03下载
    积分:1
  • optics_toolkit
    This toolkit has two main purposes. 1. Decomposition and visualization of paraxial beams in Hermite-Gaussian and Laguerre-Gaussian bases. (These functions are located in the subdirectory "transverse.") 2. Propagation of such beams through optical systems including two-mirror fabry-perot cavities. (These functions are located in the subdirectory "axial."
    2009-08-25 19:02:49下载
    积分:1
  • sc_minutia
    minutiae-based matching algorithms in fingerprint recognition systems
    2014-09-18 20:37:42下载
    积分:1
  • D_Page
    计算Choi-Willams分布!显示Choi-Williams分布三维图!功能简单实用!(Choi-Willams distribution calculation! Choi-Williams distribution shows three-dimensional map! Function is simple and practical!)
    2021-03-14 20:39:23下载
    积分:1
  • shuzhifenximatlab-GUI
    GUI数值分析例程,多种数值分析的例子,很有帮助(GUI numerical analysis routines, a variety of numerical examples, helpful)
    2011-12-22 17:21:40下载
    积分:1
  • 完整加密图像例子
    图像加密包括置乱和扩散,这里有一个完整的图像混沌加密案例(Image encryption includes scrambling and diffusion, where there is a complete image encryption case)
    2017-10-31 10:37:31下载
    积分:1
  • 全面的稀疏表示,字典生成,matlab源码
    计算互信息非常有用的一组程序,STM32制作的MP3的全部资料,利用自然梯度算法,包含位置式PID算法、积分分离式PID,在matlab环境中自动识别连通区域的大小,微分方程组数值解方法。
    2022-06-13 18:49:18下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载