srp

再一次等风来8 天前
算法·信号处理·srp
声源定位算法5----SRP-PHAT(1)在前面的专栏里面我介绍了包括CBF,MUSIC,MVDR,CLEAN-SC等算法原理以及实现。这篇文章我将介绍SRP-PHAT。
再一次等风来8 天前
算法·信号处理·srp·声源定位·gcc-phat
声源定位算法5----SRP-PHAT(2)上一篇文章介绍了 SRP-PHAT 声源定位算法的基本原理。SRP-PHAT 的核心思想是:对于空间中每一个候选点,根据阵列几何关系计算其对应的理论传播时延差,再利用各麦克风对之间的 GCC-PHAT 响应进行匹配和累加,从而构造空间响应图,最终通过搜索峰值实现声源定位。
lrh30253 个月前
3d·unity·srp·render pipeline·fxaa·抗锯齿
Custome SRP 17 - FXAAFast approximate Anti-Aliasing 快速近似抗锯齿计算并存储像素亮度,或使用绿色
lrh30253 个月前
3d·unity·srp·render pipeline·render scale
Custom SRP - 16 Render ScaleScaling Up and Down 这篇教程介绍如何解耦屏幕分辨率与渲染分辨率支持缩放支持每个摄像机不同的缩放
lrh30253 个月前
unity·渲染管线·粒子·srp·扰动效果
Custom SRP - 15 ParticlesColor and Depth Textureshttps://catlikecoding.com/unity/tutorials/custom-srp/particles/
lrh30254 个月前
unity·渲染管线·srp
Custom SRP - 14 Multiple Camerashttps://catlikecoding.com/unity/tutorials/custom-srp/multiple-cameras/
lrh30255 个月前
3d·unity·srp·render pipeline
Custom SRP 12 - HDRhttps://catlikecoding.com/unity/tutorials/custom-srp/hdr/
lrh30256 个月前
unity·srp·render pipeline
Custom SRP - Point and Spot Lightshttps://catlikecoding.com/unity/tutorials/custom-srp/point-and-spot-lights/
lrh30256 个月前
unity·srp·render pipeline
Custom SRP - Complex Mapshttps://catlikecoding.com/unity/tutorials/custom-srp/complex-maps/
千年奇葩2 年前
unity·单一职责原则·srp
Unity SRP 可编程渲染管线的基本用法可编程渲染管线使用教程 SRP 可以处理Canvas为Screen Space - Overlay的渲染
我是有底线的