search for: bhabha

Displaying 20 results from an estimated 20 matches for "bhabha".

2007 Oct 14
1
difference between FXO interfaces !
...TDM400P) 3. Sangoma (A200 Analog FXO/FXS) All i need is to put asterisk in place with 4-8 incomming lines (ordinary POTS ). With IVR, Voice mail and International Call via SIP. Office is having 12 phone lines. Thanks in Advance to all who shared his/her wisdom. -- With Regards, Mandeep Singh Bhabha email: mandeep at ponimanie.spb.ru
2011 Mar 02
3
transform table to matrix
...an indexed data frame, I can't use the columns as vectors. Is there a way around this, to convert the data frame as 3 separate vectors? I have been looking all over for a function, and my programming skills are not great. -- Sk Maidul Haque Scientific Officer-C Applied Spectroscopy Division Bhabha Atomic Research Centre, Vizag Mo: 09666429050/09093458503 [[alternative HTML version deleted]]
2008 Sep 24
2
climatological standard deviation- (question re-posted)
..., I would like to calculate the corresponding standard deviation, ie the 12 values calculated from the january values, february values, etc. What's the best way for such a calculation ? Regards, Yogesh -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-258 93 600 (O) (Ext.250) Fax : 0091-20-258 93 825 -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091...
2007 Feb 19
1
need help in reading TOMS observed ASCII data file
...) > > > > > > THIRD PROBLEM regriding AOD: > How to regrid 1x1 AOD data on 5x5 grid as O3. > > > Many thanks for yours help. > > Regards, > Yogesh > > -- > Dr. Yogesh K. Tiwari, > Scientist, > Indian Institute of Tropical Meteorology, > Homi Bhabha Road, > Pashan, > Pune-411008 > INDIA > > Phone: 0091-99 2273 9513 (Cell) > : 0091-20-258 93 600 (O) ( Ext.250) > Fax : 0091-20-258 93 825 > -- Dr. Yogesh K. Tiwari, Scientist 'B', Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pu...
2008 Jul 16
1
date to decimal date conversion
...mo dy hr min sec 1993 02 13 05 52 00 Converted to Decimal date : 1993.3542 How to write a small code in R so I can convert six column date to decimal date Many thanks, Yogesh -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA [[alternative HTML version deleted]]
2008 Sep 24
1
climatological standard deviation
..., I would like to calculate the corresponding standard deviation, ie the 12 values calculated from the january values, february values, etc. What's the best way for such a calculation ? Regards, Yogesh -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-258 93 600 (O) (Ext.250) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]
2009 Jul 24
1
how to calculate growth rate of a variable
...--------------------------------------- 2000.740788 2000 9 28 3 5 0 -38.00 145.00 2280 366.750 2000.740794 2000 9 28 3 8 0 -38.00 145.00 1830 366.550 2000.740803 2000 9 28 3 13 0 -38.00 145.00 1220 370.550 -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-25904350 (O) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]
2007 Aug 07
1
how to convert decimal date to its equivalent date format(YYYY.mm.dd.hr.min.sec)
...d want to convert and write it in equivalent date(YYYY.mm.dd.hr.min.sec) in another next six columns. 1979.000000 1979.020833 1979.041667 1979.062500 Is it possible in R ? Kindly help, Regards, Yogesh -- Dr. Yogesh K. Tiwari, Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-258 93 600 (O) (Ext.250) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]
2012 Apr 02
2
how to read netcdf file in R
...to read netcdf files in R ? Which packeges do we need to install for this, and what commands are used for reading netcdf files. Thanks, Best Regards, Yogesh Tiwari -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Centre for Climate Change Research, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-25904452 (O) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]
2010 Sep 30
2
time in year, month, day, hour ?
...ert above time axis in "year" "month" "day" "hour" format > > Great Thanks, > > regards, > Yogesh > > > -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Centre for Climate Change Research, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-25904452 (O) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]
2010 Jun 05
2
how to use 'points' function to plot two curves with errbar
Dear R Users, I am using R on windows. how to use 'points' function to plot two curves with errbar I am doing like: x.val <- as.integer(names(co2mean)) errbar(x.val, co2mean, co2mean + co2sd, co2mean - co2sd, xaxt='n', col=1, xlab=NA,ylab=NA)# obs error bar lines(x.val, co2mean, col=1, lwd=2) errbar(x.val, co2tm3.month.mean, co2tm3.month.mean + co2sd.tm3, co2tm3.month.mean -
2003 Jul 02
2
user mannual
...wnloaded R package. Kindly let me know where i will get _/*user mannual*/_ for the same. awaiting a prompt reply with regards Pankaj @#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@#@ Pankaj Kumar Research Scholar Climatology & Hydrometeorology Divison Indian Institute Of Tropical Meteorology Homi Bhabha Road, Pune-411008 India Phone No. +91-20-5893600 Ext. 361 (Work) +91-20-5897381 (Home) Fax: +91-20-5893825 E-mail: pankaj at tropmet.res.in pinku_1975 at yahoo.com
2007 Feb 19
0
problem in reading TOMS observed ASCII data file
...---------------------- ################# 12 columns and 72 rows (latitudexlongitude) THIRD PROBLEM regriding AOD: How to regrid 1x1 AOD data on 5x5 grid as O3. Many thanks for yours help. Regards, Yogesh -- Dr. Yogesh K. Tiwari, Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-258 93 600 (O) (Ext.250) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]
2008 Jan 22
1
error bar position setting
...length=0.1) Here: lat=latitte (x-axis) STotwoKm = Data values (y-axis) Var1 = Variance Kindly help how I can plot error bar on both side of data point, Many thanks, Regards, Yogesh -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-258 93 600 (O) (Ext.250) Fax : 0091-20-258 93 825
2008 Sep 30
0
Root-Mean-Square(RMS) Difference
...) # 'n' is number of observation in particular month QUESTION: I want to know if I am doing right and is it best way of computing clomatology of Root-Mean-Square difference between two data sets. -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-258 93 600 (O) (Ext.250) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]
2009 Jul 22
0
how to calculate growth rate of CO2 (ppm) time series
...0.740788 2000 9 28 3 5 0 -38.00 145.00 2280 366.750 2000.740794 2000 9 28 3 8 0 -38.00 145.00 1830 366.550 2000.740803 2000 9 28 3 13 0 -38.00 145.00 1220 370.550 Many great thanks, Best Regards, Yogesh -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-25904350 (O) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]
2007 Jun 05
4
Where to find Polycom firmware with 330/320 support?
Hi, I just got a Polycom 330 and, of course, I don't have the firmware and sip.cfg files to provision it. Where can I get those? Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070605/a14615c8/attachment.htm
2007 Nov 09
0
svn+chan_mobile+Asterisk+Siemens FXO no voice
...from phone(analog) call establishes between S55 and remote mobile but i can't hear anything on analog phone. i started dbus,bluetooth services. Debian Etch, CSR Bluetooth USB Siemens S55 Linksys SPA3102 Linksys spa3102 and asterisk work properly (tested). -- With Regards, Mandeep Singh Bhabha
2008 Mar 22
1
how to detect redirect fax call
Hi, I want to try detecting if a call is a fax from Zap/1 channel and if it is, forward it to a fax number. How to do it? I have iaxmodem and Hylax working, but it can only receive, but not redirect the fax call. Also, I have read that Asteris has a tool call rxFax. Could someone help me to understanding the difference in terms of functionality between rxfax and hyfax? Which one is better?
2009 Feb 10
1
harmonic function fiting? how to do
...with time. SO, I doubt that I am doing something wrong. Kindly help, how to fit correctly, a fourth harmonic function on CO2 which is varying with variable 'time'. Great thanks, Regards, Yogesh -- Yogesh K. Tiwari (Dr.rer.nat), Scientist, Indian Institute of Tropical Meteorology, Homi Bhabha Road, Pashan, Pune-411008 INDIA Phone: 0091-99 2273 9513 (Cell) : 0091-20-258 93 600 (O) (Ext.250) Fax : 0091-20-258 93 825 [[alternative HTML version deleted]]