腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(170)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Android -根据音量计算
deciBel
可以从音量水平计算出分贝值吗?有可能吗?power_db = 20 * log10(amp / amp_ref);
浏览 6
修改于2017-05-23
得票数 1
回答已采纳
1
回答
如何在给定特定
deciBel
电平的情况下在R中创建波形声音?
如果我播放它,它对应的
deciBel
是多少?提前感谢!
浏览 3
提问于2011-12-02
得票数 0
回答已采纳
1
回答
当使用< and >运算符时,支持什么隐式转换?
我有一个结构:{ Value = value; return new
Decibel
(decibels); public static impli
浏览 2
修改于2015-04-29
得票数 8
回答已采纳
1
回答
在录音的同时获得分贝值?
;
decibel
=Double.NEGATIVE_INFINITY;
decibel
= 20.0*Math.log10(p2/65535.0);System.out.println("p2/65535: " + (p2/65535.0)); 当前结果:0.0 01-11 16:43:03.821: I/Sys
浏览 8
修改于2012-01-12
得票数 2
1
回答
如何校准dbfs到db spl?
gainNode.connect(context.destination); when dbfs=-10,the
Decibel
meter showed 84 dbspl;when dbfs=-30,the
Decibel
meter
浏览 14
修改于2016-08-21
得票数 1
回答已采纳
1
回答
循环通过成员数组提供错误的值。
m_NumberOfBarks;public: ~Dog(); void loopDecibels();Dog::~Dog(){} m_
浏览 1
提问于2016-02-25
得票数 0
回答已采纳
2
回答
如何将字符数组转换为分贝
UINT8 PoWerSignal = MyScanResults.signal;
decibel
= 10 * log(Signal); _dbgwrite(
decibel
); 错误:“logf”参数1
浏览 0
修改于2013-12-13
得票数 2
回答已采纳
1
回答
巨蟒分贝计-准确吗?
from tkinter.ttk import *from tkinter import messageboxroot.title('
Decibel
block, numpy.int16) new_
decibel
(float('{:.2f}'.format(new_
decibel
)))
浏览 0
修改于2022-09-26
得票数 9
1
回答
使用jQuery每个函数和$(this)来更改特定的幻灯片
> div').hide(); case 10: } case 20: }
浏览 1
提问于2015-02-20
得票数 1
回答已采纳
1
回答
Jackson的@JsonTypeInfo(use = Id.CUSTOM,include = As.PROPERTY,property = "type")读取除"type“之外的所有JSON字段
( @JsonProperty(value="bark_
decibel
") int bark_
decibel
) super(name);cat类: public class出于一些非常奇怪的原因,bark_
decibel
和me
浏览 30
提问于2016-09-27
得票数 6
回答已采纳
1
回答
我应该传递什么参数来调用该方法C#
Compute((uint)x.Length, x, null, xre, xim, false); for (int i = 0; i <
decibel
.Length; i++)
decibel
[i] = (method ==
Decibel
) ?xim[i])))) : (float)(Math.Sqrt((xre[i] * xr
浏览 0
提问于2012-12-11
得票数 0
回答已采纳
1
回答
16位小端字节数组到整数数组到分贝值
i+1] << 8); if(val > max_value)}
decibel
= 20 * log(
decibel
); // print res
浏览 1
修改于2014-01-07
得票数 0
回答已采纳
1
回答
在python中,何谓Matlab db2pow?
它在MATLAB中的语法如下:我没有在转换function的python中找到这个
decibel
to power。 谢谢
浏览 18
提问于2022-10-13
得票数 0
回答已采纳
2
回答
Unity3d:应该在哪个类中调用音频处理或计算?
root mean square (RMS) value; //Calculate the
decibel
value; fdBValue =
浏览 2
修改于2015-12-17
得票数 2
1
回答
MongoDB -仅在日期时间使用$lte数小时
5b62f97e3c2094eefa912aba"), "Stad" : "Antwerpen", "
Decibel
5b62f97e3c2094eefa9128cc"), "Stad" : "Antwerpen", "Accel
浏览 0
修改于2018-08-02
得票数 0
回答已采纳
1
回答
Python中的噪声剂量计
:0, '109dB':0, '112dB':0, '115dB':0, '118dB':0} y=[]win=Tk() new_
decibel
=0 db=new_
decibel
}'
浏览 0
修改于2023-04-16
得票数 0
1
回答
在Python中将波转换为分贝
AudioSegment.from_mp3('am_voice.mp3')import math return 10 * math.log10(abs(arr)) return -60 data=[convert_to_
decibel
浏览 226
提问于2021-02-10
得票数 1
回答已采纳
1
回答
如何在ReplayGain中实现NAudio?
Track peak is 1.274087
decibel
= (float)result;setVolumeDelegate(volumeSlider1.Volume); 这方法对吗?
浏览 5
修改于2014-03-21
得票数 1
3
回答
getMaxAmplitude()总是返回0
我试图让Sound Level Pressure在
decibel
中表达,但我总是得到0。( TextView的输出是 -infinity ,但因为log(0) =-infinity。} TextView sound = (TextView) findViewById(R.id.
decibel
private class RecorderTask extends TimerTask { TextView risultato = (TextView) f
浏览 2
修改于2015-07-09
得票数 4
回答已采纳
1
回答
PHP脚本可以等待来自不同Arduino/用户的所有变量更新吗?
php$db02 = $_GET['db02'];//
Decibel
-sensor 2我尝试从这一部分返回脚本,直到设置了所有值,但当一个变量被更改时,其他变量
浏览 0
修改于2017-10-17
得票数 3
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
点击加载更多
领券