Principia Discordia

Principia Discordia => Literate Chaotic => Topic started by: hirley0 on November 13, 2010, 02:29:40 PM

Title: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on November 13, 2010, 02:29:40 PM
20101113Total time logged in: 4 days, 22 hours and 39 minutes. read down:

% Day_n=20101112 t_Start=1046 t_End=1050 t_Spent= 4

%who % 2010 matlab ? % what % navigate 101

which dir %% % dir is a built-in function.

which sound % ?_\matlab\toolbox\matlab\sounds\sound.m

dir ?_\matlab\toolbox\matlab\sounds %%% -found splat.mat

% /\/\ /\

cd

pwd

lookfor lookfor

.         :fnord: Link 4word2 Law Suit  (https://www.principiadiscordia.com/forum/index.php/topic,31493.msg1297909.html#msg1297909)
   

Title: Re: MATLAB ? 2010 ? help
Post by: hirley0 on November 13, 2010, 02:32:11 PM
% Day_n = 20101112 t_Start =  1026 t_End = 1033  Spent =  7
c = computer
load splat, ymin = min(y); ymax = max(y);
if ymin == ymax,  ymax = ymax + 1; end

% Scale y's values between [ymin ymax] onto [-1 1].
slope = 2/(ymax-ymin);
intercept = (ymin+ymax)/(ymin-ymax);
y1 = slope*y+intercept;

savewave('splatv1',y1,Fs);

%%%%%%%%%%%%%%%% /\/\ /\ eXpect changes
Title: Re: MATLAB ? 2010 ? help
Post by: hirley0 on November 13, 2010, 02:34:42 PM


% Day_n =  20101107 t_Start =   1133
%who% let "ME" begin {again
%what% to discribe SOMe "SOUND" ?"ideas"?
%%when% % i use a form over substance approach

% beginning with the following preamble
% s=clock;Day_n=10000*s(1)+100*s(2)+s(3);
% t_Start=100*s(4)+s(5); t_on=60*s(4)+s(5);
% format compact, diary make1.m, Day_n, t_Start

%who%
%what% that gives me a diary of what i did
%%when% plus todays date and the time it took?

demo

clc
%       MATLAB has sound capability {YES i did HAVE?
%       Continue with this demo
%       only if you have sound available. {STILL do in XP
%%% Do you wish to continue? ([y]/n) y clc {{ GUESSING:
%%% M-files in directory ..\matlab\toolbox\matlab\sounds
% Note xP is D: C: this is 98 %%%  splat  laughter  train    
load splat
%%%       Now in the workspace is vector y,
t = (1:length(y))/Fs;
plot(t,y)
%%% Press any key to continue. {so far so good {{ I guess
sound(y,Fs)
%%%%% Unable to play sound, no MCI compatible wave devices found.
%%% OK at this point in the "DEMO" i am lost as i know not WHY
%%% Press any key to continue. pause    

%%%%%
%%which% i end with the following tail
%why% so that i've MADE A COPY called make1.m
%-% i hack it down in size and reNAME it by date
%
% s=clock; t_End=100*s(4)+s(5)
% t_off=60*s(4)+s(5); t_Spent=t_off-t_on
% diary off

%%%%%
%%which%
%why%
%-% t_End =  1141 tSpent = 8diary off

Title: Re: MATLAB ? 2010 ? help
Post by: Triple Zero on November 13, 2010, 03:18:26 PM
I only ever made sound in MATLAB on a Linux system, and it just worked. Am currently also running Linux and don't even have MATLAB installed, so I'm afraid I can't help you further by trying to reproduce the problem.

There's a few other people on the board that are familiar with MATLAB though, so maybe they have an idea?

Another idea is a workaround, if you just want to hear what a certain graph / waveform sounds like. There's a command-line utility called "sox" (http://sox.sourceforge.net/), it's cross-platform and you can run it from the XP commandline "cmd" window. You can use it (among other things) to convert all sorts of sound fileformats to another. Including "raw" sound files, which, afaik, you can produce with MATLAB by saving your sound vector values to a file, making sure they are stored as 16 bit values scaled from -32768 to 32767, in binary format. When you got that, you can use sox to convert it from this raw data to the .WAV format, which you can play with any kind of media player. It's a bit cumbersome, but once you figure it out, you can perhaps script it (I bet MATLAB is able to execute commandline stuff, right?) to make it easier. One tip: if you play the sound and it sounds like an awful screeching fart of whitenoise, you need to change something about the signed/unsigned flag when converting with sox.

Good luck!
Title: Re: MATLAB ? 2010 ? help
Post by: hirley0 on November 13, 2010, 04:08:47 PM
 2 ML  SCRIPT (http://www.principiadiscordia.com/forum/index.php?topic=21174.msg965650#msg965650)

yeah: 8:09
Comprenda'
i've some 'NIx stuff at FAB as the U uses Intel(ese)
I did manage to do what i was after YESterday {took all day
/\/\ /\ thanks for the TIp
Title: Re: MATLAB ? 2010 ? help 2011 BROWN {Egg SheLL:
Post by: hirley0 on January 06, 2011, 09:15:43 PM
(http://upload.wikimedia.org/math/5/f/0/5f05c4a77b3bd0a9bdb9dc1966930e0a.png)

% d = 20110106 t =  1255
%% dB/dt = n*A^2*B +A*(v*B) % n"magnetic diffusivity"=1/qu
%%% q is "electrical conductivity", u is "permeability"
%%%% v is velocity, B Magnetic field, t time, d delta "change in"
%%%%% A an unexplained character at this time (GREEK}?
%%%% REYNOLDS NUMBER "n*A^2*B" / "+A*(v*B)" ?"ADVECTION TO DIFFUSE"?
%%% SO LETS (um}? carry On:
%%

%first find a "B"
B = 1 %%% B =  1
% next find a dt : ?

%% this is a Very VERY old 0000 and dt was not computed
% END_t =  1257 (dt=2)
Title: Re: MATLAB ? 2010 ? help
Post by: Igor on January 06, 2011, 09:52:58 PM
The triangular character that you're denoting by A is a nabla.
It's a differential operator that acts on each component of a vector in turn:
(http://upload.wikimedia.org/math/f/1/0/f10b17e67a7b5b91dfc83feb00d1ffdd.png)
http://en.wikipedia.org/wiki/Del

(The B and u in your equation are vectors, so they'll each have 3 components.)
Title: Re: MATLAB ? 2010 ? help
Post by: hirley0 on January 07, 2011, 02:52:37 PM
20110109 2:41 PM  Soon it will be 5PM Math Hour
-
Their4 its time to atTempt to pick up the B thread {dispite the cold
= =
first regurgated the formula?  po/B (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg990535#msg990535)
ThaT is not the one i'LL use. i'LL use "the divergence of a vector field, or " (http://en.wikipedia.org/wiki/Divergence) MayBe?
: : :
WoORking from " the nabla symbol " (Squared) * n"magnetic diffusivity" * B Magnetic field
LoOK4 n="=1/qu" (um}? reciprical of (q is "electrical conductivity", u is "permeability" )
Joke Time the reciprical of QU is Que Me (GiRL) OK so search for those two
? ? ? ?
ALLright i updated my form(diary) over Substance file (0000) .m for the 5 Oclock ?
now lookfor "permeability"? = could not find ?= found instead toolbox\nmm\interact\
Gerrys toolbox  http://web.cecs.pdx.edu/~gerry/nmm/mfiles/#download
so? its back to search the web
/TilT\ "permeability"
the degree of magnetization of a material in response to a magnetic field
http://en.wikipedia.org/wiki/Permeability
http://www.merriam-webster.com/dictionary/permeability

~bt~ electrical conductivity
http://en.wikipedia.org/wiki/Electrical_conductivity

.BB. the deeper one looks the more & more recieps r found
maybe tomorow / maybe not


20110109 durring this period of a very bad cold Magnetism is on HOLD

As U can teLL i'z not to cleaver at these taiLs
Total time logged in: 5 days, 15 hours and 23 minutes.
thank you for the help IT REALLY DOES HELP: /-/Ub' 7:37 AM psT

20110106 10:23 PM / 20110106 6:52 AM
http://en.wikipedia.org/wiki/Orders_of_magnitude_(magnetic_field)

examples of magnetic field B in teslas
microtesla 24 µT strength of magnetic tape near tape head
31 µT strength of Earth's magnetic field at 0° latitude (on the equator)
58 µT (5.8×10^5 T) strength of Earth's magnetic field at 50° latitude
10^3 millitesla 5 mT the strength of a typical refrigerator magnet
One tesla is equal to 10^4 gauss.
Title: Re: MATLAB ? 2010 ? help 20110227
Post by: hirley0 on February 27, 2011, 11:37:10 PM
3:33pm psT mind in a M.mod?

2011 02/27  My search4 Meno (Moon Deno the dynescore)
-
begins by deviding the Moon into two halves Heavy(Near) lite(far)
= =
its assumed its the Far side Next find a broad flat plain ?/?
and compute the dust layer 24e7/24 = 10Ma/period Moon 156 =15.6P
: : :
next guess 100ft/p OR 1.5K of over burden So it should be in a
new falt zone of about those DIMEmentions. Perhaps its best to
STOP aLLready B4 i'v begun? but i'LL search for A Link or 4 anyway
? ? ? ?
http://www.solarviews.com/raw/moon/farside.gif
http://paranormal.about.com/od/lunaranomalies/a/aa011507_2.htm
http://paranormal.about.com/od/zsitchinniburu/a/Is-Nibiru-Approaching.htm
http://www.bautforum.com/group.php?do=picture&groupid=5&attachmentid=12743


3:35
2011 02/27 10:07 AM (aLL back FuLL):
-
My thoughts retraced the link to ({Past}?):
= =
I'Z not encouraged: So MineD leaps to MooN Tails
For Me the Moon is NEW Was Part of Earth once ("ONE fiftysix")
: : :
the Pacific Basin to be eXact: And therefor ...
ON THE FAR SIDE of the Moon there should be BONES
of EarthThings of the period (old K/T boundry)
? ? ? ?
http://www.beloit.edu/sepm/Earth_Works/Sea_floor_spreading.html
I used that page to get 156 from. FROM there question sea for
http://en.wikipedia.org/wiki/K%E2%80%93T_boundary (65.5 ± 0.3) Ma
Drumheller, Alberta where erosion has exposed the KT boundary.
/TilT\ my tail of the MooN
THE event ONE MiLLion & 56*10 Thousand years prior Was a pas de
DUO I1npactor(Mass/moon+/-){ICE1} & i2njector(10*M/m){Solid4) I1 hit
Earth Creating Pacific Crater (a knocked out Lunar Chunk from there)
i2 redirected & reshaped Moon into orbit and left the area for Sun
~bt~
the lunar ordit was NOT aligned in the System plane & the realignment
of the orbit \ to === plane is a very gradual event, but does exist
Thus the Tilt of the Earths Axis & the N/S range of the lunar orbit
both change tward lower angles over the 156ma time frame Include Mass
.BB.
best believe What goes up must come down (MooN is No exception)
the Lunar Life time is short, in terms of Gy(24e7){Galatic Orbits}
and the precession of the Equinox is not a circle in the sky but
an ever decreasing spirial. tward SS Axis(90/plane) &it2 is A ?/?   
Title: Re: MATLAB ? 2010 ? 03/03
Post by: hirley0 on March 03, 2011, 06:08:22 PM
Day_n =  20110302 t_Start =  1256
%% returning to matlab
%%% after a long absent
%%%% to reSolve the population QUESTION
%%%%% A QUESTION ABOUT e if i'm correct

e ??? Undefined function or variable e.

pi ans =     3.1416
help pi  PI     3.1415926535897....
PI = 4*atan(1) = imag(log(-1)) = 3.1415926535897....

help imag
help log
help exp  EXP(X) is the exponential of the elements of X, e to the X.
See also LOG, LOG10, EXPM, ARITH, POW2.
lookfor e

t_Spent =   8
% diary off
http://en.wikipedia.org/wiki/E_(mathematical_constant)

http://en.wikipedia.org/wiki/World_population
Day_n =  20110302 t_Start =  1713
%% ti83 to ml conveersions
%%% of population curves
%%%% to plot the past
%%%%% NOT THE FUTURE

t=1:10;x=t;

a=124; b=-1.97; y=a*x.^b; plot(x,y)

Day_n = 20110302 t_Start =  1730

t=1:10; x=t;  a=124; b=-1.97; y=a*x.^b;

a=337; b=.337; y=a*b.^x; plot(x,y)

a=35.5; b=-19.5; c=284; a*x.^2+b*x+c;

plot(x,y)

t_End =  1750 t_Spent =  20

Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Doktor Howl on March 03, 2011, 06:15:19 PM
Hirley, you fascinate me.  You are, at least on this board, a man who is capable of expressing what appear to be completely coherent thoughts with utterly no context by which to interpret them.

A properly trained linguist could probably write one hell of a paper on your posts.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Dysfunctional Cunt on March 03, 2011, 07:05:51 PM
Quote from: Doktor Howl on March 03, 2011, 06:15:19 PM
Hirley, you fascinate me.  You are, at least on this board, a man who is capable of expressing what appear to be completely coherent thoughts with utterly no context by which to interpret them.

A properly trained linguist could probably write one hell of a paper on your posts.

After we're all dead and gone some archeologist is going to come across these posts and the answers will be revealed to them....

:lulz:

Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on March 04, 2011, 09:54:16 PM
Quote from: Khara on March 03, 2011, 07:05:51 PM
Quote from: Doktor Howl on March 03, 2011, 06:15:19 PM
Hirley, you fascinate me.  You are, at least on this board, a man who is capable of expressing what appear to be completely coherent thoughts with utterly no context by which to interpret them.

A properly trained linguist could probably write one hell of a paper on your posts.

After we're all dead and gone some archeologist is going to come across these posts and the answers will be revealed to them....

:lulz:


(Um}? she does not net hangs out with Lemars on Madagastar?

% d = 20110304 t = 1144
%% Adam Eve Cain & Able
%%% plot of populaion CHART
%%%% with QuarticReg approach
%%%%% to? ManDaBaLL solutions {not my bag

p=[1 2 3 4 3]
t=1:5;plot(t,p)

k=t;plot(k,p,'ob')
axis([0 7 0 7])
hold on

a=-.0833333; b=-10*a; c=-2.916666; d=5.166666; e=-2;
y=a*k.^4+b*k.^3+c*k.^2+d.*k+e;
plot(k,y,'-r')

%%%%% not exactly what i was eXpcting
%%%% however its Mine, My approache to
%%% to? ManDaBaLL solutions {not my ba
%% USe diScreSHion's
% t_End =  1202 t_Spent = 18
% diary off
Title: Re: MATLAB ? 13th March
Post by: hirley0 on March 13, 2011, 05:09:19 PM
REV A

%%%%%%  Day_n = 20110313 t_Start =   1037
%%%%%  in the 12 minute effort
%%%% i used 1/13 (thirteen notes)
%%% clearly the wrong way
%% this time 5 (got it ?
%% to weigh my propaganda

2^(1/12) % ans =   1.0595
a=ans    % a =    1.0595
% fn = f0 * (a)n { hmm?
f0e = 440
n=1:1/11:2
f12= f0e*n
x=1:1/4:2
f5=f0e*x % f5 =   440   550   660   770   880
f0=1000
f50=f0*x % f50 =  1000  1250  1500  1750  2000

% t_End =  1058 t_Spent =   21


% Day_n =  20110313 t_Start =  939
%%%%% my effort to
%%%% MAKE
%%% a scale
%% to weigh my propaganda

2^(1/12) % ans =   1.0595
a=ans    % a =    1.0595
n1 = 440/a
% fn = f0 * (a)n
n=1:12
f0=440
fn = f0 * a.*n  % hopefully
% nopE
% weLL Later out of time B4 i go however this CONcept

Y=2^(1/13) % Y =    1.0548
%% t_End =   951 t_Spent =   12
Title: Re: MATLAB ? 5PM 13th March
Post by: hirley0 on March 14, 2011, 01:00:24 AM
SOME WHEN AFTER 5:12
A4  #       B      C     #      D      #      E      F      #      G      #      A
% 440 480    520    560    600    640    680    720    760    800    840    880
  440 466.16 493.88  ITS STiLL IN THE FUMBLE STAGE


% Day_n =  20110313 t_Start =   1625
2^(1/12) % ans =   1.0595
a=ans    % a =    1.0595
f0e = 440
n=1:1/11:2
f12= f0e*n

% 440 480 520 560 600 640 680 720 760 800 840 880

f0=500
x=1:1/11:2;
fn=f0*x
x2=1:1/11:2
f2=1000
fx2=f2*x2
% t_End = 1633 t_Spent = 8
Title: Re: MATLAB ? 2010 ? 03/03 =A3/20
Post by: hirley0 on March 20, 2011, 12:30:03 PM
Jump to the example CLICK HERE (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg1064981#msg1064981)


Quote from: hirley0 on March 03, 2011, 06:08:22 PM
Day_n =  20110302 t_Start =  1256
%% returning to matlab
%%% after a long absent
%%%% to reSolve the population QUESTION
%%%%% A QUESTION ABOUT e if i'm correct
e ??? Undefined function or variable e.
http://en.wikipedia.org/wiki/E_(mathematical_constant)

http://en.wikipedia.org/wiki/World_population
Day_n =  20110302 t_Start =  1713
%% ti83 to ml conveersions %%% of population curves
a=124; b=-1.97; y=a*x.^b; |a=337; b=.337; y=a*b.^x; plot(x,y)
a=35.5; b=-19.5; c=284; a*x.^2+b*x+c;

20110320 i'poise i'Z here 2day PlotN LiBA pop ? Maybe at NoOn (Read 285 times)
Total time logged in: 7 days, 2 hours and 20 minutes.
If a page was recently created here, it may not yet be visible because of a delay
Total time logged in: 7 days, 2 hours and 24 minutes.
LisTn stiLL mostlY asleep ? was is e changing | LoOK i donno but i was going to LooK at POsssAbility of E


Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on June 07, 2011, 01:46:17 AM
20110605 Maybe next month ? measuring POP ?//?

Quote from: hirley0 on March 04, 2011, 09:54:16 PM
Quote from: Khara on March 03, 2011, 07:05:51 PM
Quote from: Doktor Howl on March 03, 2011, 06:15:19 PM
Hirley, you fascinate me.  You are, at least on this board, a man who is capable of expressing what appear to be completely coherent thoughts with utterly no context by which to interpret them.

A properly trained linguist could probably write one hell of a paper on your posts.

After we're all dead and gone some archeologist is going to come across these posts and the answers will be revealed to them....

:lulz:


(Um}? she does not net hangs out with Lemars on Madagastar?

% d = 20110304 t = 1144
%% Adam Eve Cain & Able
%%% plot of populaion CHART
%%%% with QuarticReg approach
%%%%% to? ManDaBaLL solutions {not my bag

p=[1 2 3 4 3]
t=1:5;plot(t,p)

k=t;plot(k,p,'ob')
axis([0 7 0 7])
hold on

a=-.0833333; b=-10*a; c=-2.916666; d=5.166666; e=-2;
y=a*k.^4+b*k.^3+c*k.^2+d.*k+e;
plot(k,y,'-r')

%%%%% not exactly what i was eXpcting
%%%% however its Mine, My approache to
%%% to? ManDaBaLL solutions {not my ba
%% USe diScreSHion's
% t_End =  1202 t_Spent = 18
% diary off
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Disco Pickle on June 07, 2011, 12:40:58 PM
What is it you're plotting?  Are these sound waves?  I'm finally seeing the math in your posts.

Not sure why I didn't see it before.  Wasn't expecting it?  Now that I've seen it I see it everywhere.



Title: pREamble 2
Post by: hirley0 on June 26, 2011, 10:23:15 PM
Total time logged in: 8 days, 16 hours and 41 minutes. 1000*( 8*24*60 + 16*60 * 41) = 12.5mMs
PROnounce MeGag_MiLLi-second'$
Quoting Mustafa <mustaphadada@yahoo.com>:
hello everybody

please i need to know how to plot a curve from a series of images with extension (.tif),
i'm a new Matlab and i need some examples or tutorial or anything thing lo learn how to do that..
How:

i'LL post three(3) files after this one(1) FUN.m , FUNPLOT.m & cmd_line.txt

aLLthough the effort was made with a particUlar person in mind see green above

its never really possible for me to communicate (Comprenda'}?



Quote from: Disco Pickle on June 07, 2011, 12:40:58 PM
What is it you're plotting?  Are these sound waves?  I'm finally seeing the math in your posts.

Not sure why I didn't see it before.  Wasn't expecting it?  Now that I've seen it I see it everywhere.

20110626 2:20 - 2:?? pdt subtract 1 if board

lemme see: LiBraRy book # 518G463m page 171 USING FUNCTION HANDELS
eX COShANDEL=@COS

function xyout=funplot(Fun,a,b)
% funplot makes a plot of the function Fun

% Input arguments are:
% Fun: Function handle of function to be plotted
% a: first point of domain
% b: last point

% Output: xyout (at x=a, x=(a+b/2), x=b)

x = linspace(a,b,100);
y = Fun(x);
xyout(1.1) = a; xyout(2.1) = (a+b)/2; xyout(3.1) = b;
xyout(1.2) = y(1); xyout(2.2) = Fun((a+b)/2); xyout(3.2) = y(100);
plot(x,y)
xlabel('x'), ylabel('y')


function y=Fdemo(x)
% line not in LiBraRy book # 518G463m

y=exp(-0.17*x0.*x.^3-2*x.^2+0.8*x-3;

>> % if all is well the graph on page 173 appears
ydemo=funplot(@Fdemo,0.5,4)

this red stuff was the preamble part it did NOT work for me as @ is not A part of 4 (probably):
Title: #3 cmd_line.txt
Post by: hirley0 on June 26, 2011, 10:26:29 PM
% if all is well the graph on page 173 appears
funplot(fun([0.5:4]),0.5,4)
Title: #2 funplot.m
Post by: hirley0 on June 26, 2011, 10:30:46 PM
function xyout=funplot(Fun,a,b)
% funplot makes a plot of the function Fun

% Input arguments are:
% Fun: Function handle of function to be plotted
% a: first point of domain
% b: last point

% Output: xyout (at x=a, x=(a+b/2), x=b)

x = linspace(a,b,100);
y = fun(x);
xyout(1.1) = a; xyout(2.1) = (a+b)/2; xyout(3.1) = b;
xyout(1.2) = y(1); xyout(2.2) = Fun((a+b)/2); xyout(3.2) = y(100);
plot(x,y)
xlabel('x'), ylabel('y')
Title: #1 fun.m
Post by: hirley0 on June 26, 2011, 10:32:54 PM
function y=fun(x)
% line not in LiBraRy book # 518G463m

y=exp(-0.17*x).*x.^3-2*x.^2+0.8*x-3;
Title: NOT much fun
Post by: hirley0 on June 26, 2011, 10:42:48 PM
because the program changes every Mili second
its reaLLy never possible to know
so i try to go back in the chapter (6) pronounced SeiX to?

file_name FtoC /@ page 164
function C=ftoc(F)
C=5*(F-32)./9;

the real name of the file should obviously be f2c.m
&in4 it is INportANT not to foLLow the book as CAPs don't work as suggested
so use $maLL letters when in doubt / when caps don't work  now bac2DC (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg1058563#msg1058563)

What is it you're plotting?  YES:
Are these sound waves?  it may have been
I'm finally seeing the math in your posts. { i'LL see if i can stiLL find SOMe links

Not sure why I didn't see it before.  {{ it appears To me U may be hiding somEthING
Wasn't expecting it?  {{{ not reaLLy moore disapointing id SAy
Now that I've seen it I see it everywhere. OK good Luck 3:06 pdT 2 board
Title: LiNK ?
Post by: hirley0 on June 26, 2011, 11:14:52 PM
2:27 / 02:26:05


http://tech.groups.yahoo.com/group/matlab/messages?o=1   as pdX 3:24 (comprenda' No?

3:23
7478    Help Please ;how plot a curve from (.tif) images ?
hello everybody please i need to know how to plot a curve
from a series of images with extension (.tif),
i'm a new Matlab and i need some examples or tutorial...    Mustafa
mustaphadada
Offline Send Email    Jun 21, 2011
5:12 am


http://tech.groups.yahoo.com/group/matlab ? 3:14


You must first select a Yahoo! Profile

To use Groups, you must select a public profile. This is the name which you will be known by within the group. It will be used to identify you when you use group features such as Messages, Chat, Photos, and Calendar, and it will be displayed in the Members area of your group.
Member    Real Name    Gender    Age
hirley0
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Faust on June 26, 2011, 11:30:45 PM
my image = imread(" whatever.tif")

combining multiple image datasets will require some processing
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Faust on June 26, 2011, 11:32:54 PM
I have to move away from matlab soon  :cry:, I need to run a distributed application on like 40 machines all working on different parts of the same dataset, but the college don't have the licences for it so I am going to have to move back to a more portable language.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Triple Zero on June 27, 2011, 12:03:20 AM
Get PyLab and IPython.

PyLab is a module written on top of matplotlib making the Python interactive commandline able to do anything MATLAB can do. And for the most part with exactly the same commands (they even got the crazy "k+" style of setting the plot color*). It also includes NumPy which allows you to do vector operations like MATLAB and SciPy which provides a shitload of mathematical functions and formulas.

IPython is just a replacement for the default interactive Python shell with a bunch of improvements such as colours and tricks, as well as having a special -pylab mode, which allows the windows with graphs and such to stay open while you can type new commands.

Together, they're pretty much MATLAB, and free.



*optional, you can set it in a more sane manner too.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on June 27, 2011, 12:07:32 AM
Quote from: Faust on June 26, 2011, 11:32:54 PM
I have to move away from matlab soon  :cry:, I need to run a distributed application on like 40 machines all working on different parts of the same dataset, but the college don't have the licences for it so I am going to have to move back to a more portable language.

Server not found / Firefox can't find the server at www.principiadiscordia.com.
that is OBViously because My wifi connection was disconnected prior2 3:55 PM

thats kind of a sad song ? i'LL assume its in the key of UNix
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on June 27, 2011, 12:15:16 AM
Quote from: Triple Zero on June 27, 2011, 12:03:20 AM
Get PyLab and IPython.

Together, they're pretty much MATLAB, and free.


this is maybe pretty new news to me 4:11 3 board
back when i was trying to USe computers ? i did some php as i REMember
-
python is A programing Language along those lines if my memory is working / Not
PyLab then is a LookALike & so I should investigate further ? i'poise it takes 2

4:15
4:32
Server not found / Firefox can't find the server at www.principiadiscordia.com.
that is OBViously because My wifi connection was disconnected prior2 3:55 PM

http://cse.ucdavis.edu/~chaos/courses/nlp/Software/iPython.html
The server at cse.ucdavis.edu is taking too long to respond.
http://showmedo.com/videotutorials/series?name=N49qyIFOh

http://ipython.scipy.org/moin/Download
http://en.wikipedia.org/wiki/Matplotlib
http://en.wikipedia.org/wiki/WxPython
Title: AHEAD 1/3RD
Post by: hirley0 on June 27, 2011, 12:34:47 AM
http://www.principiadiscordia.com/forum/index.php?topic=29524.75   (Read 487 times)  2Win?
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Faust on June 27, 2011, 08:11:06 AM
Quote from: Triple Zero on June 27, 2011, 12:03:20 AM
Get PyLab and IPython.

PyLab is a module written on top of matplotlib making the Python interactive commandline able to do anything MATLAB can do. And for the most part with exactly the same commands (they even got the crazy "k+" style of setting the plot color*). It also includes NumPy which allows you to do vector operations like MATLAB and SciPy which provides a shitload of mathematical functions and formulas.

IPython is just a replacement for the default interactive Python shell with a bunch of improvements such as colours and tricks, as well as having a special -pylab mode, which allows the windows with graphs and such to stay open while you can type new commands.

Together, they're pretty much MATLAB, and free.



*optional, you can set it in a more sane manner too.
Awesome, thanks trip. Python will take a little getting used to but that sounds like a nice alternative without having to rewrite my entire program.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Triple Zero on June 27, 2011, 10:37:52 AM
Quote from: hirley0 on June 27, 2011, 12:15:16 AM
Quote from: Triple Zero on June 27, 2011, 12:03:20 AM
Get PyLab and IPython.

Together, they're pretty much MATLAB, and free.


this is maybe pretty new news to me 4:11 3 board
back when i was trying to USe computers ? i did some php as i REMember
-
python is A programing Language along those lines if my memory is working / Not
PyLab then is a LookALike & so I should investigate further ? i'poise it takes 2

Python is an interpreted scripting language, indeed a bit like PHP.

Except PHP is specifically intended to make websites.

So it's more accurate to compare Python with Perl, which are both general purpose scripting languages.

Python is one of the easiest languages to learn, IMO, yet very powerful.

Quotehttp://cse.ucdavis.edu/~chaos/courses/nlp/Software/iPython.html
The server at cse.ucdavis.edu is taking too long to respond.

That's too bad, I think I remember reading that page, it has a couple of nice tips and tricks to make the most from IPython (once you got it installed). Maybe check back another time.

Quotehttp://ipython.scipy.org/moin/Download
http://en.wikipedia.org/wiki/Matplotlib
http://en.wikipedia.org/wiki/WxPython

Just follow the instructions here http://matplotlib.sourceforge.net/users/installing.html it's probably the easiest way.

If you're on a debian/ubuntu Linux system, you can simply do sudo apt-get install python-matplotlib (description of the package: Python based plotting system in a style similar to Matlab--Matplotlib is a pure Python plotting library designed to bring publication quality plotting to Python with a syntax familiar to Matlab users. All of the plotting commands in the pylab interface can be accessed either via a functional interface familiar to Matlab users or an object oriented interface familiar to Python users. )

There's descriptions for Mac OSX and Windows as well.

That will get you matplotlib, scipy and numpy. I'm not 100% sure if those packages include IPython but if not you can get it separately.
Title: BOTTOM up
Post by: hirley0 on June 27, 2011, 07:44:32 PM
12:35PM pdT 11B Windows users only need the first two (python and numpy)

2011 06/27  12:12 PM        15,970,304 python-2.7.2.msi
http://sourceforge.net/projects/numpy/files/OldFiles/
2011 06/27  12:22 PM         
5,797,439 numpy-1.6.1rc1-win32-superpack-python2.6.exe


11:05B The requested URL /foreword.php was not found on this server

noon pdT 11B / Edit:    Today at 11:00:55 AM
$199 individual license    
$180 per user 10 license minimum    
$990 per user 10 license minimum    Specialized pricing

11:55 AM?PM

OK i'LL do this in July? in the mean time reformat C:(98) & D:(XP) AND TRY 622 TO START c over
http://matplotlib.sourceforge.net/users/installing.html

11:50AM pdT 10Board the truth is | I did not know how to do this | after command.com | THEN WHAT

Quote from: Triple Zero on June 27, 2011, 10:37:52 AM
Quote from: hirley0 on June 27, 2011, 12:15:16 AM
Quote from: Triple Zero on June 27, 2011, 12:03:20 AM
Get PyLab and IPython.

Together, they're pretty much MATLAB, and free.


this is maybe pretty new news to me 4:11 3 board
back when i was trying to USe computers ? i did some php as i REMember
-
python is A programing Language along those lines if my memory is working / Not
PyLab then is a LookALike & so I should investigate further ? i'poise it takes 2

Python is an interpreted scripting language, indeed a bit like PHP.

Except PHP is specifically intended to make websites.

So it's more accurate to compare Python with Perl, which are both general purpose scripting languages.

Python is one of the easiest languages to learn, IMO, yet very powerful.

Quotehttp://cse.ucdavis.edu/~chaos/courses/nlp/Software/iPython.html
The server at cse.ucdavis.edu is taking too long to respond.

That's too bad, I think I remember reading that page, it has a couple of nice tips and tricks to make the most from IPython (once you got it installed). Maybe check back another time.

Quotehttp://ipython.scipy.org/moin/Download
http://en.wikipedia.org/wiki/Matplotlib
http://en.wikipedia.org/wiki/WxPython

Just follow the instructions here http://matplotlib.sourceforge.net/users/installing.html it's probably the easiest way.

If you're on a debian/ubuntu Linux system, you can simply do sudo apt-get install python-matplotlib (description of the package: Python based plotting system in a style similar to Matlab--Matplotlib is a pure Python plotting library designed to bring publication quality plotting to Python with a syntax familiar to Matlab users. All of the plotting commands in the pylab interface can be accessed either via a functional interface familiar to Matlab users or an object oriented interface familiar to Python users. )

There's descriptions for Mac OSX and Windows as well.

That will get you matplotlib, scipy and numpy. I'm not 100% sure if those packages include IPython but if not you can get it separately.

Quote from: Faust on June 27, 2011, 08:11:06 AM
Quote from: Triple Zero on June 27, 2011, 12:03:20 AM
Get PyLab and IPython.

PyLab is a module written on top of matplotlib making the Python interactive commandline able to do anything MATLAB can do. And for the most part with exactly the same commands (they even got the crazy "k+" style of setting the plot color*). It also includes NumPy which allows you to do vector operations like MATLAB and SciPy which provides a shitload of mathematical functions and formulas.

IPython is just a replacement for the default interactive Python shell with a bunch of improvements such as colours and tricks, as well as having a special -pylab mode, which allows the windows with graphs and such to stay open while you can type new commands.

Together, they're pretty much MATLAB, and free.



*optional, you can set it in a more sane manner too.
Awesome, thanks trip. Python will take a little getting used to but that sounds like a nice alternative without having to rewrite my entire program.
Title: y?Y
Post by: hirley0 on June 28, 2011, 07:28:26 AM
7/1 the colors red & blue tend to sequence R=odd B=even # days ?.
6/30 reboot2 (ready for July} no flash. {5:56am pdT)
5:07 pdT = reLogin'$ aLLways confusing despite notes  
23:28 pdT
it is reboot time = almost finished = installed python = the n part is searching for 6 and i'v 7 ?/?
^
LOOK: did check out python book , thumbed thru, THERE WERE NO pictures, TOOK it back same day
Title: julY
Post by: hirley0 on July 02, 2011, 01:48:41 PM
depth data due during debate
29.16 15
29.21 21

Subject to revision naturally
Title: y?Y
Post by: hirley0 on July 03, 2011, 04:43:42 PM
aLL Right 20110603-2 i'z begun the Questioning of 'EM | ESPeciaLLy AsStRoNoMeRs
Lemme see if i canfind some of Yesterdays M's
/\/\ iss flight times for Portland OR (USA)
Fri Jul 01/09:55 PM 4 19 10 above W    11 above S
Sun Jul 03/09:38 PM 1 10 10 above WSW    10 above SW
\/\/
WeLL that is not what i had in mind | iT does seam Logical & positive | & yes i think I saw 9:55PM Fri
Listen {I had the camera pointed at the UU Tower (two blocks West) | in other words about W22N ?/
_
x= [1:12], F= 110*2.^(x/12) | yeah? yeah it did Work { i guess
= =
R = 3.1415926536 / 180;
R1 = 477198.8491; R2 = 445267.1142;
R3 = 35999.0498; R4 = 483202.0251;

R = 3.1415926536 / 180;
R1 = 477198.8491; R2 = 445267.1142;
R3 = 35999.0498; R4 = 483202.0251;

x=zeros(31,6);
x(1,:) = [51818,0,1,0,0,0];
x(2,:) = [9531,0,-1,2,0,0];
x(3,:) = [7843,0,0,2,0,0];
x(4,:) = [2824,0,2,0,0,0];
x(5,:) = [857,0,1,2,0,0];
x(6,:) = [533,1,0,2,-1,0];
x(7,:) = [401,1,-1,2,-1,0];
x(8,:) = [320,1,1,0,-1,0];
x(9,:) = [-271,0,0,1,0,0];
x(10,:) = [-264,1,1,0,1,0];
x(11,:) = [-198,0,-1,0,0,2];
x(12,:) = [173,0,3,0,0,0];
x(13,:) = [167,0,-1,4,0,0];
x(14,:) = [-111,1,0,0,1,0];
x(15,:) = [103,0,-2,4,0,0];
x(16,:) = [-84,0,2,-2,0,0];
x(17,:) = [-83,1,0,2,1,0];
x(18,:) = [79,0,2,2,0,0];
x(19,:) = [72,0,0,4,0,0];
x(20,:) = [64,1,1,2,-1,0];
x(21,:) = [-63,1,-1,2,1,0];
x(22,:) = [41,1,0,1,1,0];
x(23,:) = [35,1,2,0,-1,0];
x(24,:) = [-33,0,3,-2,0,0];
x(25,:) = [-30,0,1,1,0,0];
x(26,:) = [-29,0,0,-2,0,2];
x(27,:) = [-29,1,2,0,1,0];
x(28,:) = [26,2,0,2,-2,0];
x(29,:) = [-23,0,1,-2,0,2];
x(30,:) = [19,1,-1,4,-1,0];

r=zeros(31,1);
r(:,1)=x(:,3).*R1+x(:,4).*R2+x(:,5).*R3+x(:,6).*R4;

%%%%
%%%
%%
%


t_Spent =
    8
% diary off
 LooK it took ALL day | I Lost track of Time & allmost Missed the 6:24 Squirrel |wi|
anyway i'z attempting to convert a basic (Perigee.bas)  program into MatLab Ling0 so
I can pick apart Astronomers ASSumPtIOns about where iss is When & more inportantly
where The Moons of Neptune & Uranus should be Vs Where they ReeLy R | R U Listening ?
color = T

a=zeros(31,1);
b=zeros(31,1);
for C1(1:60)
for I = 1 TO 3
 P1 = 0; P2 = 0;
 T = (J0 - 2415020) / 36525; T2 = T * T;
 M1 = R * (296.105 + R1 * T + .009192 * T2);
 D = R * (350.737 + R2 * T - .001436 * T2);
 M = R * (358.476 + R3 * T - .00015 * T2);
 F = R * (11.251 + R4 * T - .003211 * T2);
 E = 1 - .002495 * T - .00000752 * T2;
   for J(1:30)
a(J,1) = x(J,2).*E.^x(J,3);
b(J,1) = x(J,3).*M1+x(J,4).*D+x(J,5).*M+x(J,6).*F;
P1 = P1 + a(J,1).*sin(b(J,1)).*r(J,1);
P2 = P2 + a(J,1).*cos(b(J,1)).*r(J,1).*r(J,1);
    end
J0 = J0 - (36525 / R) * (P1 / P2);
  end
P = 950724;
for J(1:30)
P = P + a(J,1).*cos(b(J,1));
end
K = 6378.14 / sin(R * P * .000001);
K = fix(K + .5); PA$ = "PERIGEE  "
% IF P2 < 0 THEN PA$ = "APOGEE   "
% PRINT #1, J0; PA$; K; " KM  ";
J = fix(J0); GOSUB 900
J0 = J0 + 13.78;
end
% END

7:40aB the above is a translation in process | some of it HAS BEEN  converted | & some has NOT
USuaLLy the caps STRING/stuff (3 LETTERS IN A row) May be unCONverted as of this Hr 7:43 ?
Title: Y?y
Post by: hirley0 on July 03, 2011, 04:58:11 PM
the NAVY parts ABove are the 30 DATA parameters
i OF COURSE have no clue as to What it aLL is about
However My guess is that x(:,1) is Jupiter & x(:2) is for Venus

YES*YES my mind has a Very difficult Time sorting ouT iTH Row jTH Column sequence$  Check4change

the Teal part is Really Vague to me & if this PROjECT ever gets AComplished
i'Ll be even Moore SirPrized than U
Title: y0
Post by: hirley0 on July 03, 2011, 06:40:03 PM
Whereas i consider myself a form over substance TYPE | (OBE person} these forms:

6 GREEN
5 ORANGE
4 PURPLE
3 BROWN
2 TEAL
1 NAVY
0 maroon
00limegreen
READ BOTTOM UP
^
V
read TOP down
1 LiMe
2 MAROON
3 NAVY
4 TEAL
5 BROWN
6 PURPLE
7 ORANGE
8 GREEN

as U may OR May Not guess this form was
due to the sequencing problems of the prior posts (Above) that were made today 
} & thank U pd for aLLowing tHis today
Title: LiMe
Post by: hirley0 on July 03, 2011, 08:51:08 PM
7/3/2011 1513 ? relative to what?
-
WeLL? i draw a mythical line in the solar system
= =
to devide the "ENTITY" FROM THE eXitTea {near Jupiter
& is based upon Jupiters Moons | such that Two J.Moons
: : :
are involved the outter (i'LL say Triton for now & change it later maybe
and the next one closer to Jupiter i'LL say obLion 4now & change it Too
outter->( Line>|(<inner That line is tangent to & touches inners orbit
? ? ? ?
and results that Outer(Triton crosses the line from eXitTea to ENTITY
and some time later recrosses the line back from ENTITY to eXitTea again
because it is mythical Jupiter never crosses it Nor Saturn Nor Uranus etc
in my mind it is the deviding line OF the Solar System of objects ? 1524 
% t_End =   1222 t_Spent =  40 % diary off
% 0 REM   CALENDAR --> JD
% 10 INPUT "Y,M,D "; { Go Ahead {{= snow me
%%% i tried several(many) ways to input it
%% the only way i can see to do this
% is to modify THIS script itself

Y = 2011; % Yeah?
M = 07; %% for July
D = 04; %%% change this Li ?
G = 1;  % Gregorian ?/?
D1 = fix(D);
F = D - D1 - .5;
J = -fix(7 * (fix((M + 9) / 12) + Y) / 4);
% 30 IF G = 0 THEN 50 {G=1{{Si'{{{skipJUMP
S = sign(M - 9);
A = abs(M - 9);
J1 = fix(Y + S * fix(A / 7));
J1 = -fix((fix(J1 / 100) + 1) * 3 / 4);
J = J + fix(275 * M / 9) + D1 + G * J1;
J = J + 1721027 + 2 * G + 367 * Y;
if F >= 0
J
else
F = F + 1;
J = J - 1;
J, F
end
pause(6)
I1 = 20110704

Title: Re: y?Y
Post by: rong on July 03, 2011, 09:41:59 PM
Quote from: hirley0 on July 03, 2011, 04:43:42 PM
anyway i'z attempting to convert a basic (Perigee.bas)  program into MatLab Ling0 so
I can pick apart Astronomers ASSumPtIOns about where iss is When & more inportantly
where he Moons of Neptune & Uranus should be Vs Where they ReeLy R | R U Listening ?

relative to what?
Title: 1y es T
Post by: hirley0 on July 03, 2011, 10:50:35 PM
MAROON
Day_n = 20110703 t_Start =  1415
%% 3rd
%%% & final revision
%%%% BASIC to Matlab {today

F = 0
J=2455746; % F=1;
G8 = 1; G = 1;
F8 = F + .5;
if F8 < 1  fox1 = 1, end
%> F8 = F8 - 1; J8 = J + 1;
%> if G8 == 1  fox2 = 2,  end
A91 = fix((J / 36524.25) - 51.12264);
A8 = J + 1 + A91 - fix(A91 / 4);
B8 = A8 + 1524;
C8 = fix((B8 / 365.25) - .3343);
D8 = fix(365.25 * C8);
E8 = fix((B8 - D8) / 30.61);
D8 = B8 - D8 - fix(30.61 * E8) + F8;
M8 = E8 - 1; Y8 = C8 - 4716;
if E8 > 13.5 M8 = M8 - 12; end
if M8 < 2.5 Y8 = Y8 + 1; end
J, F, Y8, M8, fix(D8)

%%%% main concept JD->G is LiMe
%%% Satisfied ?
%% EVEN if QUestions remain
% t_End = 1419 t_Spent =  4 % diary off





Quote from: rong on July 03, 2011, 09:41:59 PM
Quote from: hirley0 on July 03, 2011, 04:43:42 PM
anyway i'z attempting to convert a basic (Perigee.bas)  program into MatLab Ling0 so
I can pick apart Astronomers ASSumPtIOns about where iss is When & more inportantly
where he Moons of Neptune & Uranus should be Vs Where they ReeLy R | R U Listening ?

relative to what?
Title: Re: MATLAB ?
Post by: hirley0 on July 04, 2011, 05:26:14 PM
20110706 11:06pdT McLiB  dsp/groups/matlab (http://www.dsprelated.com/groups/matlab/1.php)
7/3/2011 1513 ? relative to what?
-
WeLL? i draw a mythical line in the solar system
= =
to devide the "ENTITY" FROM THE eXitTea {near Jupiter
& is based upon Jupiters Moons | such that Two J.Moons
: : :
are involved the outter (i'LL say Triton for now & change it later maybe
and the next one closer to Jupiter i'LL say obLion 4now & change it Too
outter->( Line>|(<inner That line is tangent to & touches inners orbit
? ? ? ?
and results that Outer(Triton crosses the line from eXitTea to ENTITY
and some time later recrosses the line back from ENTITY to eXitTea again
because it is mythical Jupiter never crosses it Nor Saturn Nor Uranus etc
in my mind it is the deviding line OF the Solar System of objects ? 1524  maybe a DUP
07:09:07 AM 8pd7/5 the sit is forMAT'n the output to display {Just a min?
its the TeaL  part of #35 Above reaLLy i should delete the whole tread | start over07:17:30 AM
08:16:50 AM WeLL? it was going along fairLy well actuaLLy
mY interest has sort of faded though as My e-Mail ACcounts at Y! & MsN
have basicaLLy fuZZed me out.

as for AStronomers? Listen? not sure about the data , today i'LL look into MatLab .dat files
Without much intrest {as its aboout gone } My Question for'EM is about which data
parameter is the one for orbital period? I mean If thats something thats CONsidered {i DONno

2011-0707 09:34  return now to those thriLLing(chiLL'N) days of yester year
-
the tail of the :"TABLE": AND TOSS on to it the word :"ENTITEY": 3 e's?
= =
by entity i mean a place in space out to & including the largest moon of
Jupiter, but not jupiter itself see fantom line) (//http://)
: : :
anyway include the woord cavatation beneith the Table Top and assume
the table to be the surmace of the ocean in todays renderings. Now
plot the grid on the Cartisian serface and the path of the 7 North
? ? ? ?
by that i mean North to Pearl from the marshaLLs (April 58) arived 5/5
as i REMember the TaiL. x=1:11; plot(x,x), grid on
the GRAPHICs WiLL take me a very long time {maybe NEver
RS saYs Friday? maybe i'LL be back then {} Hasta' Nachoes
Title: Re: MATLAB 2011 0708
Post by: hirley0 on July 08, 2011, 06:59:18 PM

% "_THE enTITy"
%  there eXists no easy translation
%  the entity refers to SOMe limited physical space
%  centered at the center of the solar system out as far as Jupiters moons
%  one that does not include JupITER "herself" i began the tails WITH
%  x=1:10; plot(x.x), grid on, and achived the graphic i was looking4
%  by manipulating the boundries of figure 1 ( a straight line / asending
%  the point being the line was not straight due to the ratio of Xy Axis
%  anyway i did [ctrl] [pri sc] -> paint to make the .BMP to post later
%  it wiLL be a very Long time?/? B4 i'LL be ready to do this { someday?
%  i the mean time tap tap tap the keyboard in a random rhythmic WAY?/?
%  SweLL? The tails for aWhile come out of the LiBraRY  book 518G463m
%  2008 third edition etc etc | and now 03:18 my fumbeling thru to ?/?
%  TV 10.1 nature 10.2 inDEpendant lenze 10.3 radio 10.4 no longer there
%  03:23 ? surf 271, 273, 360 "creates a surface plot" ~[ of the OcEAN ]
%  03:26 the reason i say OCeaN is i want to CONvay an idea of something
%  there located above A cavation EVENT being created below by sub/SONAR
%  these their4 are mental images created of the ENtitY. Created by plots
%  within the matlab enviornment, and wiLL foLLow the book at the start
%  to an AMazing degree. Only the names of the Variables wiLL be changed
%  TOo protect me (Um}? from W's of rong, U get the Joke ? Right ?/?
%  03:33&1/3 Chapter 9 3D | ~' can be A USsFuL way to present ThaT "~
%  page 271 03?/? Making Mash & SirFace pLots:
%  
%  
i=-1:0.1:3; o=1:0.1:4; [U,O]=meshgrid(i,o); S=U.*O.^2./(U.^2+O.^2);
mesh(U,O,S); zlabel('s'); ylabel('o'); xlabel('u');
pause(2), figure(2)
mesh(O,S,U); zlabel('U'); ylabel('S'); xlabel('O');
pause(4), figure(3)
mesh(U,S,O); zlabel('O'); ylabel('S'); xlabel('U');



06:20 2011-0708 it took MUCH longer than planned to render the fig's
&I would addMIT that in aLL probability it would take a brain stem
capable of diLuSHion to grasp the Transation/Transitions.REMember
it began with the diLlusion of a plain flat surface (of Ocean) No
wind No Waves & no SUBs in the area 7/7: transition1(T1) 7/8
-
the first figure is the Oregon coastline Right & the Plate Fault Left
the Quake has already happened an the wave is headed ashore > at Std
speed (obviously in this rendering its frozen in time near halfway.

Fig 2 is left to individual interpretations, for US capable of Di-
Lusion its the poseriour of a gal bending forward to pick up her
pet as she makes preperations to move to higher grounds (City Hall?

fig 3 then simply becomes a Flag held up to reviel a later position.
Looking forward to the next instaLLmint the moving wavy Stay tunned?

at this time 10:56AM pdT it is  my guess the book is wrong
what Fig the book shows as an answere is from surf SO? Try
surf(U,O,S); u c oK

2011-0709 06:15 Math HouR was over 1/4 Hour ago DiP 1 LiMe
-
tap tap, taping along anyway. 515.723F775 & 530.11S318m are the two new LiBraRY books
Combined with 518S463m Make the trio, theoreticaLLy to provide direction? Again Top down
: : :
IF i could just REMember without having to LooK to refresh it would help (aLass NO
& the best place for me to LoOk is on the Jump drive, SO where is it? FOUND=not LosT
OK: what appears to me is cONfusion between surf & mesh + no color / LiBraRY CHaos:?
? ? ? ?
Going Back EVEN Further ?/? to #41 the Entity? $1 should have been the LiMe color ? Right
Do1 LiMe M N T B P O G "LMNTBPOG"
THUS IT SHOULD HAVE BEEN  41 2 3 4 5 6 7 8 and today should start aLL over being LiMe {oh my}
It was not so start again? 1 background statement 2 sTART 3 ? 4DATA ETC TRY TO FINISH ON TIME

2011-0708 11:27  for tomorrow = Sat
-
REMember these July entries as di-LusIONal | meaning contain iRegularities of severaL ORDERS
= =
i grew up? in a particle world & AM little skilled in Feild Matters | break for book return
13:12 back + mop bath room + shower etc. / 530.11S318m Maxwell' conundrum & 515.732F775 too
: : :
my search is in the back of the books for the word parameter, because i wann introduce 31
{got it?) first 7 7 no para I c Parselval'stheorm so i'LL start from page 370 (not from 360)
y?Y yeah?YEAH skip all that to the final two chapters beginning from Z  then try oher book:
? ? ? ?
13:22 again No para try Pais, Abraham instead 9,32,53,223  from 223 O i = Opposed.
53 (the year Nineteen &) (pg 52 Imagine, {paraGRAPH) ONLY IF u HAS Di-Lusional agailities
12 BB Miles 2 M Ly ("This" next chapter} ~" slowing of the progessioon of Time" I DO B.leave
~ FROM A DIFFEREN "FRAME" OF REFERANCE /~ rEAD PAR(or,) VERY CAREFULLY: ok?
/TILT\
13:44 ok LINK TO GROUP5: ? 13:54 P32 BRoiught me baCk to the 70's (red  & green light)
noot red & blue? p9 Ch2 foot not 1 ,1 consists of the asseertion {yeah i agree CON.
MaxWeLL 25 Di-electric & perm_ability c=1/sqt(e*u) 8.85x10^-12 F/m  4*pi*10^-7 N/A^2
WeLL i AM not interested in regurgatating. I'LL search thur MatLab i mean lookfor Max
~bt~
yEP its Mostly CHaos stiLL
3 NAVY
% 2011-0709  5PM-6?  Enter a new book 515R917c BECAUSE:
% it has pages about Parametric equations (184-185)
% _review 44-1 "parametric equations are 2 equations that defign the
% variables x &y as functions of a third vairable USUALLY t
% _EXAMPLE 44-2 x=t+1; t=x-1; y=4-t^2; y=4-(x-1)^2; y=-x^2+2x+3 ;
%  the above eXample is a process of
%  " " eliminating the parameter " " My Way is Just the Reverse
% to Reintroduce the parameter (i mean parameterS) as4Me
% reIntroducing t into the Equations is not sufficient for i
% DO seak to not ony reintroduce t but the change in t i'LL caLL T^
% the book only approches its answers in the eLemmonNation direction
% it has been many MANy years since i've done reintroductions So
% i'LL skip it for now and move along to Di-LU+shion / para in Mind.
% - + / ok 'poising 3 interactive Fiels for the moment
% Thus i'LL leave the OCEANs Flat for SOMe while and think in terms
% of the Atmosphere the 3 Fields i'LL call Oxygen Argon & Di-Ox+idE
% and todays (i mean tomorrows MaLab'N below is an approach to immage
% } which REMinds me i 4got the group5 link {darn it
% OK ? aLLright image of interaction between fields (ei as Di-O increases
% } that by the way is pronounced Day OH its Assumed O decreases baring
% Entry of other parameters | skip to 518page273 for today regurg
%  ------------------------ table 9-1 ---------------- cart?
% function format surf(X,Y,Z)
% x=-3:0.25:3; y=3:0.25:3; [X,Y]=meshgrid(x,y);
% Z=1.8.^(-1.5*sqrt(X.^2+Y.^2)).*cos(0.5Y.*sin(X);
%
% surf(X,Y,Z), pause(1), mesh(X,Y,Z),
% pause(2), figure(2), meshz(X,Y,Z),
% pause(3), figure(3), meshc(X,Y,Z),
% pause(4), figure(4), surfc(X,Y,Z),
%
%
% NOW INTRODUCE
t=0:0.25:6 % PROnounced S_x as parAMeatER "t".
T_=t.*^.00005 %% as BAR T {read right to Left _T
% & maybe even t Slash /t (rate of change in RATE OF CHANGE
% HOWEVER BE ADVISED:  the tricky part is the periodic part
% U know the part where it speeds up (passes Quickly)
% & then again when it Slows noticably (DrAGS)
% i KNOW OF NO MORE compleX issue than ThaT ESPishaLLy
% the what i call 1000 year component whiTch could be some
% OTHER NUMBER than 1K & EVEN the probability of a 300 1too.
%
%
%
%
%
%
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on July 12, 2011, 12:07:28 AM
% Day_n = 20110711 t_Start =  652
%%
% 2011-0711 06:46
% sO: i slept thru Math Hr 5-6
% i'LL now run the foLLowing
%%% Missing operator, comma, or semi-colon.
%%% Improper function reference. A "," or ")" is expected.
%%% ??? Error using ==> surface Matrix dimensions must agree.
%%% Error in ==> c:\hub\matlab\toolbox\matlab\plotxyz\surf.m

i=-1:0.1:3; o=1:0.1:4; [U,O]=meshgrid(i,o); S=U.*O.^2./(U.^2+O.^2);
surf(U,O,S); zlabel('s'); ylabel('o'); xlabel('u');
surf(X,Y,Z), pause(1),FIGURE(2), mesh(X,Y,Z),

%%% ??? Undefined variable or function FIGURE; Caps Lock may be on
x=-3:0.25:3; y=-3:0.25:3; [X,Y]=meshgrid(x,y);
Z=1.8.^(-1.5*sqrt(X.^2+Y.^2)).*cos(0.5*Y.*sin(X));
surf(X,Y,Z), pause(1),figure(2), mesh(X,Y,Z),
pause(2), figure(3), meshz(X,Y,Z),
pause(3), figure(4), meshc(X,Y,Z),
pause(4), figure(5), surfc(X,Y,Z),

Z=1.8.^(-1.5*sqrt(X.^2+Y.^2)).*cos(0.5*Y).*sin(X));

%%% ??? cos(0.5*Y)Missing operator, comma, or semi-colon.

x=-3:0.25:3; y=-3:0.25:3; [X,Y]=meshgrid(x,y);
Z=1.8.^(-1.5*sqrt(X.^2+Y.^2)).*cos(0.5*Y).*sin(X);
surf(X,Y,Z), pause(1),figure(2), mesh(X,Y,Z),
pause(2), figure(3), meshz(X,Y,Z),
pause(3), figure(4), meshc(X,Y,Z),
pause(4), figure(5), surfc(X,Y,Z),
%%%%
%%%%% JUST way WAY to many copy/paste typing errors
%%%%
%%%
%%
% t_End = 713 t_Spent =   21 % diary off & 7:23 10 min to edit

% Day_n = 20110712 t_Start =    1359
% [x fval]=fminbnd('x^3-12*x^2+40.24*x-36.5',3,8)

x=0:0.1:8;
y=x.^3-12.*x.^2+40.24.*x-36.5;
plot(x,y)

[x fval]=fminbnd('x^3-12*x^2+40.24*x-36.5',3,8)

%%% ??? [x fval]=fminbnd Undefined function
help fminbnd  && & fminbnd not found. help min
min('x^3-12*x^2+40.24*x-36.5',3,8)
&& & ??? Error using ==> min Too many arguments.

min('x^3-12*x^2+40.24*x-36.5') & && ans =  42
% t_End =  1432 t_Spent =  33 & && interupted 15
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on July 14, 2011, 12:25:14 AM
% Day_n = 20110712 t_Start =    1359
% [x fval]=fminbnd('x^3-12*x^2+40.24*x-36.5',3,8)

x=0:0.1:8;
y=x.^3-12.*x.^2+40.24.*x-36.5;
plot(x,y)

[x fval]=fminbnd('x^3-12*x^2+40.24*x-36.5',3,8)

%%% ??? [x fval]=fminbnd Undefined function
help fminbnd  && & fminbnd not found. help min
min('x^3-12*x^2+40.24*x-36.5',3,8)
&& & ??? Error using ==> min Too many arguments.

min('x^3-12*x^2+40.24*x-36.5') & && ans =  42
% t_End =  1432 t_Spent =  33 & && interupted 15

http://spaceflight.nasa.gov/realdata/sightings/cities/view.cgi?country=United_States&region=Oregon&city=Portland
ISS Mon Jul 25/05:18 AM 2 22 10 above SSW 22 above S
ISS Tue Jul 26/04:21 AM 3 13 10 above SSE 10 above ESE
3:25
Title: Re: MATLAB ? 2010
Post by: hirley0 on July 18, 2011, 11:22:44 AM
26purple0
20110718 2:22
7/19 it does appear that the foLLowing is where i'z going M_Lab.Ly
7/20 WiFi down McLiB: 9:45b
7/22 out of Min

http://www.bautforum.com/group.php?groupid=5
(http://www.bautforum.com/attachment.php?attachmentid=14516)
291102723 i did manage to graph an approach to an approximation of the above /\
0 t0 180Ma the Velocity of continental spread has slowed since 64Ma (K/T)
PRIOR to the (K/T) the rate of spread had been increasing !! but not Linearly
(http://www.bautforum.com/attachment.php?attachmentid=15250)
Title: Re: MATLAB 2011 ? Augest
Post by: hirley0 on August 02, 2011, 04:38:19 PM
8/2 top down v


(http://www.bautforum.com/attachment.php?attachmentid=15292)

8/5 10:40pdT 2nd reboot searching 4 disruptions
8/9 MARKET? SIEX move -./
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on August 13, 2011, 03:03:59 PM
FIVE 9/1 #5 9/1 4am, 2 5.5 (http://www.meetup.com/portland-r-user-group/messages/boards/thread/14759261#53184552)
FOUR should be enough for my Mth LeveL see U at 16th
#4 {deleted 9/1 (http://www.meetup.com/portland-r-user-group/messages/boards/thread/14759261#51517141) 20110813 2
#3 8/13 6:52 (http://www.meetup.com/portland-r-user-group/messages/boards/thread/14759261#51352041) 20110813 1
post2 20110420 (http://www.meetup.com/portland-r-user-group/messages/boards/thread/10702504#40646284) April & index
post1 10/10/10  (http://www.meetup.com/portland-r-user-group/messages/boards/thread/9808867#38068311) Starting points for R? P/P8

Rin_13161701  (http://www.meetup.com/portland-r-user-group/members/13161701/) Photos (http://www.meetup.com/members/13161701/photos/)

IT DOES NOW (11-12AM pdT) ThaT for now at least R '$ is Inop
thus the Salmon St bench {shadey side of street) at 16th wiLL be Space/Place
a mail box will be ATTached behind the Bench for R messAGEas /-/U? 10:36B
20111001 UNable to log in PW REQUEST:
20110815 IT LOOKS TO ME AS THOUGH IV FOUND A SITE TO DO MAth Maybe /-/
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on August 17, 2011, 04:12:57 PM
ay at 08:10:05 AM
http://imagine.gsfc.nasa.gov/docs/features/bios/cottam/cottam_image.html (Origional)
(http://photos3.meetupstatic.com/photos/member/2/9/e/1/highres_21670721.jpeg)

The connection has timed out ? ay at 07:15:40 AM
PRoblem with R thUS moving along to 20110817 8:11:11.111 pd T
BOTTOM UP ^
Title: Re: MATLAB ? 2010 ? 2011 ? 8:15 B?
Post by: hirley0 on August 17, 2011, 05:14:36 PM
OK: what is it?
Listen WHAT i'LL try to find is the Variable
the change in the intensity (OR position) of the 2? (Comprenda'?
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Faust on August 17, 2011, 05:48:49 PM
Quote from: hirley0 on August 17, 2011, 04:12:57 PM
(http://photos3.meetupstatic.com/photos/member/2/9/e/1/highres_21670721.jpeg)

The connection has timed out ? ay at 07:15:40 AM
PRoblem with R thUS moving along to 20110817 8:11:11.111 pd T
BOTTOM UP ^

Is that a transit diagram of intensity?
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on August 18, 2011, 06:28:45 PM
My sinceer Opollogy for being Miss Leading see bottom LiNE

Quote from: Faust on August 17, 2011, 05:48:49 PM
Quote from: hirley0 on August 17, 2011, 04:12:57 PM
(http://photos3.meetupstatic.com/photos/member/2/9/e/1/highres_21670721.jpeg)

The connection has timed out ? ay at 07:15:40 AM
PRoblem with R thUS moving along to 20110817 8:11:11.111 pd T
BOTTOM UP ^

Is that a transit diagram of intensity?

No? this is a (Click_X) StiLL as far as I know (1T) (http://imagine.gsfc.nasa.gov/docs/features/bios/cottam/cottam_image.html)
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on August 18, 2011, 06:38:19 PM
9:39 B ?
the problem being
http://imagine.gsfc.nasa.gov/docs/features/bios/cottam/cottam_image.html
-
if i were to Write Dr.
and ask about the ORange lines
SHE {without doubt) would contact athorities {{ etc etc ))
thus: for me to get from NasTa {{{ for eXample }}} the Time sequence
= ==
10:24 of Lunar distance? (Comprenda'? :// Click X 4 LiNk2 (http://www.bautforum.com/showthread.php/102715-Lunar-Distance?p=1911841#post1911841)
:: :
1 find SolorChronology { like dendrachronology {{ only from Solar Spectral Lines
2 find out if SC exists in solar light reflected from the moon { OR if its Lost
3 compute the difference in time direct Sun to Earth & Sun - Moon - Earth =
? ? ? ?
My guess is that (SC) eXists, probably not in the visual spectrum
it wiLL probably have To wait for the radio Ometers to tune in the Solar Spectrum
and then find the Variable to be USed ? an obsorbtion in the nano meter part ?
TBC? 11:11amB current guess  = SC location @ `sORbtion at 2.4gHz, 41-44 nm
Title: Re: MATLAB _ specK$
Post by: hirley0 on August 20, 2011, 07:39:56 PM
(http://photos2.meetupstatic.com/photos/member/b/9/d/d/highres_21947581.jpeg)

(http://photos3.meetupstatic.com/photos/member/b/b/9/f/highres_21948031.jpeg)

(http://photos2.meetupstatic.com/photos/member/b/d/6/b/highres_21948491.jpeg)

ABOVE R My attempts to fathom the $cale / i do not think it
LiNEar however mY 1st approach WAS: sorry to be Miss Leading
again any help UNderstanding ANY of this taiL appriciate GrEAT.Ly
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Rumckle on August 21, 2011, 05:55:18 AM
I'd say your right, they appear to be the Na lines. Perhaps it may be also useful to examine other lines to get a sense of what the scale is:

http://en.wikipedia.org/wiki/File:Fraunhofer_lines.svg

Looking down in the aqua region it easy to spot the E line and the b lines. Also, I think you're also right about it not being linear
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Rumckle on August 21, 2011, 06:42:17 AM
Actually, after a quick analysis using those sodium lines and the E line (not much data I know, but I just wanted a quick check), leads me to believe that it may be linear.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on August 21, 2011, 10:54:59 AM
20110820 PM May as weLL troLL on about
http://imagine.gsfc.nasa.gov/docs/features/bios/cottam/cottam_image.html
My guess is that sCALE ?"COMPRESSION"? eXists 1(RED) nm not = 1(blue)
red being more tightly packed BLUE end spread  (some form of Log}?
-
Further my guess is the cottam_image was obtained using ?"PRism"?
Further that Prism & defraction do NOT calibrate to the same LOG
= =
thUS the Question arises do glass & Quartz use the same LOG scale ?plastic
: : :
OK never mind its AAstronomy (RIGHT}?  andI for one doubT aLL of it,
beginning with THE HubbLe (1 l}? 4me there is no reason to 'poise
Big is getting Bigger & not to Theroize SmaLL is geting Smaller
? ? ? ?
My guess about RED SHIFT {if eXists) as atom shrinks (over Time}
that as time passes the emission lines change too.-. So U C ive
my way of looking at it. It is deffinatly NOT their way. OK? what
was the point anyway. 4me it makes no sence whatsoever that .-T.
/TilT\
galaxies biLLions of years ago Look exactly the same as the ones
seen today. are asTronomers simply looking at a house of mirrows
a calidoscope of the same object being reflected over multipuLL
pathways. talk abouT aTmospheric alterations How about Big 1'$
~bt~
aLLright: I'Z attempting to find something i call "SC"
Solor Chronology ( a time variable ?absorbtion? Line ) to use
as a clock. such that it (SC) could be used to measure distance
(light distance) to the Moon Venus Mars Jupiter etc etc
.BB.
of couse i do not know if SC can be found (my guess is yes it can
{and easiLy once some one tries to find 'Er | the Big gimmy is
would SC be retained in the reflected light from Venus? etc
Venus seams to be the most likeLy object for wE beginners of This?

`

Quote from: Rumckle on August 21, 2011, 06:42:17 AM
Actually, after a quick analysis using those sodium lines and the E line (not much data I know, but I just wanted a quick check), leads me to believe that it may be linear.
(http://photos3.meetupstatic.com/photos/member/a/4/7/f/highres_22002111.jpeg)
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: rong on August 21, 2011, 11:25:31 AM
you're trying to compare the spectrum of light that has been reflected, and therefore has travelled farther and is therefore older to light directly from the source to see if it has changed?

how can you be certain the change spectrum is due to change in the source and not due to the nature of the "mirror?"

might be better to put 2 collectors roughly in line at different distances from the source.

Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on August 21, 2011, 06:20:15 PM
Quote from: rong on August 21, 2011, 11:25:31 AM
you're trying to compare the spectrum of light that has been reflected, and therefore has travelled farther and is therefore older to light directly from the source to see if it has changed?

how can you be certain the change spectrum is due to change in the source and not due to the nature of the "mirror?"

might be better to put 2 collectors roughly in line at different distances from the source.


http://www.bautforum.com/showthread.php/102715-Lunar-Distance?p=1912527#post1912527
HYPERLINKED version of the above line (http://www.bautforum.com/showthread.php/102715-Lunar-Distance?p=1912527#post1912527)
9:20B? 8/21 BROWN actually i AM not sure exactly what i AM
TRYING TO DO?  yes measure direct vs reflected! however 1st the SC must
be discovered? it seams reasonable to me that one or more may in fact
exist. its just a matter of fine tuning over a long time frame to calibrate out
the parameters involved in such an  approach to the questions. WHO wiLL it
be? NasTa? i rather doubt this aLso. Most likely some AMature wiLL find 1.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: rong on August 21, 2011, 07:47:59 PM
If time were to stop, how long would it stop for?
Title: Re: MATLAB NooN MiLLi Second Rev
Post by: hirley0 on August 21, 2011, 08:40:01 PM
Quote from: rong on August 21, 2011, 07:47:59 PM
If time were to stop, how long would it stop for?



http://imagine.gsfc.nasa.gov/docs/features/bios/cottam/cottam_image.html {source
(http://photos2.meetupstatic.com/photos/member/3/e/3/b/highres_22035931.jpeg)
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: rong on August 22, 2011, 12:24:22 AM
That was in response to your link, although if time slows down as an object approaches the speed of light, wouldn't that make light timeless?
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on August 22, 2011, 12:21:08 PM
 Lev{atation}?  (http://www.bautforum.com/showthread.php/2182-USS-CHANTICLEER-ASR-7-HUb?p=72027&highlight=gravity#post72027) 9:27 8/22 2011


Quote from: rong on August 22, 2011, 12:24:22 AM
That was in response to your link, although if time slows down as an object approaches the speed of light, wouldn't that make light timeless?

3:21 B lemme get back 2this Later /-/Ub' 8/22 Monday

Re: MATLAB ? 2010 ? 2011 ?  (Read 1083 times)
Reply #62 on: Today at 03:21:08 AM
Quote from: rong on Yesterday at 03:24:22 PM
That was in response to your link, although if time slows down as an object approaches the speed of light, wouldn't that make light timeless?

3:21 B lemme get back 2this Later /-/Ub' 8/22  Mon
things seen & things UNscene ?  Religion?
once upon a time i was in the Navy & I Levatede at that
TIME, i'LL try to find a link to the event and include A LiNk Later
In Navy? i Levated in a gravity wave pod? in a Gravity wave
pod time dialiats (events slow) Light entering the EYE has longer to
form an image on the retna and so object become very detailed & sharp
the problem arose upon the LEAVING the POD. the time
DiLaTion was reversed & thUS a moment of time compression took place
Velocity (of rate times TIME = Distance) increased into eXponentials

new color to be added later. the ResuLt was extream forces were encountered
opun landing & solid steal welds neay broken (ouch} My point is this
I do NOT believe in the ScientisT'$ belief in the HoLLyNess of the
:"SECOND": WHether they use cgs or MKS . to me ever S is different

in the same way as ever Month is etc. I use Milli Second as My Std
Unit to avoid aLL ScientISt$ and do NOT USe S in its normaL role.
Back to the Question. is light Timeless? My guess is some R & some
R not it depends of from whence they come & where they  aRe headed

i did try to look at a spectrum off of a CD | it sure was Bright?
much brigter than i was expecting. and rather smaLL ----- & I saw
no absorbtion LiNe it Looked continIOUs to me ( i guess because of
dimemention? i donno, My eQUipment does NOT resolve the Lines

The QUestions aRe beyound my ability to grasp (I have no POD
generater to place Light in, to slow it & comprehend its duRation?
whether it has been streached & painted BLUE or compressed & painted
RED { that is probably backwards ) Blue(compressed) Red(streched)

4:56AM pdT for post at 4B? 3 min late
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Faust on August 22, 2011, 01:27:54 PM
Quote from: rong on August 22, 2011, 12:24:22 AM
That was in response to your link, although if time slows down as an object approaches the speed of light, wouldn't that make light timeless?
,

Eh not quite.

Light actually travels at slightly below the absolute maximum possible speed. And while time slows, it doesn't stop, even the dilation that occurs between two objects say the earth, and a satalite approaching the speed of light for five minutes, an hour even, its quite slim.

Photons of light are very low in mass, even on the atomic scale photons are relatively low compared to electrons or the nucleus of an atom. But their mass is still high enough that their time frame is measurable in comparison to our average time.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: rong on August 22, 2011, 03:23:31 PM
@Faust - so "light speed" or "c" is actually higher than actual light speed?

@hirley - i really asked "if time were to stop, how long would it stop for?" to imply the existence of another dimension.  i.e. if time were to stop, nobody would notice as everything would be frozen until time resumed.  the only way to measure the length of the stop would be to have another "time outside time" from which to measure it.

i've always had a difficult time understanding the relationship between velocity and time.  i'm able to "see it on paper" but as soon as i try to visualize it, my reality tunnel gets in the way.

i have often imagined that another way to percieve experience of time is to say that everyone lives 1 life-time, but some travel through time faster than others therefore experience more or less years. might explain why some people are so quick witted and others are "slower"

why did the existentialist go to the eye doctor?
because he was now sighted
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Faust on August 22, 2011, 04:31:45 PM
Quote from: rong on August 22, 2011, 03:23:31 PM
@Faust - so "light speed" or "c" is actually higher than actual light speed?
No, light speed is light speed, but the absolute theoretical fastest possible speed is ever so slightly above that.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on August 22, 2011, 06:33:14 PM
9:33&1/3 weLL Later then:
-
this was going to be about something, i 4got & I AM out of time too .-.'
= =
well aLmost now why L wrong
Title: Re: MATLAB NooN MiLLi Second Rev
Post by: Rumckle on August 23, 2011, 04:14:14 AM
Quote from: hirley0 on August 21, 2011, 08:40:01 PM




http://photos2.meetupstatic.com/photos/member/3/e/3/b/highres_22035931.jpeg

I think I took the E to be the one to the left of the ones you marked b1-4 and then b1-4 was the on the right of that (I can't remember though). Also the way I checked the scaling was to compare how many pixels across the lines were (and adding the width of all previous lines) vs the suspected wavelengths, then plot. But your method seems to work out nicely.
Title: Re: MATLAB MiLLi's Second Rev 8/23
Post by: hirley0 on August 23, 2011, 03:08:10 PM
Quote from: Rumckle on August 23, 2011, 04:14:14 AM
Quote from: hirley0 on August 21, 2011, 08:40:01 PM




http://photos2.meetupstatic.com/photos/member/3/e/3/b/highres_22035931.jpeg

I think I took the E to be the one to the left of the ones you marked b1-4 and then b1-4 was the on the right of that (I can't remember though). Also the way I checked the scaling was to compare how many pixels across the lines were (and adding the width of all previous lines) vs the suspected wavelengths, then plot. But your method seems to work out nicely.

My laTest Regurgatation of `Er  StuFF
http://imagine.gsfc.nasa.gov/docs/features/bios/cottam/cottam_image.html {source
(http://photos3.meetupstatic.com/photos/member/1/a/7/3/highres_22206771.jpeg)

I've tried to number the lines / bottom up / sodium D #32
i easily could miss count however +, added a SIX nano
scale Left to Right ? HOWEVER my guess is its NOT 6
precisely so there is possibly a drift line to line that is
NOT account for. oh My {thank for looking {{ i'LL
soon return to my The ELectron theory in A prior thread
Title: Re: MATLAB MiLLi's Second Rev 8/23 ? What
Post by: hirley0 on August 23, 2011, 05:03:45 PM
REV 20110908 REMoved img / due to revised calculation of F_o 4:28b REPLACEMENT

Quote from: hirley0 on August 23, 2011, 03:08:10 PM
Quote from: Rumckle on August 23, 2011, 04:14:14 AM
Quote from: hirley0 on August 21, 2011, 08:40:01 PM
My laTest Regurgatation of `Er  StuFF
8:03B

20110823 7:40 AM pdT OK? while its on my mind:
-
the search for (SC) Solar Chronology Starts from the NasTa Spec
= =
& of course because (sc) is variable it cannot be found from A
single frame BUT must be derived from the video rather than photo
: : :
B_side it probably (n it more pur form) wont be found in the Visual
its probably going to appear as (i mean in) RADIO?  my first guess
was 2.4gHz 41-44 nanos but after Ms concideration i'LL try again
? ? ? ?
intead of the FAR (UV) (41-44) i'LL try NEAR (IR) > 1000 nM
OK? one Thousand NanoMeters may be (1/1e-9)one thousand MegaHz
OR 1gHz if U must? thUS i'LL pick 444 mHz as my new (SC) line
and try to comprehend what such siLLiness is trying to suggest
/TilT\
YES: i guess my RADIO shack Pro-59 (could be) adjusted to listen
in somewhere around there? what i need now is some way of Looking
for the transition required for such a movement, WHAT electron
Jump would cause a 444mHz period to be propgandized abouT the sYs
~bt~ 8:00 AM pdT going to Look time?
8:27 http://hyperphysics.phy-astr.gsu.edu/hbase/quantum/sodzee.html
8:35 sYs overload = Reset delay include
8:43 http://earthmatrix-muniments.com/id30.html
.BB. ReRegurgatate Time 8:43 AM
41 nano was rong (Right}? what i wanted was 444mHz (Correct)
I want F not Laambda ?/? thUS try to convert one to the other
9  /  5       6562.08  A. = ? H {{{1/(656.208e-9)=1523907.054
WHAT? ONE point FIVE mHz someting is fisshYYY {{1/440e6=2e-9

(UV)(IR)

Rev8/24 read 1175 times SOURCE}
http://imagine.gsfc.nasa.gov/docs/features/bios/cottam/cottam_image.html
img REMoved 20110908 REPLACEMENT below
(http://photos2.meetupstatic.com/photos/member/3/9/a/0/highres_23594752.jpeg)

10:01 AM at about the same time
-
while thinking about a photon to radio wave converter
= =
i'LL recaLL some prior years /RADAR\  the output of RF at the
feedhorn could be converted to visable light with an NE45 lamp
: : :
thus it was know (long ago) RF could be converted to photon
using a neon bulb? as the energy was absorbed & reEmitted ?
My guess is that is a one way idea RF > photon
? ? ? ?
thUS my first guess is there exists some energy ratio between
the two fields with RF having a higher energy content than P
the differance between a calm & a stormy sea. both seas diff E
perhaps focusing a lot of NA589y on a Salt crystal with cat wisker?
/TilT\
anyway it is my guess that (YES): an SC (sOLAR cHRONOLOGY) wiLL
be found, probably in the next decade & it (SC) wiLL have SOMe
interesting insights into the aeTHeater & Fields in general.
i'LL of course try to stay tuned here at discord & avoid the
~bt~
athortians as to OREthEodoxologistic for my taste bud. yeah? ok
it is given that RF (Radio Frequency eXmissions) can & do cause
conversions of mater (say Neon) into an emmisive (active state)
&i 4one ask myself should there be limits inposed on the fields
.BB.
i do not know. it does REMind me however of my electron tail
once in a damp dark space on a comercial grain ship I was
knocked flat (not once but twice) by hi voltage electrons.
So yes i do believe in eLectrons thou i've never seen one.
decimal points have a way of getting away from me easily
thUS be very VERY weary of conclusions based upon this Reduction
Title: Re: MATLAB MiLLi's Second Rev 8/23 ? What
Post by: hirley0 on August 27, 2011, 04:58:36 PM
Quote from: hirley0 on August 23, 2011, 05:03:45 PM
Quote from: hirley0 on August 23, 2011, 03:08:10 PM
Quote from: Rumckle on August 23, 2011, 04:14:14 AM
Quote from: hirley0 on August 21, 2011, 08:40:01 PM
My laTest Regurgatation of `Er  StuFF
8:03B
search for (SC) Solar Chronology Starts from the NasTa Spec
= ? ? ? ?
instead of the FAR (UV) (41-44) i'LL try NEAR (IR) > 1000 nM
OK? one Thousand NanoMeters may be (1/1e-9)one thousand MegaHz
OR 1gHz if U must? thUS i'LL pick 444 mHz as my new (SC) line
/TilT\
instead of the FAR (UV) (41-44) i'LL try NEAR (IR) > 1000 nM
OK? one Thousand NanoMeters may be (1/1000e-9)one thousand "Kilo"Hz
OR 1mHz if U must? thUS i'LL pick (C)1.525 mHz as my new (SC) line
actually 1520 to 1530 on the AM radio dial (as soon as i convert P to E {fields

10:01 AM at about the same time
-
RF  to visable light with an NE45 lamp
/TilT\
REMember also RF could be focused using optical Lenze :
decimal points have a way of getting away from me easily
thUS be very VERY weary of conclusions based upon this Reduction

this REV did get the fickle fringer of slow 1mbm awared = disconnect etc.
Title: Re: chiLLi LAB
Post by: hirley0 on August 27, 2011, 08:07:11 PM
20110827 9:32AM  "Not Math Hour".
-
Allright with that in place 8/27 Math (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg1087670#msg1087670)
= =
Let me ASk the web what is the differance between a photon of
light and an electromagnetic radio wave of 1525 KiloHz ?
: : :
in terms of energy content per unit of time i'poise ?
9:44AM no solution is forth comming |antenna vs Filiment}?
having tuned the AM band from 1330 to 1600ish
????
i get a broad band signel of what sounds to me like FAX
a reptious bleet bleat blee ove & over 1330} |/bbb\?/bbb\_
i think theres a 1410 station & maybe a third / fax over
the top end is vacant 1600-20? {this was NOT any help?/?10:50
/TiLT\
http://en.wikipedia.org/wiki/Atacama_Desert
http://ipsnews.net/news.asp?idnews=33196
http://www.bbc.co.uk/news/world-latin-america-14205720
movie (http://movies.nytimes.com/2011/03/18/movies/nostalgia-for-the-light-chile-documentary-review.html)
~bt~
Cannot play media.You do not have the correct v
yeah? i do I Just no longer use Flash in any flaVor
http://eands.caltech.edu/articles/LXVII4/chile.html
i do see 26GHz & 36GHz mentioned in a .JPG_photo
.BB.
bUTT Babby was i looking in the wrong hole for the wrong #
Listen I WAS Listening to 1330 & 1450 kbps on the AM dial.
it has been years & Years & YEARS since i.Ve pressed the
AM buTTon . 12:00 PM 8/27  11:07:11 B


20110827 12:19 PM ? ? ? ?  12:07B
OVRO (http://www.ovro.caltech.edu/)
astro.caltech (http://www.astro.caltech.edu/observatories/)
thesis500 MHz to 50 GHz (http://thesis.library.caltech.edu/5295/)
thesis carbon monoxide (http://thesis.library.caltech.edu/3262/)
: : :
I GUESS IT goes without say prime eXample of (ES) Enforced stupidity
see smaLL print at bottom of page. Anyway: thinking back from 500MHz's
i get 2 nano'$ vs 400 for Violet {oh my) WeLL my theory on This neads F5
= =
My guess has to be its short hop vs long skip.
true i could have even this backword. never mind: in aLL's probability's THEY
-
aRE NOT EVEN talking about eLectron OREbits but Hot Molicules of Gas -321 etc

8/28 it goes without saying:
i,ve cooked up a new revision }Now hg 546n 1.8MHz & mg 518n 1.9 look
like something NOT to ask NasTa to provide data 4Me to. Go green chair

http://imagine.gsfc.nasa.gov/docs/features/bios/cottam/cottam_image.html {orign

8th color "GREEN" SO? anyway i sent off an e-Mail to 3
at caltec ?/? i rather doubt that i'LL get any responce as i poise its
shut down for HeaT wave, Hi Water, or just Fake Break
bottom line as i reMove on is the  entry point sent .. Si' Ya?

default entry point for "SC" Solar Cronology post 69 (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg1086007#msg1086007)

please observe #70 also {the correction of error in #69 } left as entered /-/
Title: Re: MATLAB 6:30 AM pdT
Post by: hirley0 on August 29, 2011, 02:27:53 PM
8/29 6.5 pdT commence monitoring AM 1330 -16?? for ? 1 hr during TV news
NooN weLL i did Listen / with no photon to RF converter its pointless
12:11 " We did not find results for: differance between a photon of light at 655.74 nm and an electromagnetic radio wave of 1525 KiloHz. " {Look here:
8/30 there were clouds last night. reflected sunlight NOT seen: 31same
9/1 R post 4 deleted & 5 added into its space {index(1) revised
9/2 R 999 propaganda 4 iPhONE & aFORDable etc  
9/3 UpDate of sum Links & MoOn shots S&Jv2
9/4 ^P'2t
-------------------2nd 8 ------------------------
9/5   I'Z trying to get back to links {goto'$} (http://www.principiadiscordia.com/forum/index.php?topic=29994.msg1090884#msg1090884)
9/6  Mus 9/5-13 (http://www.principiadiscordia.com/forum/index.php?topic=28631.msg1090967#msg1090967) & RF.1400 (http://www.setileague.org/articles/protectd.htm) +v77 (http://www.britastro.org/radio/vlf.html)
9/7  (L&M)N color StD (http://www.principiadiscordia.com/forum/index.php?topic=21174.msg1089515#msg1089515) R is not(L&M) (http://www.meetup.com/portland-r-user-group/messages/boards/thread/14759261#53184552)
----Tuesday=teal----
U/8  serious hacking / rev08.spec2Fo (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg1086007#msg1086007)
F/9   9-F   (http://www.principiadiscordia.com/forum/index.php?topic=30125.msg1092330#msg1092330)
Title: [matlab] Constrained Stability Least Mean Square (CSLMS) algorithm
Post by: hirley0 on September 09, 2011, 03:56:06 PM
6:56B? http://en.wikipedia.org/wiki/Linear_least_squares_%28mathematics%29 7:55pd

Last Edit:    Today at 07:07:56 AM First

8:19pd http://en.wikipedia.org/wiki/Simple_linear_regression  7:18B 07:18:54 AM

7:25  http://www.hackchina.com/en/s/schwefel  07:25:33 AM
7:29  http://www.hackchina.com/en/r/114640/ha.m__html 07:30:27
=======================================/
07:41:12 AM by hirley  cslms 8:39pd (http://en.wikipedia.org/wiki/Linear_least_squares_%28mathematics%29#Constrained_linear_least_squares)
--------------
i began a matlab set using diary to get the folowing
%  Day_n =  20110909 t_Start =   858
%% My
%%% Approach
%%%% to the Q U est I ON

lookfor regres & && {not found
lookfor least
help fitnorm
lookfor exampl
mathlist
datalist
demo

%  t_End = 912 t_Spent =  14  diary off

8:35 that was no to helpfull so i tried  http://www.me.pdx.edu/~gerry/nmm

37 function [c,R2] = linefit(x,y)
% linefit    Least-squares fit of data to y = c(1)*x + c(2)
%
% Synopsis:   c     = linefit(x,y)
%            [c,R2] = linefit(x,y)
%
% Input:   x,y = vectors of independent and dependent variables
%
% Output:  c  = vector of slope, c(1), and intercept, c(2) of least sq. line fit
%          R2 = (optional) coefficient of determination; 0 <= R2 <= 1
%               R2 close to 1 indicates a strong relationship between y and x
if length(y)~= length(x),  error('x and y are not compatible');  end

x = x(:);  y = y(:);    %  Make sure that x and y are column vectors
A = [x ones(size(x))];  %  m-by-n matrix of overdetermined system
c = (A'*A)\(A'*y);      %  Solve normal equations
if nargout>1
  r = y - A*c;
  R2 = 1 - (norm(r)/norm(y-mean(y)))^2;
end
39 have not ATTempted to use this | its my approach | don't U C
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on September 09, 2011, 07:27:28 PM
%%%%% Day_n = 20110909 t_Start =   1046
% lime  0
%%  maroon  1
%%% NAVY  "dependant" y
%%%%  Teal   "independant" T or t

X=-1:.1:1; % preamble cooking up a # = fake data
Y=rand(size(X)); %% appli'N heat
plot(X,Y)

% ok make that y = Y
y=Y;
t=X+1; %%% maid independant

help linefit % %%   linefit    Least-squares fit of data

linefit(t,y) %%% ans =  0.1006   0.3773
q=ans %%% q(1) % slope  0.1006 intercept 0.3773

r=t*q(1)+q(2);
plot(t,y,'r+',t,r,'b-')

%%% it is NOT clear to me at this time if i used the correct colors
PM RED=rawBLUE=bakedappears reasonable to me
however i notice from the two wiki links above that iT iS Not A Standard

%% t_End =  1105 t_Spent =  19
% linefit is in NMM toolbox see Gerry? link above ?/? & listed above  :)

-------------------
http://www.ecampus.com/adaptive-filter-theory-4th-haykin-simon/bk/9780130901262

.1 8:49AM lemme say this then
2: i use a TI 83 for regression not matlab
3? 8:51AM My ti book is on loan so 4get this
---------------------------------------------
10:17AM yeah its VERY clear to me at this time?
THAT a snipit of " dependent variable " y is where to begin
i'LL try to make A "dependent variable"y from"independent"X
X=-1:.1:1; y=rand(size(X)); % I HAVE NOT TRIED THIS YET !-!
10:33AM

9/10 s GREEN ?  Time to move On 12:18Brd
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on September 11, 2011, 02:04:47 PM
S/11th AM  aye, I was D_Lighted to find the 10/11 error (http://www.principiadiscordia.com/forum/index.php?topic=21174.0) & SAD about 98#2

T13 Teal ?
11:46AM i can regurgitate as follows
i (as i've said use ti83 4this
3 Teal Time 11:47AM
-----------------------------
:47 turn on ti / press clear
:49 STAT/CALC : 4LinReg(ax+b) 5QuadReg 6CubicReg
7QuatrReg 8LinReg(a+bx) 9LnReg 0ExpReg A PwrReg
B Logistic C SinReg
:55 Looks to me like TEN Ti approaches to REG 
:58 my image is ^EVEN (U shapes ) ^odd (N shapes)



5 Day_n = 20110909 t_Start =   1046
% lime
%% maroon
%%% NAVY "dependant" y
%%%% Teal "independant" T or t

X=-1:.1:1; % preamble cooking up a # = fake data
Y=rand(size(X)); %% appli'N heat
plot(X,Y)

% ok make that y = Y
y=Y;
t=X+1; %%% maid independant

help linefit % %%   linefit    Least-squares fit of data

linefit(t,y) %%% ans =  0.1006   0.3773
q=ans %%% q(1) % slope  0.1006 intercept 0.3773

r=t*q(1)+q(2);
plot(t,y,'r+',t,r,'b-')

%%% it is NOT clear to me at this time if i used the correct colors

%% t_End =  1105 t_Spent =  19
% linefit is in NMM toolbox see gary? link above ?/?
W14 %  Day_n =  20110909 t_Start =   858
%% My
%%% Approach
%%%% to the Q U est I ON

lookfor regres & && {not found
lookfor least
help fitnorm
lookfor exampl
mathlist
datalist
demo

%  t_End = 912 t_Spent =  14  diary off

 IT DOES TAKE A LONG TIME to get sYnc'D
U15 % Day_n = 20110914 t_Start = 1201
% I am ?
%% not sure
%%% about WHAT this was about (Ti83/STAT/CALC/4LinReg}? parameter

lookfor parameter
%% % demoArgs  Variable numbers of input and output parameters
help demoargs % %%  Variable numbers of input and output parameters
%  Input:   in1,in2,in3 = optional dummy input arguments
%  Output:  out1, out2 = optional dummy input arguments
demoargs(2, 4) % two input arguments
demoargs(2, 4, 8) % three input arguments

which demoargs % c:\hub\matlab\toolbox\nmm\program\demoargs.m

help ones && &  ONES(M,N) or ONES([M,N])
arg = ones(2,1)
arg = demoargs(2, 4, 8)
arg = ones(1,2)
arg = demoargs(2, 4, 8)

demoargs(2, 4, 8), out1, out2  % Undefined function or variable out1.

[out1,out2] = demoArgs(1,2,3)
[out1,out2] = demoargs(1,2,3)


% %% weLL So Much for parameters for today
%% its clear thing not only about IN
% think about OUT

%%%%% =  1224 t_Spent =  23
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on September 16, 2011, 01:49:19 PM
http://arxiv.org/abs/0912.3934 { nasTa LrL ?
http://www.wordnik.com/words/thorium  { tH PRICE cHart ?
==========
S18   PHOTO 9/1-17 (http://photos3.meetupstatic.com/photos/member/1/4/5/2/highres_24485202.jpeg)
(http://photos3.meetupstatic.com/photos/member/1/4/5/2/highres_24485202.jpeg)
M19 IF i get the Picture u'LL se it Tomorrow (http://www.principiadiscordia.com/forum/index.php?topic=30262.msg1095683#msg1095683)(http://photos3.meetupstatic.com/photos/member/e/4/e/0/highres_24658592.jpeg)
T20   4:35:36:378 ? (http://www.principiadiscordia.com/forum/index.php?action=profile;u=4407;sa=showPosts)Edit:    Today at 03:37:02 AM
teal Tuesday i was doing weLL {i thought) (unTiLL i got here}
I linked to todays link and scroLLed :"DOWN": to the photo? clicked to save
and a FirFox popUp told me there was a Java script it was trying to find?
FINE  i clicked a box and when t tried to upload the .gif to R i could not find
it so the Or is not what U Left its 1 i had } & it wiLL not be here very long.
Also ? i was putting MatLab on the Toilet computer &  Cant find disk 4 {OUch)
2:36:05 AM
R1510 BROWN Wednesday yeah: i did find out i had a version on CD
THUS was able to make D4 on my own. iT now is time to break out of the
TO/FROM rut and move along. put the signals in the ToliT COMputer &
REstart the gravity numbers (by the week for now) then ?"SPEC"? :
Title: Here? a block diagram would help
Post by: hirley0 on September 21, 2011, 01:02:16 PM
%%% %% % Day_n = 20111003 t_Start =    1445
% reLLy i do not UNderstand what U R saying
%% to try My approach to an answer i'LL
%%% semilogy(EsN0dB,simulatedBER,'r-o','LineWidth',2);
%%% hold on;
%%% semilogy(EsN0dB,theorySer_QPSK,'k*','LineWidth',2);
% %%% out what i see "EsNodB" i'LL call it "Tea"

EbN0dB = 0:2:45; EsN0dB = EbN0dB + 10*log10(Nst/N) + 10*log10(N/(Ncp+N));
??? Undefined function or variable Nst.
N=64; Nsd = 48; Nsp = 4 ;
ofdmBW = 20 * 10^6 ; % OFDM bandwidth
% iv Parameters
deltaF = ofdmBW/N;  %=20 MHz/64 = 0.3125 MHz
Tfft = 1/deltaF; Tgi = Tfft/4; Tsignal = Tgi+Tfft; Ncp = N*Tgi/Tfft;
%% OK once again
EbN0dB = 0:2:45; EsN0dB = EbN0dB + 10*log10(Nst/N) + 10*log10(N/(Ncp+N));
??? Undefined function or variable Nst.
Nst = Nsd + Nsp; nBitsPerSym=2*Nst;
%% & again
Nst = Nsd + Nsp; nBitsPerSym=2*Nst;
plot(EbN0dB,EsN0dB)
??? Undefined function or variable EsN0dB.
EsN0dB = EbN0dB + 10*log10(Nst/N) + 10*log10(N/(Ncp+N))
% %% EsN0dB =   Columns 1 through 7    -1.8709
plot(EbN0dB,EsN0dB)
%% ok trying to move aLLong after CONfusion

simulatedBER = zeros(1,length(EsN0dB));
theoreticalBER = zeros(1,length(EsN0dB));
whos %       simulatedBER       1 by 23           23       184       Full      No
%    theoreticalBER       1 by 23           23       184       Full      No

Grand total is 112 elements using 896 bytes
%%%% big byte for i=1:length(EsN0dB),
bracketed expression must have the sa
me number of columns.

%%%% yeah i ran into that last time i tryed this forgot where (see green Ver
% t_End =    1531 t_Spent =   46


T4
% Day_n =  20111003 t_Start =    1543
%%% %% % GREEN VERSION
N=64; % FFT size

%% & Again
% semilogy(EsN0dB,simulatedBER,'r+');
% hold on;
% semilogy(EsN0dB,theorySer_QPSK,'go');

%% ThE green version does WORK {
% (I do NOT REMember eveRY change
ze % ??? Undefined function or variable ze.
&& oppsi wrong Drive %%% ??? &
ze %%% t_End =  1550 t_Spent =  7



M3 aka 20111003 11:11AM pdT -
Proceedure:
step 1 make copy of your (red) version | Remove >
2 make copy of green version
3 >copy r + g  b
4 >sort < b > c
5 eXamin c to see AREAs of change
----------areas of change ---------v
    % ipHat(find(y_re < 0 & y_im < 0)) = -1 + -1*j;  
    % ipHat(find(y_re < 0 & y_im = 0)) = -1 + 1*j;
    % ipHat(find(y_re = 0 & y_im < 0)) = 1 - 1*j;
    % ipHat(find(y_re = 0 & y_im 0)) = 1 + 1*j;
    ipHat = 0.1;
    ipHat(find(y_re < 0 & y_im < 0)) = -1 + -1*j; % iphat= input^ hat
    ipHat(find(y_re < 0 & y_im >= 0)) = -1 + 1*j;
    ipHat(find(y_re >= 0 & y_im < 0)) = 1 - 1*j;
    ipHat(find(y_re >= 0 & y_im 0)) = 1 + 1*j;
= ==
6 ?  %--------- QPSK demodulation ------------%
y_re = real(R_Freq); % real
11:12p 10:12B


in->[]=out "Reply #77 on: Today at 04:02:16 AM"
W/21st of Sept  Total time logged in: 12 days, 21 hours and 17 minutes.
Because i use iteration (a very slow methode} Edited WEdnesday at 04:16:34 AM
there simply is no way i could help U in the time you have AVailable {sorry}


> N=64; % FFT size
> Nsd = 48; % Number of data subcarriers 48
> Nsp = 4 ; % Number of pilot subcarriers 4
> ofdmBW = 20 * 10^6 ; % OFDM bandwidth
>
> %Derived Parameters
> deltaF = ofdmBW/N;  %=20 MHz/64 = 0.3125 MHz
> Tfft = 1/deltaF; % IFFT/FFT period = 3.2us
> Tgi = Tfft/4;%Guard interval duration - duration of cyclic prefix
> Tsignal = Tgi+Tfft; %duration of QPSK-OFDM symbol
> Ncp = N*Tgi/Tfft; %Number of symbols allocated to cyclic prefix
> Nst = Nsd + Nsp;  %Number of total used subcarriers
> nBitsPerSym=2*Nst; %For QPSK the number of Bits per Symbol is double
> of num of subcarriers
>
> %Simulation parameters
> nSym=2; %Number of OFDM Symbols to transmit (I try to work out in
> small number first)
>
> EbN0dB = 0:2:45; % bit to noise ratio
> EsN0dB = EbN0dB + 10*log10(Nst/N) + 10*log10(N/(Ncp+N)); % converting
> to symbol to noise ratio
>
> simulatedBER = zeros(1,length(EsN0dB));
> theoreticalBER = zeros(1,length(EsN0dB));
>
> for i=1:length(EsN0dB),
>     %-----------------------------------------------
>     %Transmitter
>     %-----------------------------------------------
> re=rand(1,(nBitsPerSym/2)*nSym)>0.5;
>     im=rand(1,(nBitsPerSym/2)*nSym)>0.5;
>
>
>     % ----------Modulation---------
>     %Constellation Mapper
> ip = (2*re-1) + j*(2*im-1); %
>     s1 = (1/sqrt(2))*ip; % normalization of energy to 1
>
>     %serial to parallel conversion
>     s=reshape(s1,nBitsPerSym/2,nSym).';
>  % Assigning modulated symbols to subcarriers from [-26 to -1, +1 to +26]
> X_Freq = [zeros(nSym,6) s(:,[1:Nst/2]) zeros(nSym,1)
> s(:,[Nst/2+1:Nst]) zeros(nSym,5)] ;
> %IFFT block
> x_Time = (N/sqrt(Nst))*ifft(fftshift(X_Freq.')).';
>
>     %Adding Cyclic Prefix
>     ofdm_signal=[x_Time(:,N-Ncp+1:N) x_Time];
>     [rows cols]=size(ofdm_signal);
>     %-----------------------------------------------
>     %Channel Modeling
>     %-----------------------------------------------
>
>  nTap = 10;
>    ht = 1/sqrt(2)*1/sqrt(nTap)*(randn(nSym,nTap) + j*randn(nSym,nTap));
>
>    % computing and storing the frequency response of the channel, for
> use at recevier
>    hF = fftshift(fft(ht,64,2));
>
>    % convolution of each symbol with the random channel
>    for jj = 1:nSym
>       xht(jj,:) = conv(ht(jj,:),ofdm_signal(jj,:));
>    end
>    xt1 = xht;
>
>    % Concatenating multiple symbols to form a long vector
>    xt = reshape(xt1.',1,nSym*(80+nTap-1));
>
>
>
>
>    % Gaussian noise of unit variance, 0 mean
>    nt = 1/sqrt(2)*[randn(1,nSym*(80+nTap-1)) + j*randn(1,nSym*(80+nTap-1))];
>
>    % Adding noise, the term sqrt(80/64) is to account for the wasted
> energy due to cyclic prefix
>    %yt = sqrt(80/64)*xt + 10^(-EsN0dB(i)/20)*nt;
>    yt = sqrt(80/64)*xt + 10^(-EsN0dB(i)/20)*nt;
>
>  %-----------------------------------------------
>     %Receiver
>     %-----------------------------------------------
>     %Serial to Parallel conversion
>
>  r_Parallel=reshape(yt.',89,nSym).';
>
>     %Removing cyclic prefix
>     r_Parallel=r_Parallel(:,Ncp+1:(N+Ncp));
>
>     %FFT Block
> r_Time = (sqrt(Nst)/N)*fftshift(fft(r_Parallel.')).';
>
>     % equalization by the known channel frequency response
>    yF = r_Time./hF;
>
>     %Extracting the data carriers from the FFT output
>
> R_Freq = yF(:,[6+[1:Nst/2] 7+[Nst/2+1:Nst] ]);
>
>     %----------------------------------------------------------------------
>
>  %--------- QPSK demodulation ------------%
>  y_re = real(R_Freq); % real
>      y_im = imag(R_Freq); % imaginary
>      ipHat(find(y_re < 0 & y_im < 0)) = -1 + -1*j; % iphat= input^ hat
>      ipHat(find(y_re >= 0 & y_im > 0)) = 1 + 1*j;
>      ipHat(find(y_re < 0 & y_im >= 0)) = -1 + 1*j;
>      ipHat(find(y_re >= 0 & y_im < 0)) = 1 - 1*j;
>
> %---------------------------------------------%
> numErrors = size(find([ip- ipHat]),2); % couting the number of errors
>  simulatedBER(i)=numErrors/(nSym*nBitsPerSym);
> theorySer_QPSK(i) = erfc(sqrt(0.5*(10.^(EsN0dB(i)/10)))) -
> (1/4)*(erfc(sqrt(0.5*(10.^(EsN0dB(i)/10))))).^2;
>
> end
> semilogy(EsN0dB,simulatedBER,'r-o','LineWidth',2);
> hold on;
>
> semilogy(EsN0dB,theorySer_QPSK,'k*','LineWidth',2);


12:55?


N=64; % FFT size
Nsd = 48; % Number of data subcarriers 48
Nsp = 4 ; % Number of pilot subcarriers 4
ofdmBW = 20 * 10^6 ; % OFDM bandwidth

%Derived Parameters
deltaF = ofdmBW/N;  %=20 MHz/64 = 0.3125 MHz
Tfft = 1/deltaF; % IFFT/FFT period = 3.2us
Tgi = Tfft/4;%Guard interval duration - duration of cyclic prefix
Tsignal = Tgi+Tfft; %duration of QPSK-OFDM symbol
Ncp = N*Tgi/Tfft; %Number of symbols allocated to cyclic prefix
Nst = Nsd + Nsp;  %Number of total used subcarriers
nBitsPerSym=2*Nst; %For QPSK the number of Bits per Symbol

%Simulation parameters
nSym=2; %Number of OFDM Symbols to transmit (I try to work

EbN0dB = 0:2:45; % bit to noise ratio
EsN0dB = EbN0dB + 10*log10(Nst/N) + 10*log10(N/(Ncp+N)); % converting

simulatedBER = zeros(1,length(EsN0dB));
theoreticalBER = zeros(1,length(EsN0dB));

for i=1:length(EsN0dB),
   %-----------------------------------------------
   %Transmitter
   %-----------------------------------------------
re=rand(1,(nBitsPerSym/2)*nSym)*0.5;
   im=rand(1,(nBitsPerSym/2)*nSym)*0.5;


   % ----------Modulation---------
   %Constellation Mapper
ip = (2*re-1) + j*(2*im-1); %
   s1 = (1/sqrt(2))*ip; % normalization of energy to 1

   %serial to parallel conversion
   s=reshape(s1,nBitsPerSym/2,nSym).';
% Assigning modulated symbols to subcarriers from [-26 to -1, +1 to +26]
X_Freq = [zeros(nSym,6) s(:,[1:Nst/2]) zeros(nSym,1) s(:,[Nst/2+1:Nst]) zeros(nSym,5)] ;
%IFFT block
x_Time = (N/sqrt(Nst))*ifft(fftshift(X_Freq.')).';

   %Adding Cyclic Prefix
   ofdm_signal=[x_Time(:,N-Ncp+1:N) x_Time];
   [rows cols]=size(ofdm_signal);
   %-----------------------------------------------
   %Channel Modeling
   %-----------------------------------------------

nTap = 10;
  ht = 1/sqrt(2)*1/sqrt(nTap)*(randn(nSym,nTap) + j*randn(nSym,nTap));

  % computing and storing the frequency response of the channel
  hF = fftshift(fft(ht,64/2));

  % convolution of each symbol with the random channel
  for jj = 1:nSym
     xht(jj,:) = conv(ht(jj,:),ofdm_signal(jj,:));
  end
  xt1 = xht;

  % Concatenating multiple symbols to form a long vector
  xt = reshape(xt1.',1,nSym*(80+nTap-1));




  % Gaussian noise of unit variance, 0 mean
  nt = 1/sqrt(2)*[randn(1,nSym*(80+nTap-1)) + j*randn(1,nSym*(80+nTap-1))];

  % Adding noise, the term sqrt(80/64) is to account for
  %yt = sqrt(80/64)*xt + 10^(-EsN0dB(i)/20)*nt;
  yt = sqrt(80/64)*xt + 10^(-EsN0dB(i)/20)*nt;

%-----------------------------------------------
   %Receiver
   %-----------------------------------------------
   %Serial to Parallel conversion

r_Parallel=reshape(yt.',89,nSym).';

   %Removing cyclic prefix
   r_Parallel=r_Parallel(:,Ncp+1:(N+Ncp));

   %FFT Block
r_Time = (sqrt(Nst)/N)*fftshift(fft(r_Parallel.')).';

   % equalization by the known channel frequency response
  yF = r_Time./(X_Freq+0.1);

   %Extracting the data carriers from the FFT output

R_Freq = yF(:,[6+[1:Nst/2] 7+[Nst/2+1:Nst] ]);

   %----------------------------------------------------------------------

%--------- QPSK demodulation ------------%
y_re = real(R_Freq); % real
    y_im = imag(R_Freq); % imaginary
    % ipHat(find(y_re < 0 & y_im < 0)) = -1 + -1*j;  
    ipHat = 0.1;
    % ipHat(find(y_re = 0 & y_im 0)) = 1 + 1*j;
    % ipHat(find(y_re < 0 & y_im = 0)) = -1 + 1*j;
    % ipHat(find(y_re = 0 & y_im < 0)) = 1 - 1*j;

%---------------------------------------------%
numErrors = size(find([ip- ipHat]),2); % couting the number of errors
simulatedBER(i)=numErrors/(nSym*nBitsPerSym);
theorySer_QPSK(i) = erfc(sqrt(0.5*(10.^(EsN0dB(i)/10)))) - (1/4)*(erfc(sqrt(0.5*(10.^(EsN0dB(i)/10))))).^2;

end
semilogy(EsN0dB,simulatedBER,'r+');
hold on;

semilogy(EsN0dB,theorySer_QPSK,'bo');

.

Please check it for me and let me know which part is wrong here.
Thank you so much in advance.
Here is the result graph

i had to change things to get the graph
U should be able to see where i made changes by sort(ing) these lines
it appears to me?/?  you think theory & simulate R =
i see no reason to think that way see

Edit: Today(9/21) at 12:01:47 PM by hirley0
%Simulation parameters   { EbN0dB &  EsN0dB } for your WhiTch\Where:?
Title: 5AM pdT
Post by: hirley0 on September 22, 2011, 01:01:55 PM
it truely is math hour: the cam is pointed at 225 deg x 10 5X
ISs due at 6:17 (stay tuned for UpDaTe opb/business :07

Orange Friday YESTERDAYs take was my best ever at 50x
however the brightness overeXposes badly | today it may be cloudy donno

WaWaWa {05:42:51 AM
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on September 25, 2011, 11:04:56 AM
S25 STILL in a foggy modethen again i did get the Tub.pTr oprational Sat so
(http://photos2.meetupstatic.com/photos/member/e/4/3/6/highres_25078422.jpeg)
Quote from: Triple Zero on September 25, 2011, 01:33:23 PM
Fuck yeah I love noisy yellow graphs with no labels on the axes!! (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg1098071#msg1098071)
M26  GPU (http://www.mathworks.com/company/newsletters/articles/gpu-programming-in-matlab)
2:4? am PDT weLL its a confusing physics DREAM the
"noisy yellow g" is the ToileT computers Return to Graviity Waves study
A couple of years ago AFTER at least two years of trying i gave up
and turned it off {there were no BIG sun spots }? Etc & & &
now as for the dream Just over so i REMember this it was physics
(about rope) learning the ropes ?{in tree climbing)
the student to my right took my brown manilla rope & left me his
green ?"polly | now where AM i the decent of UR s So later
(http://photos2.meetupstatic.com/photos/member/1/6/highres_25080022.jpeg) (http://www.meetup.com/portland-r-user-group/messages/boards/thread/14759261) 1ST CLICK PHOTO 2R
T27 REMember there were problems getting 7 "noisy yellow graph" LiNEs
more than two: Two are relativly easy to spot by close eXamination
on the final day 9/22 the first two hours were missing (Tc off)
Thus the third hour(02) is seen three times 00, 01 &02 (see it}?
also the 19th had the same issue. there's at least one other DUPE
however i've not spotted it. & there may be more than 3. I 4get!
Listen? after spending years looking for A match (to X-Rays &2
Stereo too} i as stated got tired & turned it off. A new program
(spectrum) perked my interest & i turned the Toliet Computer back
on. added a second hard drive, installed an old 98 / math ...
revised (serious revision){Ver 7Li} the matlab plot "SCRIPT" &
THAT DID WORK, "OK"? making the conversion much MUCH easier /-/  
It's set to convert 4 weeks on the final day. fig1-4 28days/
W28 {Fade)(LuLL}
U29 LATE
F30 I DO like click photo approach eveN when miss leading
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Triple Zero on September 25, 2011, 01:33:23 PM
Fuck yeah I love noisy yellow graphs with no labels on the axes!!
Title: Date? Sat, 001 Oct 2011
Post by: hirley0 on October 01, 2011, 12:08:55 AM
Images have been blocked to protect your pr

Hi all, 10/1 10pdT 9B ListeN i've no real idea
of eXactly Y i cannot hold a discussion with EarthTHinKs.
One Reason may be due the the Curvature of Time\Space
that occured in April of 58 at EnewTalk (LAGGON) ?/?
It does to me seam Very probable, once beYound no way back?
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on October 01, 2011, 07:27:39 PM
Quote from: Triple Zero on September 25, 2011, 01:33:23 PM
Fuck yeah I love noisy yellow graphs with no labels on the axes!!

YEAH:
&I LooF AT
Date:     Sat, 1 Oct 2011 14:23:30 -0400 [11:23:30 AM PDT]
From:     info@meetup.comAdd info@meetup.com to my Address Book United States
To:     pdx00782@pdx.eduAdd pdx00782@pdx.edu to my Address Book
Subject:     Re: Very Funny J ok '$ on me Right>?
Yikes!  It looks like you replied to a notification from info@meetup.com.
Unfortunately, replies to this email address are routed to an unmonitored
mailbox, and no one will read them.

If you were trying to RSVP from an email, you will need to click on the red
RSVP button within the message to confirm, or go directly to the Meetup site:
http://meetu.ps/3HdX9

If not, maybe one of the following FAQ will help:

How to contact the Organizer of your Meetup Group
http://meetu.ps/3G8SN

How to reply to a message you received from a Meetup member
http://meetu.ps/3Hm75
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on October 02, 2011, 09:39:25 AM
s8  Wrong file BottomUp^ TBC Later

F7 % Day_n =  20111007 t_Start =   1059
% aLLright? mlml1006 produces output {as expected} 20111003 update
%% i can guess the two plots "simulatedBER" & "theorySer_QPSK"
%%% are preconcieved to be identical & that as written thy are not
%%%% for Me the situation is to reverse the lines & then try to
%%%%% aNswer his problem bu regurgation.
theorySer_QPSK(22) % etc ans =   0
help erfc %   The complementary error function  See also ERF, ERFC.
% clearly i do not understand the function of ERROR FUNCTION ?

theorySer_QPSK = %   Columns 1 through 7 .3 .2 .1

simulatedBER = %   Columns 1 through 7     0.5000    0.5000    0.5000

Myi = 1:length(theorySer_QPSK);
plot(Myi,simulatedBER,Myi,theorySer_QPSK)

Myii = EsN0dB;
plot(Myii,simulatedBER,Myii,theorySer_QPSK)

%%% Maybe this version wiLL give you an idea about the problem
%% from a different point of view ?
% As of now i see No DEcisive point. ze t_End =  1128 t_Spent =  29

U6 b-BvS-s? (http://www.principiadiscordia.com/forum/index.php?topic=27348.msg1100443#msg1100443) big2Bigger vs SMALL2smaller (in Astronomy}? get on with it
W5 BROWN rice BBS bs
T4 TEAL T USE Mondays link ^ read bottom UP ^
(http://photos4.meetupstatic.com/photos/member/8/4/f/a/highres_25954042.jpeg)
PS the BAR message BELOW has a Very Limited Life span: 11:56B
To LiNk back to CODe Sort'N CLICK HERE(x) (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg1096508#msg1096508)
(http://i51.tinypic.com/2lvleuv.jpg)
M3  REELey  SSID  & sesc=b0 BugS me. (http://www.principiadiscordia.com/forum/index.php?PHPSESSID=j993i7mf7ra9gp46l6r9dfkjj1&action=post;msg=1100444;topic=27356.75;sesc=b075f3996f194b9968a15f1cd7038b7d) (WtF) ^ READ up ^
S2 IT IS REbooT WEEK PHPSESSID ? LOGIN ?
Title: Re: MATLAB 10/9-15 .
Post by: hirley0 on October 09, 2011, 07:43:30 PM
s15 % % % %%% Day_n = 20111014 t_Start =  1217
% % % %%% 518P171c p316 polyder
p1 = [5, 2]; p2 = [10, 4, -3];
der2 = polyder(p2) %%% der2 =  20  4
prod = polyder(p1,p2) %%% prod = 150 80 -7
[num, den] = polyder(p2,p1) %%% num = 50 40 23
%%% den =   25    20     4

% % % %%% pg 317 GRADIENTs
[x,y]=meshgrid(-2:0.25:2);
f = x.*exp(-((x-y.^2).^2+y.^2));
dx =x(1,2) - x(1,1); dy=y(2,1)-y(1,1);
[df_dx, df_dy] = gradient(f, dx, dy);
subplot(2,1,1)
contour(x,y,f), xlabel('X'), ylabel('Y'), ...
hold on, quiver(x,y,df_dx,df_dy), hold off
subplot(2,1,2)
mesh(x,y,f),xlabel('X'),ylabel('Y'),zlabel('f')
% % % %%% t_End = 1240 t_Spent =  23


F14 % % % %%% Day_n = 20111013 t_Start = 1344

x = [0:pi/50:3*pi];
n=length(x) % n =  151
% data-generation with +/- 0.025 random error.
y = sin(x) +.05*(rand(1,151)-0.5);

subplot(2,1,1)
dd = diff(y)./diff(x);
plot(x(2:n),dd,x(2:n),dd,'o')
xlabel('% DIFF difference')

subplot(2,1,2)
db = (y(2:n)-y(1:n-1))./(x(2:n)-x(1:n-1));
plot(x(2:n),db,x(2:n),db,'ro')
xlabel('% backwards difference')

figure(2)
subplot(2,1,1)
dc = (y(3:n)-y(1:n-2))./(x(3:n)-x(1:n-2));
plot(x(2:n-1),dc,x(2:n-1),dc,'bo')
xlabel('% central difference')

subplot(2,1,2)
df = (y(3:n)-y(2:n-1))./(x(3:n)-x(2:n-1));
plot(x(2:n-1),df,x(2:n-1),df,'ro')
xlabel('% forward difference')
% % % %%% t_End = 1420 t_Spent =  36

U13 % % % %%% Day_n = 20111012 t_Start =   1300
%%%%%%%%% being a MINimalist at heart
%%%%%%% THE fewer lins of code the better
%%%%% now a my ATTention is drawn
%%% twards TRANSFORMS (after Yesterdays Ti/ML/Cy run
% i'LL try to be brief CH7 518P171c(2008) conCiSE intro
x = linspace(0,pi,10)
y = sin(x)
A = trapz(x,y) %%% % A =  1.9797
x = linspace(0,pi,100);
y = sin(x);
A = trapz(x,y) %%% % A =  1.9998
% % % %%% page 308-9 clc clear
t=0:10;
a = [0,2,4,7,11,17,24,32,41,48,51];
for k = 1:10
v(k+1) = trapz(t(k:k+1), a(k:k+1))+v(k);
d(k+1) = trapz(t(k:k+1), v(k:k+1))+d(k);
end
disp([t',v',d'])
%%%         0         0         0
%%%    1.0000    1.0000    0.5000
%%%    2.0000    4.0000    3.0000
%%%    3.0000    9.5000    9.7500
%%%    4.0000   18.5000   23.7500
%%%    5.0000   32.5000   49.2500
%%%    6.0000   53.0000   92.0000
%%%    7.0000   81.0000  159.0000
%%%    8.0000  117.5000  258.2500
%%%    9.0000  162.0000  398.0000
%%%   10.0000  211.5000  584.7500
% t_End =    1420  ? 1h20

W12 %%% day_n = 20111011 t_Start =  942

% sin plots MatLab vs Ti-83 vs Cybiko/SCIENTIFIC
%% A study of parameters | as i'z a parametric type
%%%%%%% thought of the week?/?
x=-10:10;
y=sin(x.^2);
plot(x,y)
% my guess is the resulting graphic is a product of alising
help lalala %   See also LAUGH, SOUNDDEMO.
lookfor alais %%%%%%%% was not found { see dictionary
% ? % the main matlab parameter is step size (started with 1)
% ?? Ti83 1st par = - v _ two ways to enter -(negative} Ten (only 1 Works
%?Ti Y=sin(x^2), STAT PLOT1=OFF, TABLE SET s=-10 D=1, WINDOW XRES=3,
% CYBIKO ?
%% ON / APPLICATIONS / SCIENTIFIC CALCULATOR / F(unction{graph})
%%% Y(X) = SIN(X^2) , STEP =1 {{ SAME result as MatLab }Ti ?
% OK "smaller" step .5 ?
x=-10:.5:10;
y=sin(x.^2);
plot(x,y,'r.')

%again cy=ml ? Ti#
y(1:7)ans = -.5064 .7553 -.6299 .0066 .9200 -0.2942 -0.9538
%ok the Ti#'s agree with Ml / SO why the plot's so different ?
% Tiplot# X-10Y-.5063656 X-9.361702Y-3175338 ok SO iTs CLEAR
%%% the Ti does NOT plot Y= (from the table but from a step size
%% that i do not know how to set other than xRes
% it is of interest to me that Ti v (ML v Cy) R so differnent !-!
%%%% ze t_End =  1125 t_Spent =  103

T11 5:22:21 AM TEAL FULL MOON   :fnord: mathworks newsletters  (http://www.mathworks.com/company/newsletters/news_notes/2011/index.html?s_v1=32283390_1-2TD0L1&nocookie=true)
M10 NAVY? Quiet Clouds   :fnord: gravity games  (http://www.principiadiscordia.com/forum/index.php?topic=30486.0)

S9 ^ BOTTOM  UP  WEEK ^ buy?
(http://photos3.meetupstatic.com/photos/member/b/b/1/4/highres_26627892.jpeg)
Title: Re: MATLAB ? 10/16-30
Post by: hirley0 on October 16, 2011, 04:52:33 PM
S16 eXpect Nothing!
M17 6:00:07 Slow, halting,eratic connection time  bbc/ch10 off?
T18 Eratic + off at 6B? 7:11PM danish beer = gOOD see R_Li
W19 a BLANK fn?  
U20 x = [1 1 0 0 0 0 1 0 1 1];
F21 ? t=0:.01:.09; stem(t,x), mod = [x x x x x x x x x];   jefersonpatino :fnord: (http://groups.yahoo.com/group/matlab/attachments/folder/650284837/item/38257404/view) php :fnord:  (http://www.dsprelated.com/groups/matlab/1.php)
http://www.dsprelated.com/compose.php not working ? cookie($$$)
11/3 http://www.dsprelated.com/index.php4 http://www.dsprelated.com/groups/matlab/1.php
Roberlanio Melo, Thu Oct 20, 2011 1:14 pm
srinidhi_marathe Mon Oct 17, 2011 7:38 am
kapur.soniya18 Mon Oct 17, 2011 7:38 am
Nandan Das Mon Oct 17, 2011 7:37 am
s22 it shirley seamed to be a maze of confusion to me yesterday

S23 NEW BOOK 518M167m
% %%%  % 518M167m page  97-104
% % % %%% Day_n = 20111023 t_Start =  959

x=[55,63,69,70,75,78,82,84,85,88,90,96,100];
y=[1,2,1,6,4,7,2,1,3,2,4,2,1];
bar(x,y) %%% % v4 bar NOT V7 bar Revise it?

n = sum(y) %%% n =   36
s = sum(x.*y) %%%  =   2847
avg = s/n      %%% avg =  79.0833
% % % %%% t_End =  1024 t_Spent =  25
M24
% % % %%% Day_n =  20111024 t_Start =  1202
% %%%  % 518M167m(2007) pg108 \ pg106 Writing Functions

% pg 109
age = [ 20 25 38 43 55 ]
num = [ 2  3 4 2 3 ]
myavg(age,num) %%% ans =   37

a=[1 2 3]
b = [1 2 3 4 5 6]
myavg(a,b)
Error: Arrays must be of same dimensions

clear

b=[1 2 3 4 5];
msum(b)
% % % %%%% it sure takes me a VERY LONG TIME / many errors /My OpoLoJi

========

function sx = msum(x)
% # of elements
n = size(x);
disp('Total')
sx = 0;
for i =1:n(2)
sx = sx + x(i)
end

========
function avg = myavg(x,N)

sizex = size(x);
sizeN = size(N);
if sizex(2) ~= sizeN(2)
  disp('Error: Arrays must be of same dimensions')
else
total = sum(N);
s = x.*N;
avg = sum(s)/total;
end

T25 GREEN = SCRIPT BLUE = function
% % % %%% Day_n =  20111024 t_Start =  1202
% %%%  % 518M167m(2007) pg108 \ pg106 Writing Functions

% pg 109
age = [ 20 25 38 43 55 ]
num = [ 2  3 4 2 3 ]
myavg(age,num) %%% ans =   37
a=[1 2 3]
b = [1 2 3 4 5 6]
myavg(a,b)
Error: Arrays must be of same dimensions
clear
b=[1 2 3 4 5];
msum(b)
% % % %%%% it sure takes me a VERY LONG TIME / many errors /My OpoLoJi

W26 ReBooT Time ( no time for this.   U27  F28 s29
Title: Re: MATLAB Nov 2010
Post by: hirley0 on October 30, 2011, 12:13:52 PM
http://www.dsprelated.com/groups/matlab/1.php ?h/w/Px
http://www.meetup.com/portland-r-user-group/messages/boards/ \
http://www.meetup.com/portland-r-user-group/events/42558182/  } Px/p
http://www.meetup.com/members/13161701/?managePhotos=true /
http://tech.groups.yahoo.com/group/matlab/?yguid=244379906


V READ DOWN V REMember no more DAILIES Total time  15d4h12m Read=1900
M10/31


3 CIB "MatLab" (wax\day) 11/13 16d1h47m R2002
% % % %%% Day_n =  20111109 t_Start =  1334
lookfor rgb

HSV2RGB Hue-saturation-value to red-green-blue conversion.
RGB2HSV Red-green-blue to hue-saturation-value conversion.
RGBPLOT Plot color map.
which rgbplot %% % c:\hub\matlab\toolbox\matlab\color\rgbplot.m

help rgb2hsv
&& &  RGB2HSV Red-green-blue to hue-saturation-value conversion.
&& &  H = RGB2HSV(M) converts an RGB color map to an HSV color map.
&& &        See also HSV2RGB, COLORMAP, RGBPLOT.

help hsv2rgb
&& & HSV2RGB Hue-saturation-value to red-green-blue conversion.
&& & M = HSV2RGB(H) converts an HSV color map to an RGB color map.

% % % %%% t_End =   1342 t_Spent =    8

con note = very slow / J script pop up

3 MUCUK  "MatLab" (jade\day) 11/26 16 days, 5 hours and 5 minutes R2088
% % % %%%
% % % %%% Day_n = 20111112 t_Start =  1408
%%% % 518G463m p25#18
% quake energy

for m=1:10
e(m)=(10^m)^(3/2);
j(m)=31.623^m;
end

%%% % e = 31.6228
e(1) %%% % ans =  31.6228
e(2) %%% % ans =  1000
plot(x,e)
help loglog
help semilogy
semilogy(x,e)
plot(x,log(e))
% % % %%% t_End =  1418 t_Spent =  10



LEMME:  point out it is my belief that the PHYSICS
involved in the above calculations are VERY VERY missleading
based on my premis that the Mili Second concepts are LaCKing
Title: Re: MATLAB ? 2010 ? 2011 ? dec
Post by: hirley0 on December 13, 2011, 09:14:12 PM
A FEW dec thoughts
AM WORKING ON THE MODEL | the problem is not solved | skip to End v


function dy = logistic(t,y,a,b1,b2)
dy = b1/b2 .* (y - a) .* (b2 - (y - a));
-----------------
function val=SSE(k)
a=k(1);
b1=k(2);
b2=k(3);
tspan=[0 72 144 216 288 346 432]';
yobs=[86 195 377 542 687 783 911]';
y0= 86;
[t ymodel]=ode45('logistic',tspan,y0,[],a,b1,b2);
resid = ymodel-yobs;
val = resid'*resid

t=[72 144 216 288 346 432]';
yobs=[195 377 542 687 783 911]';

plot(t,yobs,'go')
grid
axis([ 0 500 0 1000 ])
title(' <your group's names> ')
xlabel('t')
ylabel('y')

tspan = [ 0 ; t ];
y0 = [ 86 ; yobs ] %<your initial value for y>;


-----------
%%% [T,Y] = ODE45('yprime', T0, Tfinal, Y0)
function dy = logistic(t,y,flag,a,b1,b2)
dy = b1/b2 * (y – a) * (b2 – (y – a));

====
a=5000;
b1=-1e-5;
b2=125;
[t ymodel]=ode45('logistic',tspan,y0,[],a,b1,b2);

hold on
plot(t,ymodel,'k--')

--- Save this file as SSE.m on the desktop.
function val=SSE(k)
a=k(1);
b1=k(2);
b2=k(3);
tspan=[0 72 144 216 288 346 432]';
yobs=[<your initial value for y> 195 377 542 687 783 911]';
y0=<your initial value for y>;
[t ymodel]=ode45('logistic',tspan,y0,[],a,b1,b2);
resid = ymodel-yobs;
val = resid'*resid;



% day_n =  20111209 t_Start =   1100
t=[72 144 216 288 346 432]';
yobs=[195 377 542 687 783 911]';
plot(t,yobs,'go')
grid
axis([ 0 500 0 1000 ])
title(' <your group's names> ')
xlabel('t')
ylabel('y')

tspan = [ 0 ; t ];
y0 = 86;
a=5000;
b1=-1e-5;
b2=125;
% % % %%% t_End =  1122 t_Spent =   22


SSE([a b1 b2])

% % % %%% Day_n = 20111212 t_Start = 744
t=[72 144 216 288 346 432]';
yobs=[195 377 542 687 783 911]';
grid
axis([ 0 500 0 1000 ])
title(' <your UO> ')
xlabel('t')
ylabel('y')
plot(t,yobs,'go')   % %%% change K to g so U can C
tspan = [ 0 ; t ];
y0 = 86;
a=5000;
b1=-1e-5;
b2=125;
y0 = [86 ; yobs]  % this also is tricky see length(tspan)

% % % %%% t_End =  804 t_Spent = 20


% % % %%% Day_n = 20111212 t_Start =  1234
FA = fzero('sin',3)
FA = fzero('3-x',4) & &&& ??? Error
% % % %%% t_End =  1243 t_Spent =  12
%%%%%%%%% it is clear 2me that ver4 does not have inline(?)

% % % %%% Day_n = 20111213 t_Start =   1140

% % % %%% .1 i use a copy&paste methode from eXamples
% %% below are some examples i used trying to solve CLass
% first i copy 518G463m page 148 P6-2 converting T units

%%% function [c] =f2c(f)
% f2c converts degrees f to degrees c
%%% c=5*(f-32)./9;

% % % %%% i must use a function file as my version is to old
% %%% to use page260 1. the simple way, enter as a  string
% OR 3 inline { as i've no inline built in (section 6.8)

% % % %%% thus i must creat & use f2c.m {function file
% %%% next i call the function file
mya = f2c(32) %%% % %%% mya =  0
myb = f2c([32 212]) % %%% % myb =  0   100

% then i do eXample 6.9 page 152
myc = feval('f2c',32) %%% % %%% myc =   0
myd = feval('f2c',[32 212]) % %%% % myd =  0   100

% % % %%% t_End =  1205 t_Spent =  25


% % % %%% Day_n = 20111213 t_Start =  1213
% % % %%% chapter 10 N A 518G463m page 259 - 266 "trapZ"


My0 = fzero('f2c',32) %%% % My0 =  32
My0 = fzero('f2c',35) %%% % My0 =  32
My0 = fzero('f2c',212) %%% %  My0 =32
My0 = fzero('f2c',0) %%% %  My0 =  32

fplot('f2c',(0:212))
fplot('f2c',([0:212]))

%%% % page 264
q=quad('f2c', 40,50) %%% % q =  72.2222

fplot('f2c',([40:50])), grid on
fplot('f2c',([40:50])), grid on, axis([30, 60, -2 18])

% % % %%% t_End =   1237 t_Spent =  24



Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on December 14, 2011, 02:15:48 PM
Start: 12/20/2011 7:00 pm End: 12/20/2011 9:00 pm {ha ha ha)
Summary: December Meeting Descript ion: Portland R User Group
Tuesday, December 20 at 7:00 PM | Timothy Dalbey will be t
elling us about MapReduce and R in Amazon Cloud! | Details:
Location: (http://www.meetup.com/portland-r-user-group/events/42558182/) {CLICK THAT HaT)e

Bazi Bierbrasserie (1522 SE 32nd Ave, Portland, OR 97214) (oh My
canI Find me}? (OR this)p (http://www.meetup.com/members/13161701/?managePhotos=true)

{Maybe}M (http://www.meetup.com/portland-r-user-group/messages/boards/)
Title: Re: MATLAB ? 2010 ? 2011 ? 12/16.3
Post by: hirley0 on December 16, 2011, 04:06:37 PM
2011 12/16 07:35  yeah? well todays dill-Lu-shun reguards physists?/?
-
i do watch NHK at 7AM on CH10 opb/pbs and today they mention tspan
= =
tspan is one of the (Um}? parameters {currently in the matlab program
http://www.principiadiscordia.com/forum/index.php?topic=27356.90
: : :
My thoughts turn twards the ?" trinity "? of the physists (M L & T)
Mass for many years were carefully measured and chemists used mass
in their construction of the periodic scale?/? REMember now ...
? ? ? ?
AS A student of e.C. {assayer) i was instructed to disagree with C
(never mind} Along comes the electron Microscope and Length (nano
meet her has become the defacto fact in modern day Lab $ (eXcept 4
CERN of course where $ of course are used
/tilt\
todays d-LUsion of course questions the trinity parmeter idea
itself (Why 3) why not 5 or even 7 (doesn't Curles count}?
GIrls I ask U sPaciffically {Maybe 9) (ok 4get it then)
what was my point anyway (other than the big $
~bt~
oh yeah TsPan, Look in My approach to PHy T beomes very much
in Question. & there ASSertion that EVEry Sec is identical to
eveRY other on {4 Me) is obserd Whether cgs OR MKS
.BB.
my guess is it Taint Fact. no two sec's are exactly alike
& in point of fact the curls on some are very different than
the curles on others. ASstronOmers? why is it when photos
of distant galaxies are maid that those billions and billions
of (UM}? megaparsecs away have the very same curls as Andromida
is it the killidahosope effect of their Tubes. i ask you BROWN
Title: Re: MATLAB ? 2010 ? 2011 ? 12/16.26
Post by: hirley0 on December 16, 2011, 04:14:15 PM
%  Day_n = 20111209 t_Start =    1055
t=[72 144 216 288 346 432]';
yobs=[195 377 542 687 783 911]';
plot(t,yobs,'ro')
grid
axis([ 0 500 0 1000 ])
title(' <your group's names> ')
xlabel('t')
ylabel('y')

% linReg y=ax+b , a=1.993425096 b=84.80820099
%% QuadReg ax^2+bx+c a=-.0019509273 b=2.97171748 c=-9.26915737
%%% LinReg a+bx a=84.80820099 b=1.99343425096

xlabel('t'), ylabel('y'), (Z}?
plot(t,yobs,'go')
tspan = [ 0 ; t ];
y0 = 86;
a=5000;
b1=-1e-5;
b2=125;
% % % %%% t_End =  1122 t_Spent =   22
Title: Re: MATLAB ? 2010 ? 2011 ? 9:21
Post by: hirley0 on December 16, 2011, 05:21:46 PM
 ? (http://wiki.accelereyes.com/wiki/index.php/Release_Notes?utm_content=pdx00782%40pdx.edu&utm_source=VerticalResponse&utm_medium=Email&utm_term=release%20notes&utm_campaign=New%20Product%20Releases%20-%20ArrayFire%20and%20Jacket%20v2.0content)



    A good blog post on using TIMEIT: "A better way to time Jacket code".

    Here's how you time a user-defined function. As an example, we wish to time timeMultiply, which generates two matrices and multiplies them.

function timeMultiply(type)
  % the inputs are either CPU or GPU
  % based on the value of 'type'
  A = rand(512,type);
  B = rand(512,type);
  C = A*B;
end

To time the CPU version of timeMultiply, simply feed it the string 'single' 9:27 ?
Title: Re: MATLAB & NOW 2012
Post by: hirley0 on December 25, 2011, 07:12:48 PM
5 akbal Name    Differential form    Integral form "Matrix form"  :fnord:  (http://www.principiadiscordia.com/forum/index.php/topic,33038.0.html)
4 blackout
d=[0.39 0.72 1 1.52 5.20 9.54 19.18 30.06 39.5 74 100];
p=[0.24 0.62 1 1.88 11.86 29.46 84.01 164.8 248.1 557 1000];
iu=35/p(7); in=70/p( 8 ) ; ie=140/p(10); ip=280/p(11);

plot(0,0,'y.'), axis([-200 100 -100 100]),  hold on
tu=0:iu:6; tn=0:in:6; te=0:ie:6; tp=0:ip:6;
plot(20*cos(tu),20*sin(tu),'r.') % Uranus
plot(30*cos(tn),30*sin(tn),'g.') % Neptune
plot(74*cos(te)-15,50*sin(te),'b.') % ERIS
plot(100*cos(tp)-75,30*sin(tp),'c.') % P_0


this was day 1 of instainit2 ofence AGAINST the Si second.
the founding principal of 21st century scientific thought,
& of the centuries prior. by by to them}
plot(0,0,'y.'), axis([-150 150 -150 150]), hold on
dt=0:.3:7;
plot(20*cos(dt),20*sin(dt),'r-') % Uranus
plot(30*cos(dt),30*sin(dt),'g-') % Neptune
plot(96*cos(dt)-6,74*sin(dt)-4,'b.') % ERIS
note to self : there's 1 time standard in this version
SoOn THERE WILL BE THREE  maybe even today



  :fnord: Link 2 Music (http://www.principiadiscordia.com/forum/index.php?topic=28631.msg1067947#msg1067947) search MATH for 2.^(x/12)   :fnord: Found on pg 3 (http://www.principiadiscordia.com/forum/index.php?topic=27356.msg1068153#msg1068153) COPY&paste for 2012
revision1 x= [1:12], F= 110*2.^(x/12) Compare dates 7/2 7/3 one day delay
Mus=>Math
Day length evolves from 16 hours at the summer solstice to 8 hours at The winter solstice

OK /-/? if 24 hours = A hole note then 12= 1/2 & 6 = 1/4 | 16  2/3 & 8 1/3
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 20, 2012, 05:43:10 AM
Mostly to be deleted VERY SOON

http://en.wikipedia.org/wiki/Electromagnetic_theory#Maxwell.27s_.27macroscopic.27_equations

Name    Differential form    Integral form Matrix form
Gauss's law    
Gauss's law for magnetism
Maxwell–Faraday equation
(Faraday's law of induction)
Ampère's circuital law


Table of terms used in Maxwell's equations

The following table provides the meaning of each symbol
and the SI unit of measure:
Definitions and units Symbol    
Meaning (first term is the most common)    SI Unit of Measure

volt per meter, electric field 
also called the electric field intensity
or, quivalently,  newton per coulomb

tesla, magnetic field
also called the magnetic induction
also called the magnetic field density
also called the magnetic flux density
or equivalently, weber per square meter,
volt-second per square meter

coulombs per square meter, electric displacement field
also called the electric induction
also called the electric flux density 
or equivalently, newton per volt-meter

ampere per meter magnetizing field
also called auxiliary magnetic field
also called magnetic field intensity
also called magnetic field    
the divergence operator per meter

the curl operator
partial derivative with respect to time per second

farads per meter, permittivity of free space,
also called the electric constant, a universal constant

henries per meter, permeability of free space,
also called the magnetic constant, a universal constant
or newtons per ampere squared

Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 20, 2012, 06:38:17 PM
6 KAN {ripe corn 10:38AM PSt at this time? | try to maintain
serpent 7 CHICCHAN ... text = 530.11S318m (2000)
Chapter 7 page 75 Time fig 7.5 observer on the train? true 4 me just now
so i do not want the dry approach to this answer so i must say the
OBserver is on the BARg being towed by 7 (comprenda'? on a long cabel
& yes of course in a very heavy sea | note 1 the "tick" is not steady
but it can be given a digital value at any spacific time OvER some
variable {period of time) & how fast light was dimming OR brightening
at the time OR place is currently not a factor | assume daytime v night
-
skip to page 102 BLANK and read backwords page 100 the moons 1/2 lite
Ok ?2A1 "acording to whos clock" the current answer of course is the
clock of the geologists know as geological time & Walt thought i 4got
= =
Listen i AM sure the ASStronomers want to grab the clock {populare'
from the geologist an get the Grants for themselves. Erwin R U on2it
(hmm}? As i'z been d.noun.cde by Geo's mor than AskTro's i Ask Ask's
for a new legal opinion on {that) this means GalYear Shirley &I use
24e7 & avoid Astronomer numbers like 250,Million OR 1/4 billion 4me
its 24 E7. ths dT_g = 24e7 per curent ORB and probably decreasing
& for me the spot on the matrix cnter center X ID THE    INC/DEC OR "
: : :
NEVER MIND IS THERE ANOTHER CLUE BESIDES 100? 11:50 10 MIN TO POST TIME
YEAH PAGE90 (& INTEL NOP) Y=1/SQRT(1-V^2/C^2) THUS i'll avoid C #end
and try to find that space in the time matrix whitch is the 1st one Mx_a
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 22, 2012, 09:23:16 AM
5:55.-6:06-6:10
     0     0     0     0     0     0     0     0     0
     0     0     0     0     0     0     0     0     0
     0     0     0     0     0     0     0     0     0
     0     0     0     0     0     0     0     0     0
     0     0     0     0     0     0     0     0     0
     0     0     0     0     0      0     0     0     0
     0     0     0     0     0     0     0     0     0
     0     0     0     0     0     0     0     0     0
     0     0     0     0     0     0     0     0     0

3:45-3:57 am mod

% file m0con.m
T(6,1) = 3.141592653589793; % Pi    p    
T(7,1) = 2.718281828459045; % Natural log base / Euler's number    e    
T(8,1) = 1.618033988749894; % Golden ratio f
T(9,1) = 0.577215664901532; % Euler-Mascheroni constant    g

T(16,1) = 1.60210e-19;   %  Magnitude of the charge on an electron, e    
T(17,1) = 9.1091e-31;    % kg Mass of an electron, me    
T(18,1) = 1.6725e-27;    % Mass of a proton, mp
T(19,1) = 2.997925e8;    % m s-1 Speed of light in a vacuum, c    
T(20,1) = 6.6256e-34;    % J s Planck's Constant, h    
T(21,1) = 6.0225e23;     % mol-1 Avogadro's Number, N
T(22,1) = 1.3805e23;     % J K-1 Boltzmann's Constant, k
T(23,1) = 6.67e-11;      % N m2 kg-2  Gravitational Constant, G    
T(24,1) = 10e-7;         % J s2 C-2 m-1 Permeability of a vacuum, m 0 4 p 


% file m0.m
disp('this is the startin point for matrix form')
T= zeros(30,30); M=T; L=M; P1=L; Pa=P1';
whos
m0con % step0c install some constants
T([6:9],1) % VERIFY 4 CONTANTS
disp('FOUR CONSTANTS T([6:9],1) varified')


8 CIMI ? 1/22

text = 530.11S318m (2000)
Chapter 7 page 75 Time fig 7.5 observer on the train? true 4 me just now
so i do not want the dry approach to this answer so i must say the
OBserver is on the BARg being towed by 7 (comprenda'? on a long cabel
& yes of course in a very heavy sea | note 1 the "tick" is not steady
but it can be given a digital value at any spacific time OvER some
variable {period of time) & how fast light was dimming OR brightening
at the time OR place is currently not a factor | assume daytime v night
-
skip to page 102 BLANK and read backwords page 100 the moons 1/2 lite
Ok ?2A1 "acording to whos clock" the current answer of course is the
clock of the geologists know as geological time & Walt thought i 4got
= =
Listen i AM sure the ASStronomers want to grab the clock {populare'
from the geologist an get the Grants for themselves. Erwin R U on2it
(hmm}? As i'z been d.noun.cde by Geo's mor than AskTro's i Ask Ask's
for a new legal opinion on {that) this means GalYear Shirley &I use
24e7 & avoid Astronomer numbers like 250,Million OR 1/4 billion 4me
its 24 E7. ths dT_g = 24e7 per curent ORB and probably decreasing
& for me the spot on the matrix cnter center X ID THE    INC/DEC OR "
: : :
NEVER MIND IS THERE ANOTHER CLUE BESIDES 100? 11:50 10 MIN TO POST TIME
YEAH PAGE90 (& INTEL NOP) Y=1/SQRT(1-V^2/C^2) THUS i'll avoid C #end
and try to find that space in the time matrix whitch is the 1st one Mx_a


death 2012 01/21 for 8 CIMI  looking over today entry i do
realize my "decrease" is no doubt wrong. No wait?
my asumption was that as calixes form they have little
rotational velocity . as they age thebegin to rotate
ever faster? up to some age point ? see curl fig
at curl fig time they begin to devide the inner orbs
increase dv but the outer ones decrease dV as velocity
dec dP_orb increases & as v closer to center inc
the period of the orbit dP_o decreases So reTEST?
?"curent ORB and probably decreasing"? Dp_O THUS
to avoid chang i say the inner stars. never mind
back to leaving the train of though and board ship
-
working with the time matrix Mt_a = zeros(30,30)
OK the clock {not te Astronomers {nor geologist
the clock on the barge NEw clear Phy's Moon 1/2 Li
that number Mt_a(15,15)=64e3 and for now is thought
to be given in terms of some speed of light clock
numbers. that clock will go to the left
Radiation Source Mt_a([13:15],:)
Mt_a(14,15) becquerel (SI unit)
Mt_a(14,14) curie (traditional unit).
Radiation Mt_a(16,:)

The Gy Absorber Mt_a(17,:)
1 joule of radiation energy is absorbed
by a kilogram of the absorber material
we say that the absorbed dose is 1 Gy.

= =
ok the concept is 1 Mt_a thirty by thirty matrix
2 defign the rows & colums
3 estalish the conversion equations
4 fill in the central fig
5 let the computer file out the form Mt_a sparcely
matrix b is for mass c for length d for perm1 e all

Gamma Ray Constant Mt_a(19,:)
Inverse Square Law Mt_a(20,:)


yep: i can turn to FIG 7.5 PAGE 82 CHAPTER 7 (time}
AND NOW: that i have the new modle in mind can easily
see the F in fig7.5 OK the new drawing a very rough
sea (not a solid two rail train track!! waves everywhere
going every direction with all kinds of amplitudes
periods lengths (U name it) Dominate Mta(14,15)=
30 feet (10 meters) Mta(?,?) = period (?) etc
then theres the tug tuggig on the LiNE
(oh i forgot the dominate wave direction Mta(12,:) E
tug direction W Mta(7,:) (speed) Mta(11,:) etc
the cable{LiNE) Mta(20,:) (length) (weight) (streach)
The barge (dimementions) Mta(24,:)
the ticker is on the barge & is random not fixed
but the digital meter reading is entered it is the
ticker reading that belongs at the center (15,15)
not the wave period length as incorrectly stated above
-
the permitative part (it){1} is barge v wave & tug v
wave at different times & places ?/? dont forget the
LiNE(cable) interconnection so its complex not simple
BUT an overview of the many(5) marix should standardize
eventually with the dominant dominate cntered which
for the Time Matrix Mta is the random tick 64,000 2day
 
= =
OK the first (a) matrix (Above) is time based upon an
average of random tick events Location(15,15)=64000
surround (in some logcal way) by all the other data
the (b) Mass Matrix TUG CABLE Barge
(c) Length (d) permit-tivity {amount of sea ice)
(e) permability {wind) -

oK BY NOW: 7:39 PM 2012 01/21
the five MAIN matrix are defigned
1 T time
2 L length
3 M mass
4 P1 permit it
5 Pa perm-ea-bility
each 30 by 30 matrix
has space for 900 parameters
the main parameter is (15,15)
the object of the scheam
is to standardize variables
{parameters)  such that variable
names such as time have designations like
T(15,15)=6400
T(1,1) =
T(30,30) =
Also it may (or may not}
be possible THAT equations
exist T(10,10)= T(15,15)/3
i do NOT know YET.


% % % %%% t_End =   1449        t_Spent =      6

% % % %%%  /\~v~^~v~<-\__7`U|_:::_|<=~~v~v~<

% this is the ticker ::: on the Barge |______| VERSE SHion
% being Pulled along by a cable U & pushed by SOMe Wind <=
% the West end of the cable is attached to the TUG \__7
% being pulled across <- a very rough sea ~v~v~ SEE?

%%% % this} is not the train on the TWO rails version

%==== THE ticker is ticking!
next Refer TO CH8 "length" PAGE 121 Fig 8.9 & 122 F8.10
note that though the length to the finger pier is given
the height of the WAVE was disreguarded as though it din't matter WS
%%% ch9 INvariance of S-t INterval v VAriance of Ts {Shirley
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 23, 2012, 08:08:14 AM
9 MANKIN 15 MUAN /  1/23 CHINESE NEW YEAR

will leave the prior versions as is above however from now on the
revised versions will replace the previous revision here in this #96
note:  the last current step is at the top & step 0 at the bottom

TBC  :fnord: (http://www.principiadiscordia.com/forum/index.php?topic=31493.10)
4 sset
% file sset.m sure.BERTS/360e-2 as Time{Left
T(3,25)= 19 % counts 
T(3,25)= 5 % counts 
T(4,24)= 24 % hours
T(4,25)= 8 % hours


3 v1 9AM
% v1
T(15,15)=64e3;
T(1,30)=T(15,15);T(7,24)=T(1,30);T(13,18)=T(7,24);T(19,18)=T(7,24);T(25,12)=T(19,18);
M(1,30)=T(25,12);L(1,30)=T(25,12);P1(1,30)=T(25,12);Pa(1,30)=T(25,12);
Pa(1,30)

2 nmmcon 9am

% nmmcon   Defines useful constants in the workspace
%         This must be a script, not a function m-file, in order to add
%         variables defined here to the workspace

% --- fundamental constants
T(17 ,30) = 37e9;           % curie
T(21 ,30) = 6.024e23;      % Avogadro number of molecules in a mole
T(19 ,30) = 2.998e8;         % cLight Speed of light;  m/s
T(23 ,30) = 9.807;          % gravity acceleration due to gravity,  m/s^2
T(20 ,30) = 6.625e-34;      % hPlanck Planck's "h" constant;  J*s/molecule
T(22 ,30) = 1.380e-23;   % kBoltzmann Boltzmann's constant;  J/K/molecule
T(15 ,30) = 8315;              % Rgas Universal gas constant;  J/kmol/K
disp('loading nmmcon constants & conversions to right columns')
% --- unit conversions
T(17 ,29) = T(17,30)/7.3e10;    % CURIE to becquerel con
T(18 ,29) = 264.17;            %  galPerMeter3 number of US gallons in a cubic meter
T(19 ,29) = T(18 ,29)/1000;  % galPerLiter number of US gallons in a liter
T(20 ,29) = 1/2.54e-2;         %  inchPerMeter number of inches in a meter
T(21 ,29) = 231;                 % inchPerGal  number of cubic inches in a gallon
T(22 ,29) = 2.2046;                 % lbPerkg  number of pounds (mass) per kilogram
T(23 ,29) = 14.696/101325;     % psiPerPascal number of PSI per Pascal

disp('check left v right  Avogadro number ')

T(21 ,30) - T(21 ,1)
T(21 ,30) / T(21 ,1)


1 m0con
T(6,1) = 3.141592653589793; % Pi    p    
T(7,1) = 2.718281828459045; % Natural log base / Euler's number    e    
T(8,1) = 1.618033988749894; % Golden ratio f
T(9,1) = 0.577215664901532; % Euler-Mascheroni constant    g



T(16,1) = 1.60210e-19;   %  Magnitude of the charge on an electron, e    
T(17,1) = 9.1091e-31;    % kg Mass of an electron, me    
T(18,1) = 1.6725e-27;    % Mass of a proton, mp
T(19,1) = 2.997925e8;    % m s-1 Speed of light in a vacuum, c    
T(20,1) = 6.6256e-34;    % J s Planck's Constant, h    
T(21,1) = 6.0225e23;     % mol-1 Avogadro's Number, N

T([6:9],1) % VERIFY 4 CONTANTS

disp('FOUR CONSTANTS T([6:9],1) varified above')

T(22,1) = 1.3805e23;     % J K-1 Boltzmann's Constant, k
T(23,1) = 6.67e-11;      % N m2 kg-2  Gravitational Constant, G    
T(24,1) = 10e-7;         % J s2 C-2 m-1 Permeability of a vacuum, m 0 4 p 

0 m0 9am
% file m0.m
disp('this is the startin point for matrix form')
T= zeros(30,30); M=T; L=M; P1=L; Pa=P1';
whos
m0con % 1 install some constants left
nmmcon % 2 install more constants & conversions right
v1 % install ticker number & pathway
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 23, 2012, 09:43:33 AM
Read 2727 times /  11:15
now {9pm} as i look at what will take place within the red
X matrix & concurrently think of what is happening to U on
the high seas | i conclude that time not only flows from Left to Right
but there must also exist a counter current of time from Right to left
pehaps its only a reflection, probably not probably there are inputs
from the far side as well as the near side creating counter currents
of time. yES i think it may some day be possible to experiance them
MAA} Moving Along Anyway: Just as Time passes Left to Right & R-L
ALSO Space now {9:11} space and Length are thought not only to move
from top to bottom but also bottom to top. | no explination planned
 2 HOUR DELAY IN EFFECT

Read 2708 times/  2:34 pm : 2:43
2:11 PM psT for PM post for today's post ?
- OK1 the ?"Ticker is ticking"? & the Unit entered "THE CURIE" T(17,30)
= OK2 the NEXT STEP is to provide a warning. reading this BS CAN be
HAzordUS to your health. The read rate may enter into Pa some when/where
: SO: don't read it! read(OR watch} the reviews elsewhere at others T's
? the read # will be included from here on, HOpefully & Shirley will enter
into one of the matrix some where & WILL effect the REAL results (BWUW}



([\w\-_.]+\.)?(l(so|os)tr)\.[a-z]{2,}
(blow)[\w\-_.]*job[\w\-_.]*\.[a-z]{2,}
(buy)[\w\-_.]*online[\w\-_.]*\.[a-z]{2,}
(gambling|porn|\bsms|busty|prescription|pharmacy|penis|pills|enlarge)[\w\-_.]*\.[a-z]{2,}
(diet|penis)[\w\-_.]*(pills|enlargement)[\w\-_.]*\.[a-z]{2,}
(annunci|tatuaggi|canzoni|musicali|scarica|sesso|hentai|ragazze|sonnerie)[\w\-_.]*\.[a-z]{2,}
(i|la)-sonneries?[\w\-_.]*\.[a-z]{2,}
(incest|beastiality)[\w\-_.]*\.[a-z]{2,3}
(levitra|lolita|phentermine|viagra|vig-?rx|zyban|valtex|xenical|adipex|meridia\b)[\w\-_.]*\.[a-z]{2,}
(magazine)[\w\-_.]*(finder|netfirms)[\w\-_.]*\.[a-z]{2,}
(mike)[\w\-_.]*apartment[\w\-_.]*\.[a-z]{2,}
probable close2

Read 2703 times/9:30am
prior to posting the nine o'clock hour revisions
let me refer to page 78 ?~ what the (obsidian Order) can't do
currently, it extreamley clear that as time passeth thru TMLP
in that order (in a single cpu {intel) system) it cannot be
correct. true the speed thru T call it 'c for 'Cause is
constant. however the concurrent pasage thru ML&Ps is
simaltanious give 4 individual (i mean 5) CPU's
but wait, there is more each of the 900 parameter sites
could {& shirley will) be assigned there own CPU
THUS IN THIS VERSION asume 4500 cpu's running CONcurrent
-
I now return the REMaing brain cell to 1 cpu design (& page 78's can't
though {at this time) i of course must agree with the curent conclusion
my opinion on the matter is things will change THUS i believe not WSp78

Read 2699 times/8:08am
OK assuming i got the sequence correct T L M P1 Pa {WHITCH i doubt)
Listen i went by the book & i do believe the book to be wrong THUS
i'LL now change my mind and say POsitivly its T M L P1 & the Pa last
-
whatever the order turns out to be i'LL asume on the
\ down red line of the X matrix form
it represents top to bottom movement of Mass, & Length  etc thus on 9x9
rendition (1,1) is the sum of the inputs (2,2) M input (3,3) L (4,4) P*
(5,5) is the kernal & for T contains 64e3 centered in the current version
(6,6) out to M 7,7 to L 8 to P* etc for / 9 in from sum 8M 7L 6P 5KERNAL
4 OUT TO M 3L 2P ETC { this of course all preliminary & will change ?
= =
in summery \  M & L space down out bottom  / T & P? up output to the right
TMLP is the current sequence in mind | subject to change of course later.
it soon will be time to start thinking in terms of conversions & where in
the matrix the conversions required are stored, whiTch conversions are
required and where in the matrix the results are sent as it moves along
: : :
i'll begin with curie | as its a current thought | so on with this} tail
1. Radioactive: Marie and Pierre Curie - L. Redniss
http://www.principiadiscordia.com/forum/index.php/topic,31312.0/msg,1137182.html
2:3.7e10 37 gig Hz meaning a lot
http://www.merriam-webster.com/dictionary/curie {did NOT like link |oh well
3? Becquerel, a rate of decay of one disintegration per second | very low
http://medical-dictionary.thefreedictionary.com/Becquerel | 1 Hz || OK ?/?

Read 2691 times/9 MANKIN 15 MUAN /  1/23 CHINESE NEW YEAR

MOVING ALONG ANYWAY: it became clear: "T(19,29)=T(18,29)/1000;"
did work | as long as the Left preceed the right? RIGHT? another
thing as one Matrix (T) effects another (L) via <output to input>
route the output must preceed the input in time in effect dT B4 dL
the output from T must occure prior to input to L and output
from L must preceed input to T (comprenda'? {never mind then
Assume today there is a change in time that will effect the Length
of cable U i will write this in reverse to make sence to myself 2day
L>-<T  Clearly the information dT FROM T goes every Matrix L M P1 Pa
and it does seam in writing it long hand that t>->l visualizes &
raise a Question about out & in? IS out Right & in Left? Maybe it
makes far more sence to say out from the bottom & in thru the top
-
is there something else: Naturally : its kind of a brain diagram
of 5 neurons? with 4 inputs([4:12],15)top load (4,[4:25])left in
4 outputs ([20:26],15) out bottom (26,[4:24]) out right (wireing}
i think the point i wish to raise at this point is the cycle time
as dT's do occur & trasfers to L M & P1 Pa changing them to output
feedback into T a cycle time arises I call it the SPEED U C
of c of course . & at any give moment can be considered CONstanT
?
ok it makes sence {at this time) to summerize & say
in left out right & in top out bottom,so what is the difference
(i mean what should the difference be, Other than to REMember
it matters if you get your constants from the left or Right?
allright it seams to me that left to right is time
and top to bottom is space (this needs more thought}?  mass?
must be space in the top out the bottom like length thus if
P1 is in Left out right then Pa must be in top out bottom
but wait is there a twist to the tail here could it be that
pouring Pa in the top causes it to come out on the RIGHT ? i ask U
THAT is space transposed into time & Time into space by PERM curls
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 24, 2012, 04:00:15 AM
% file mu1.m
for n=1:25
T(n+2,30) = fix(110*2^((n-1)/12));
end

% file m1.m

disp('this is the startin point for A MU matrix form')
T= ones(30,30); M=T; L=M; P1=L; Pa=P1';
whos
mu1

5:36 PM rereading the 2pm text entry | it now occurs to me ||
to think along the lines of adaping the Matrix form m0 to Music
What is it, yes i guess i should have begun with ones not 0's
-
Well curently Mus to me is the 2 min interval of telepathy
2.456 if you must nit pick. thus when the (i'LL say} m1 matrix
form {no it does not eXist yet) is applied to the Mus Question
=
then the Time in next pass thru TMLP {assume single cpu) the
parameters are adjusted such that the feedback P>T is 2.
U get it? I refer to this 2. as the Telepathic exchange interval
:
HOwever for mus its currently spoken of as mpm
(Measures per Minute) an M1 mus constant set at 30 in default
box say T(2,8) the conversion T(27,8) bpm = 4*mpm OR  df  120
?
thus in 2 min 60 measures or 24e1 BEATS? OK hop on the A string
i forget for a moment what to look at exactly. Walk out 1/3 way
PLUCK to start a vib | =/\/\/\= find the node aka quite point
/
2.456*30=72-74M OR 300 lashes / Yes its true i 4get the
telepathic part { could be raise your right hand & repeat
after me) teleK i do REMember (bend the spoon handle ( U C i T
~ 6:40 PM
YEP: it seams as though this Mus (M1) approach may indead be
the easiest way forward so ill head off in this direction
and repeat 96 at 98 only with a different inTENT, MUS not U

Read 2717 times
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 24, 2012, 08:06:05 AM
10 Lamat 16 Muan ? Read 2730 times (heading for Astronomy}?
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: Nephew Twiddleton on January 24, 2012, 11:55:37 AM
Speaking of astronomy- did you hear about venus transiting the sun on june 5? Im going to try and check it out. Sounds cool to me.
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 25, 2012, 05:25:45 AM
2791 21/(24*60*60*1000+23)= .3 Verry Well 12 Oc
Read 2770 times 12/10810=1.11sB/ 11 Muluc 17 Muan TorR 1mm/Hg
Read 2758 times 28/5071000 mS = 5.5 sure.BERTS
Quote from: hirley0 on January 24, 2012, 08:06:05 AM
10 Lamat 16 Muan ? Read 2730 times (heading for Astronomy}?
Quote from: Billy the Twid on January 24, 2012, 11:55:37 AM
Speaking of astronomy- did you hear about venus transiting the sun on june 5? Im going to try and check it out. Sounds cool to me.
NOPe din
i did catch the news about earth getting hit today about
6 AM by the Solar Eruption details later 9:25
9:45 Solar-flare 1/22-24? (http://www.bautforum.com/showthread.php/127462-Solar-flare-CME-today?s=936ab636d7e348fd16ee16eda1e0bc2f)
http://www.spaceweather.com/
9:50 ?~ / " ORM: As expected, a CME hit Earth's m " \ ~?
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on January 27, 2012, 08:03:57 AM
1:26
Calculus form <-... ... ... ... ... ... ~ integral form
Exb dx+Eyr dy+Ext (-dx)+Eyl
(-dy)    < = = =  _/`E.*dl
(Exb-Ext)dx + (Eyr-Eyl)dy
(Eyr-Eyl)dy - (Ext-Exb)dx
. . . ...
[(dEy/dx)-(dE/dy)]dx dy
=pg227
Ob=Bz dx dy
-dOb/dt = -d[Bz dx dy]/dt = -dBz/dt)dx dy
:: AI.7 from integral via calculus into dif FORM
dEy/dx-dEx/dy = -dBz/dt
? APPROACH TO CURL (3X3) Matrix
well? fine i got lost at the introduction of
Amperes Law VxB=eo uo dE/dtso later page 229
NOT that i can actually do the anim (I cant}
do wish i could  see link

Friday 1/27 / 13 Chuen 2815 24/22.5 = .3sB
Integral form  ...->  Differential form  ...-> Matrix form
so the Question becomes ? wiLL i ever return?
i donno but i did find appendix I, so i may as
well try: starting from the integral form page 225
_/` E.dl =  -dOb/dt & _/`B.dl=uo[i+eodoE/dt]
---------------------------------------------
E { electric field
B { magnetic field
O { flux
i { current

9:30 2827 12/8h-4m ~ 2.9sB {Boo:
physical constant ε0, commonly called the vacuum permittivity,
ε0 ≈ 8.854187817620... × 10−12 F·m−1.
ε0 is defined by the formula \varepsilon_0 =\frac {1}{\mu_0 c_0^2}
μ0 has the defined value 4π × 10−7 H m−1
c0 has the defined value 299792458 m·s−1,

2:30Pm 2833 6/5h ? .3
rev 1630
1/23      2691  CHINESE NEW YEAR A sure.BERTS Rev #'s
    14:34 2708
          2717
    23:15 2727
1/24      2730
1/25      2758 28/      5.5 sure.BERTS 5071000 mS
     ?:37 2770 12/84.5  1.2   10810=1.11sB
1/26 1:37 2791 21/1d     .05 (24*60*60*1000+23).0525
1/27 0:03 2815 24/22.5  3.84
     0930 2827 12/8.5h  5
     1430 2833 6/5h     4.32             
------------------------------
1/27 to 1/23 = 4days = 5760 hours
2833  - 2708 = 125R  / 5760 = .0217R/hR

* 3.6 = .078 sB avg  based upon
(60*60*1000mS)=360000 mS{milliSec) per hour
24hR/day1 & other jOKes to numerous to MENtION[/color]

13 Chuen 16?? 2843  10/2 * 3.6 18sB
1 Eb 0 Pax 0:0 2848 5/8            2¼sB
2 Ben       0:0 2864 18/24


20120414 Read 3791 times
this thread has moved to 2012  :fnord: (http://www.principiadiscordia.com/forum/index.php?topic=31493.10) 2881 17/24
Title: Re: MATLAB ? 2010 ? 2011 ?
Post by: hirley0 on February 21, 2012, 12:59:56 PM
Portland R User Group | Tuesday, February 21, 2012 | 7:00 PM
Simple| 720 NW Davis, Suite 400 | Portland, OR 97209