随笔 - 79, 文章 - 9, 评论 - 4, 阅读 - 22110
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

06 2022 档案

摘要:原文:https://github.com/pencilCool/dspguide/blob/main/Ch8.pdf 摘要以及自己的解读 傅里叶分析是一系列数学技术,都是基于将信号分解为正弦波。 离散傅里叶变换(DFT)是用于数字化信号的家族成员。 这是关于实数DFT的四章中的第一章,实数DFT是 阅读全文

posted @ 2022-06-29 22:11 pencilCool 阅读(669) 评论(0) 推荐(0) 编辑

摘要:原文: https://learning.oreilly.com/library/view/digital-signal-processing/9780750674447/xhtml/B9780750674447500443.htm#cesectitle4 摘录: 本章在几个方面对卷积的特性和使用进 阅读全文

posted @ 2022-06-29 20:28 pencilCool 阅读(307) 评论(0) 推荐(0) 编辑

摘要:原文: https://learning.oreilly.com/library/view/digital-signal-processing/9780750674447/xhtml/B9780750674447500431.htm#cesectitle1 摘要: 卷积是一种将两个信号组合成第三个信 阅读全文

posted @ 2022-06-29 13:13 pencilCool 阅读(360) 评论(0) 推荐(0) 编辑

摘要:原文:https://learning.oreilly.com/library/view/digital-signal-processing/9780750674447/xhtml/B978075067444750042X.htm 摘要: 大多数DSP技术都是基于一种叫做叠加的分而治之的策略。被处理 阅读全文

posted @ 2022-06-29 07:33 pencilCool 阅读(359) 评论(0) 推荐(0) 编辑

摘要:原文:https://learning.oreilly.com/library/view/digital-signal-processing/9780750674447/xhtml/B9780750674447500388.htm#cesectitle1 数字信号处理是将在21世纪塑造科学和工程的最 阅读全文

posted @ 2022-06-28 22:41 pencilCool 阅读(648) 评论(0) 推荐(0) 编辑

摘要:原文:https://learning.oreilly.com/library/view/digital-signal-processing/9780750674447/xhtml/B9780750674447500364.htm#cesectitle1 本书的目标和策略 技术世界的变化非常迅速。在 阅读全文

posted @ 2022-06-28 22:29 pencilCool 阅读(162) 评论(0) 推荐(0) 编辑

摘要:翻译自:https://learning.oreilly.com/library/view/web-development-with/9781492053507/ch01.html#idm45053604170648 JavaScript的演进 在我介绍本书的主要内容之前,有必要提供一点背景和历史背 阅读全文

posted @ 2022-06-27 21:50 pencilCool 阅读(65) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/web-development-with/9781492053507/ 本书是为那些想使用JavaScript、Node和Express创建网络应用(传统网站;使用React、Angular或Vue的单页应 阅读全文

posted @ 2022-06-27 21:37 pencilCool 阅读(52) 评论(0) 推荐(0) 编辑

摘要:翻译自:https://learning.oreilly.com/library/view/web-development-with/9781492053507/ 使用Express构建动态Web应用程序,这是Node/JavaScript开发技术栈的一个关键组成部分。在这个更新版中,作者Ethan 阅读全文

posted @ 2022-06-27 21:28 pencilCool 阅读(148) 评论(0) 推荐(0) 编辑

摘要:参考 :《高等数学》(同济大学版),《深入浅出数字信号处理》( 江志红 遍著) 不做精确描述和推导,只用自己能看懂的语言梳理 这些数学工具的内在逻辑 无穷级数 无穷级数是一种逼近理论,它是表示函数、研究函数的性质以及进行数值计算的工具 电脑喜欢数值计算不喜欢搞解析推导 幂级数,函数的展开: 麦克劳林 阅读全文

posted @ 2022-06-26 09:49 pencilCool 阅读(171) 评论(0) 推荐(0) 编辑

摘要:原文: https://mikeash.com/pyblog/objc_msgsends-new-prototype.html ##总结 : objc_msgSend 类型申明改变的原因: 让错误在编译的时候发生,而不是等到运行时。 为什么有 运行时错误 : ABI 的错配,调用方的ABI (对参数 阅读全文

posted @ 2022-06-25 10:16 pencilCool 阅读(195) 评论(1) 推荐(0) 编辑

摘要:翻译自:https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch11.xhtml#sec11_1 现在是时候把理论付诸实践,制作一些音频滤波器和均衡器了。你知道一个滤波器的系数决定了 阅读全文

posted @ 2022-06-23 22:10 pencilCool 阅读(1438) 评论(0) 推荐(0) 编辑

摘要:#10.21 双元数滤波器 下一个要研究的滤波器拓扑结构是双曲(或双曲)结构。双曲线由两个二阶组件组成:一个二阶前馈和一个二阶反馈滤波器组合在一起,如图10.44所示。由此产生的传递函数将有两个二次方程,因此得名。差分方程为: 10.21.1 第1步、第2步和第3步:对差分方程进行z变换以获得传递函 阅读全文

posted @ 2022-06-22 13:03 pencilCool 阅读(350) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch10.xhtml#sec10_1 你想掌握滤波器的DSP基础理论有几个原因:了解滤波器的解剖结构有帮助,因为你想在新 阅读全文

posted @ 2022-06-19 22:19 pencilCool 阅读(551) 评论(0) 推荐(0) 编辑

摘要:翻译自 :https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch09.xhtml DSP滤波器理论涉及到复数代数,也就是涉及到复数的代数。 复数包含实部和虚部。与其简单地把一堆方程 阅读全文

posted @ 2022-06-19 10:19 pencilCool 阅读(306) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch08.xhtml 本书包括DSP处理理论以及C代码和面向对象编程。要使用本书附带的C项目,你至少需要了解C的基础知识 阅读全文

posted @ 2022-06-18 18:19 pencilCool 阅读(226) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch06.xhtml#sec6_1 为了简化同时编写所有API的插件,我们将需要一些对象来处理音频信号处理和GUI设计与 阅读全文

posted @ 2022-06-18 15:06 pencilCool 阅读(189) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch05.xhtml#sec5_1 AAX插件格式是第三代插件API,建立在著名的超高质量插件API的基础上,包括RTA 阅读全文

posted @ 2022-06-18 14:41 pencilCool 阅读(389) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch04.xhtml 目前有两种不同的AU插件规范:v2和v3。AUv3规范从根本上说是针对iOS编程的,而AUv2仍然 阅读全文

posted @ 2022-06-17 22:17 pencilCool 阅读(447) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch03.xhtml#sec3_1_1 VST3是Steinberg成熟的VST插件规范的当前版本。可敬的VST2 AP 阅读全文

posted @ 2022-06-17 21:34 pencilCool 阅读(1895) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch02.xhtml#sec2_1 关于AAX、AU和VST3的音频插件规范,首先要了解的是:它们在本质上都是一样的,它 阅读全文

posted @ 2022-06-16 22:30 pencilCool 阅读(811) 评论(0) 推荐(0) 编辑

摘要:翻译自: https://learning.oreilly.com/library/view/designing-audio-effect/9780429954313/xhtml/Ch01.xhtml#sec1_1 第一批负担得起的数字音频设备在80年代中期开始出现。数字信号处理(DSP)数学从19 阅读全文

posted @ 2022-06-16 13:19 pencilCool 阅读(558) 评论(0) 推荐(0) 编辑

摘要:Designing Audio Effect Plugins in C++, 2nd Edition 总结: RackAFX 过时了,这个用了不合标的c++ ,没有用c++ 标准库 作者 开发了新的 ASPiK , 入门教程: www.willpirkle.com/support/video-tut 阅读全文

posted @ 2022-06-16 13:02 pencilCool 阅读(274) 评论(0) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2022-06-11 10:28 pencilCool 阅读(48) 评论(0) 推荐(0) 编辑

摘要:想要把 https://github.com/surikov/webaudiofont 这个库移植 微信小程序 微信程序 npm 包的限制 https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html 如果是已经发布过的一些 n 阅读全文

posted @ 2022-06-03 21:41 pencilCool 阅读(133) 评论(0) 推荐(0) 编辑

摘要:参考 :https://nodejs.dev/learn/the-nodejs-event-loop Message Queue : 老同志了。click event ,setTimeout,这些 就是他默默在支持,性子比较平和,别人插队他就默默等着 Job Queue / ES6 Job Queu 阅读全文

posted @ 2022-06-03 09:10 pencilCool 阅读(17) 评论(0) 推荐(0) 编辑

摘要:翻译自:https://learning.oreilly.com/learning-paths/learning-path-introduction/9781492035893/9781491944585-video241486/ 主题来由 如果你在今天早上的主题演讲中,你可能已经听说了我是谁。但如 阅读全文

posted @ 2022-06-01 21:15 pencilCool 阅读(138) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示