技术栈
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 响应进行匹配和累加,从而构造空间响应图,最终通过搜索峰值实现声源定位。
lrh3025
3 个月前
3d
·
unity
·
srp
·
render pipeline
·
fxaa
·
抗锯齿
Custome SRP 17 - FXAA
Fast approximate Anti-Aliasing 快速近似抗锯齿计算并存储像素亮度,或使用绿色
lrh3025
3 个月前
3d
·
unity
·
srp
·
render pipeline
·
render scale
Custom SRP - 16 Render Scale
Scaling Up and Down 这篇教程介绍如何解耦屏幕分辨率与渲染分辨率支持缩放支持每个摄像机不同的缩放
lrh3025
3 个月前
unity
·
渲染管线
·
粒子
·
srp
·
扰动效果
Custom SRP - 15 Particles
Color and Depth Textureshttps://catlikecoding.com/unity/tutorials/custom-srp/particles/
lrh3025
4 个月前
unity
·
渲染管线
·
srp
Custom SRP - 14 Multiple Cameras
https://catlikecoding.com/unity/tutorials/custom-srp/multiple-cameras/
lrh3025
5 个月前
3d
·
unity
·
srp
·
render pipeline
Custom SRP 12 - HDR
https://catlikecoding.com/unity/tutorials/custom-srp/hdr/
lrh3025
6 个月前
unity
·
srp
·
render pipeline
Custom SRP - Point and Spot Lights
https://catlikecoding.com/unity/tutorials/custom-srp/point-and-spot-lights/
lrh3025
6 个月前
unity
·
srp
·
render pipeline
Custom SRP - Complex Maps
https://catlikecoding.com/unity/tutorials/custom-srp/complex-maps/
千年奇葩
2 年前
unity
·
单一职责原则
·
srp
Unity SRP 可编程渲染管线的基本用法
可编程渲染管线使用教程 SRP 可以处理Canvas为Screen Space - Overlay的渲染
我是有底线的