c*****n 发帖数: 1877 | 1 其实你们都误解了,张将军说的是分贝温度,也就是10*log10(T)。当绝对温度趋近于0
时,对数温度趋近负无穷。张将军这个负700度实际上是1.0e-7T |
|
i****e 发帖数: 642 | 2 a = log10(2) * (1:2014); % 10 .^ a are those 2014 numbers
a = mod(a, 1); % remove those 10 ^ n
a = 10 .^ a; % integer part is highest digit
sum(a>=4 & a<5) % the answer
ans =
196
包子估计不会有: (1) 迟到; (2)用Matlab作弊 :) |
|
H********g 发帖数: 43926 | 3 Int32 -- (-2,147,483,648 to +2,147,483,647) 如果存0.1分的话是正负2千万元
Int64 -- (-9,223,372,036,854,775,808 to +9,223,372,036,854,775,807) 如果存0.
1分的话是正负9千万亿元,可以精确到0.1分。对于国家银行来说应该够用了吧?
双精度浮点数大概有16位十进制有效数字:the total precision is therefore 53
bits (approximately 16 decimal digits, 53 log10(2) ≈ 15.955),所以不如用
Int64有效率。 |
|
h*s 发帖数: 48 | 4 ft, you think 7dB different is not big? it translates to 5 times difference
in signal strength, dB is in log10 scale.
only
begin |
|
a***y 发帖数: 19743 | 5 ☆─────────────────────────────────────☆
weidong (伊拉克学习小组副组长) 于 (Wed Jun 30 21:54:59 2010, 美东) 提到:
很无奈, 本来IPAD是个很风险的东西, 结果大热; 相反, IPHONE系统应该很成熟了,
结果出了大问题.
我想了一下, IPAD这个东西实际很奇怪, 他没有专门的FUNCTION, 你拿他画画, 看书,
玩游戏, 看书, 或者实在不堪看毛片, 所有的功能都是你定义的. 但是由于IPAD的
新颖性, 你可以用很不同的方法实现你定义的功能, 比如, 躺在床上用各种体位看
毛片. 于是我们很满意.
IPHONE就不同了, 功能已经预先定义好, PHONE, 如果这个出问题, 整个系统会受到
很大的怀疑, 至于那些锦上添花的东西, 由于没有下层建筑的支持, 就成了很虚无缥
缈的东西.
在长叹一个. 还是跟乔总的桀傲不驯的性格有关系.
☆─────────────────────────────────────☆
microbe (天涯思君不可忘) 于 (Wed Jun 30 2... 阅读全帖 |
|
|
A**u 发帖数: 2087 | 7 it really has??
what I know are log(x) for ln(x) and log10(x) for log_10^x. |
|
x*****a 发帖数: 972 | 8 dilution这个问题我曾经想过。Kit manual上说没问题,tech support也说的钢钢的。
但是我
按照kit上说用他们的dilution buffer试了下,发现不是线性的。我按1:1稀释,出来
的浓度并
非原来的一半,甚至还差蛮远。所以我尽量避免去稀释它。
不过你的说问题也确实存在,我是在1 hr和12 hr取的supernatant;1 hr的有点太低了
;12
hr的又太高了点。下次我可以试着用cell media稀释看看。
主要是他们要先log10转换才能线性,烦人啊。
谢谢啊。
个条件,即
使你的r2 = 0.99的时候都不准。
题,那么还
是可信的。如果你的点正好分布在低端的那段,你那几个standard又没测准,那当然没
法说了。。
。
sample的
dilution有没有落在曲线中段就是了。
control进去,
看着没问题才决定把数据留着的。 |
|
A*****n 发帖数: 243 | 9 你可以对于每个基因算其和miRNA的相关系数,或者相关性的p-value,然后把-log10(
pvalue)画在坐标轴上,用R可以考定的,不过你还要知道每个基因的染色体坐标。
LOD |
|
P*******e 发帖数: 27 | 10 I guess it was due to different pH. 0.4 might seem small. But pH is
calculated via a log10 form. One unit more means 10 times more basic. So 8.4
is significantly different from 8.0. |
|
l*****i 发帖数: 1163 | 11 今天看到一片文章,做Microarray的,其中的Heatmap不是基因表达量,而是-Log10 P
Value (vs control)来表示某一类的基因的表达量。请问这种表示方式合理么?有
什么需要注意的?对这块不熟,请高手指教。多谢 |
|
d****7 发帖数: 109 | 12 应该只是个巧合吧?
od的定义是 -log10(出射强度/如射强度) 如果没记错的话。。。。。 |
|
o**a 发帖数: 86 | 13 first you can get the 90 deg pulse width at your desired spin lock level.
(spink lock level in hz, the nutation freq)
pw90sl = 1/(4*tpwr_sl) Note 90 deg takes 1/4 of a full circle.
Then use the following equation to get spin lock power in dB
tpwr - 20.0*log10(pw90sl/pw90)
tpwr_sl: spin lock power in hz
tpwr: regular hard pulse power in dB
pw90: regular 90 deg pulse width
Make sure you understand what you are doing. Be very careful with spin lock.
It's one of the few things that can smoke the pro |
|
R******m 发帖数: 44 | 14 我使用这个来计算spectrum。
s = 20 * log10(abs(fft(y)/N/afs*2));
N是采样数,afs 是振幅。
是对的吧?
谢谢 |
|
m*****r 发帖数: 13 | 15 在matlab中,可以调用rayleighchan来对rayleigh信道进行模拟。其中的
AvgPathGaindb,Pathgains,NormarlizedPathgains等参数不明白。假设,信道是h服从
一个均值为0,其方差为Var(h)的复高斯随机分布。
问题1.设置的时候VagPathGaindb就应该设置为10*log10(var(h))。而对于一次具体的
实现,pathgains的值就是|h|^2的值?
2.信道增益是否被归一话了,就看NormarlizedPathgains是否为1. 如果信道增益被归
一化了,那怎么还有平均信道增益?这不矛盾吗?
请熟悉rayleighchan函数的多多发言,rayleigh信道,在无线通信中经常用到,请知道
的,多多发言意见。谢谢! |
|
f*******y 发帖数: 32 | 16 抛砖引玉~~~
如果用FREE SPACE LOSS 公式L=(\lambda/4/pi/d)^2, where
\lambda=3e8/0.7e9, and d=sqrt(547^2+(269/3.3)^2)=553, 计算L大约等于80dB 衰
减。 基站功率为30+10*log10(75)大约为50dBm, 接收到的信号为-30dBm,远小于家里
WIFI的功率。 |
|
d*******d 发帖数: 3382 | 17 http://en.wikipedia.org/wiki/Free-space_path_loss
free space loss: (4*pi*d/lamda)^2
pi=3.14
d = 500
lamda = 300000000/700/1000000
free space loss = 83 dB
There will be building,walls,trees, all introduce more losses
Level < 10*LOG10(75)+30 -83 = -34 dBm
Your home wifi power is about +20 dBm! |
|
l*****e 发帖数: 594 | 18 把matlab code帖出来了
f0 = 1e6; % Base frequency
osr = 4; % Over sampling Rate
fs = 2*osr*f0; % sampling frequency
ts = 1/fs;
ncyc = 1; % number of cycles
ts_input = [ones(osr,1);-1*ones(osr,1)];
ts_input = repmat(ts_input,[ncyc 1]);
xt = (0:length(ts_input)-1)*ts;
xt_us = xt*1e6;
figure,
plot(ts_input,'*-')
nfft = 4096;
spc = fftshift(fft(ts_input,nfft));
fs_mhz = fs*1e-6;
fx = (-nfft/2:nfft/2-1)/nfft*fs_mhz;
spc_db = 20*log10(abs(spc));
spc_norm = spc_db-max(spc_db);
figure,
plot(fx,sp... 阅读全帖 |
|
s**********e 发帖数: 33562 | 19 对于工程的人来说 log10 当然最重要,因为这是 dB scale。其实 log2 也很重要,因
为这是 bit。 |
|
d****s 发帖数: 174 | 20 in the section of Gene Mapping:
LOD=Log10 P theta/P50%
Since the linkage frequency (theta) should be always less than 50%, how
could it be possible to have the LOD >3?
Because linckage have less than 50% reconbination frequency, why it is
linkage rather than nonlinkage when the recombination frequecy increase?
THank! |
|
P*U 发帖数: 466 | 21 刚EE版面有位朋友给了以下解释,我现在不知道哪个更正确,请大家帮忙看看
抛砖引玉~~~
如果用FREE SPACE LOSS 公式L=(\lambda/4/pi/d^2)^2, where
\lambda=3e8/0.7e9, and d=sqrt(547^2+(269/3.3)^2)=553, 计算L大约等于140dB 衰
减。 基站功率为30+10*log10(75)大约为50dBm, 接收到的信号为-90dBm,远小于家里
WIFI的功率。 |
|
l*******l 发帖数: 248 | 22 1. Solve for sin(x) = log10(x)
2. Given a 4x4 table of ( + + + +
+ + + +
+ + + +
+ - + +)
you can perform colum, row, and diagonal sign reversals, i.e. given
a row of ( + + - +), the reversal does (- - + -) How can you make
all the 4x4 positive?
3. What is breadth-first and depth-first search?
4.SQL question: how to find a median number using SQL
5. c++: how can two proce... 阅读全帖 |
|
C*O 发帖数: 389 | 23 都不会
拉丁妹好多面试啊
都越来越难了
1的想法
求导,
左边cos(x), 右边1/(xln(10))
两轼平方相加,
左边1 右边 log10(x)^2+1/(xln(10))^2
再求两次导
可以化未多项式方程 不过高于2阶 也很难解 |
|
r****y 发帖数: 1437 | 24
The simplest way is to just polyfit the log value la.
logcoeff=polyfit(x, log10(y), n)
I remeber there is a subroutine in Matlab can do any formula
fitting, cannot remeber the exactly name of it.
Double check when you use Matlab to do such manipulation. Matlab
is not as reliable as it is declared. I was one more experience about it
in recent. |
|
y*****t 发帖数: 1367 | 25 如果那个column是数值的话,可以用:
=IF(ISTEXT(A1),"",LOG10(A1)) |
|
D******n 发帖数: 2836 | 26 create a .vim directory under you home directory(there is a dot before
vim)
and then create a syntax directory under it
and then create a sas.vim file under the syntax directory
==============sas.vim======================
if version < 600
syntax clear
elseif exists("b:current_syntax")
finish
endif
syn case ignore
syn region sasString start=+"+ skip=+\\|\"+ end=+"+
syn region sasString start=+'+ skip=+\\|\"+ end=+'+
" Want region from 'cards;' to ';' to be captured (Bob Heckel)
sy... 阅读全帖 |
|
o****o 发帖数: 8077 | 27 data x;
input x;
m=int(log10(x))+1;
z=length(x);
y=x*10**(6-m);
datalines;
345
4567
777777
23567
;
run; |
|
m*****s 发帖数: 156 | 28 miRNA expression = Y
multiple gene expression = X1, X2, ..., Xm
You can do linear regression for Y on each Xi and get the p-value, pi
After you get pi for each gene, you can draw the mannhattan plot
x-axis = position of genes
y-axis = -log10(pi)
I hope you can understand this :)
LOD |
|
u***8 发帖数: 29 | 29 用pearson correlation比较两组数据的相关性,最后r=0.8, p<0.05.
问题是现在要画散点图,有几个数据太大了,如果都画上去,其他数据就都聚在一起了
。可不可以log10 transfer 以后,再画散点图来显示两组数据的相关性(假设数据过
原点)?
统计基础不好,还请大家帮帮忙,谢谢阿~~~ |
|
f**d 发帖数: 768 | 30 这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖 |
|
h****n 发帖数: 52 | 31 说起温泉蛋(温泉卵,日语发音:Onsen Tamago),有些同学会把它和溏心蛋混为一谈
,其实它们完全是两码事,确切地说是鸡蛋烹饪中完全不同的的两个状态:溏心蛋的蛋
清已经凝结,而蛋黄有一点儿的流动性,而温泉蛋,恰恰相反,蛋黄已经成型,蛋白却
处于吹弹欲破的半固体状态,与极嫩的豆腐花相似,可以说完全颠覆了大家直觉上对鸡
蛋的认识,这其中的细节和奥妙,且听洋洋慢慢道来。
温泉蛋不是中餐里常见的做法,也不是西餐中常见的做法(西餐中常见的“半熟蛋”,
Soft Boiled Egg,更接近溏心蛋概念),它是日本人靠着天时地利创造的一种吃法。
日本位于亚欧板块和太平洋板块交界处,火山与地震活动非常频繁,丰富的地热资源让
这个国家遍布各种温泉。有些温泉的水温常年保持在摄氏68-70度左右,当地人们就是
利用这种得天独厚的条件,或是在偶然当中,或是经过反复钻研发现,把一篮鸡蛋浸泡
在温泉里面30-40分钟,就会出现一种蛋黄已经成型,蛋白却未完全固化的奇异现象,
最妙的是,这个状态的鸡蛋,蛋黄口感香浓滑糯,蛋白如丝般柔软,在舌尖轻轻化开,
仿佛一阵清风掠过肌肤,其风味只能用一个“正”字来形容,醇厚... 阅读全帖 |
|