Saturday, August 8, 2009

What does a negative amplitude value in the Fourier domain mean?

Say, i have a axis-symmertric square pulse, then take its Fourier transform (4th from last figure at http reference) i%26#039;d expect to see a sinc pulse. The fourier domain representation has a negative amplitude what does this mean, an an analogy would help? A phase change? an negative attenuation? Can the discrete FFT used by MATLAB represent these negative amplitudes, normally i plot the absolute of complex FFT values. thanks in advance.



http://dce.felk.cvut.cz/pjr/cviceni/uloh...



What does a negative amplitude value in the Fourier domain mean?





Negative values would be a phase of 180 degrees.

What is the best website for free web hosting/domain names? I want my own website ?

And if possible, I want a site that lets you have the exact domain



No mypage.stupid.com



assuming that the company is called stupid



like mypage.freewebs.com, i dont want the freewebs



What is the best website for free web hosting/domain names? I want my own website ?





http://www.LocoDomains.com offers free hosting



What is the best website for free web hosting/domain names? I want my own website ?



There%26#039;s no such thing like free host and domain, BUT you can use a redirect. First host your site on freewebs or any other one. Then go to this site: http://www.freedomain.co.nr/ register for the domain redirect. then it%26#039;s www.yourname.co.nr anyone who goes to that will be redirected to your site, but they won%26#039;t be able to see like blah.freewebs.com. I use that redirect and it works fine as a charm. Hope it helps.



Other Replys:There is so such thing as a company giving out free domain names. And if there was such a company, it had already filed for bankruptcy due to the 1000+ other people wanting a free domain.



You can find free domain hosting though, but it might carry restrictions, and it%26#039;ll only be temporary.



Honestly, if you can%26#039;t buy a domain, just settle on a free server, I did fine on Geocities and Freewebs until I bought my own domain.



Other Replys:Hi D-Unit,



the previous answers were complete and very enough I think



no free hosting company gives you your own domain for free



you can get a subdomain:



stupid.host.com



or the url will be like that:



www.host.com/stupid



or



www.host.com/users/stupid



any way to get a domain you have to pay for it



google provides domain registration for 10$:



http://www.google.com/a/help/intl/en/adm...



there are some free domain providers but it%26#039;s not a real one it%26#039;s almost fake and not using it is very much better



you%26#039;re required to place ads in your page so you can get the domain:



http://www.freedomain.co.nr/



http://www.dot.tk/en/index.html



:-)



Other Replys:If you are serious about websites either for personal or your business, don%26#039;t go to free web hosting as they are usually not reliable and you may end up losing all your hard work. Free web hosts usually put advertisements on your websites and it could be annoying.



If you like to create websites (usually you will end up more than 1 website, I got more than 100 websites in about 6 months%26#039; time), go for multiple web hosting services where you could host all your websites in one account.



I would like to suggest following webhosting which I use, they are excellent.



Hostmonster http://www.hostmonster.com/track/ryukend...



They offer hosting of %26quot;unlimited domains%26quot; and you will get massive webspace of 300000 MB (300 GB ). They only charge $5.95/month and they offer %26quot;a free Domain Name%26quot; and installing service called %26quot;Fantastico%26quot;. By using Fantastico, you could create own forum, photo gallery, shopping cart (e-commerce),your own auction site and your own blogs within few seconds. They also offer %26quot;Free Website Builder%26quot; as well.



Visit the site to check details.



Hostmonster http://www.hostmonster.com/track/ryukend...



More hosting visit



http://www.nicewebhosts.com



FREE AD-FREE HOSTING.



If you would like free ad-free hosting, try



http://www.webzonetalk.com/hosting.html



Other Replys:Check out a site like this



http://www.getawebpage.net



They list the top web hosting companies



Other Replys:FREE with every domain:



閳?FREE! Quick Blog



閳?FREE! Free Hosting



閳?FREE! Complete Email



閳?FREE! Forwarding / Masking



閳?FREE! Change of Registration



閳?FREE! Starter Web Page



閳?FREE! %26quot;For Sale%26quot;/ Parked Page



閳?FREE! Domain Name Locking



閳?FREE! Total DNS Control



$1.99/yr!- .INFO - the world%26#039;s information domain - is now $1.99 for one year registrations!



$6.95/yr!- .COM domain name from http://domain-name-register-store.com/ for just $6.95/yr!



Promotion ends on 20th August 2007!!!



Other Replys:You can get a free domain here http://www.domainlagoon.com/?ref=26869

Convert to a frequency in Hz from a frequency domain?

A signal and system problem.



How%26#039;s it convert to a frequency in Hz from a frequency domain given in complex number format eg a+jb?



Please help



Convert to a frequency in Hz from a frequency domain?





Apologies for repeating my answer to another of your questions, but a complex number is just that - a number. It doesn%26#039;t contain a frequency, and so there is no conversion between the two.



From your other questions I%26#039;d hazard a guess that you%26#039;re learning Fourier transforms (and DFTs, FFTs etc.). Maybe I can answer your question best from that angle. That makes this a long answer, so if I%26#039;ve guessed wrong then you may not want to bother reading further. Oh, and apologies if this all sounds patronising...



A DFT is used to convert a set of data from one domain (e.g. time samples) into a set of data in another domain (e.g. frequencies). These %26quot;sets of data%26quot; are sets of numbers (which may be complex). The important thing is that the frequency domain is given by the _set_ of numbers, and not by any single number (complex or not).



The DFT is usually written out in text books for a single frequency (e.g. S(w) = sum[s(t) * exp(-jwt)], where the sum is over all t and * is %26quot;times%26quot;). This is a comparison (technically the %26quot;correlation%26quot;) of your input s(t) with a SINGLE (complex) sinewave of frequency w. However, to get a full spectrum you need to repeat this for all w (giving you one value of S for each w). The FFT does this very efficiently.



The magnitude of S that you get from one application of the DFT (i.e. one w) will tell you how similar s(t) is to sin(w) (well, actually exp(jwt)). This would be (a^2 + b^2) if S = a + jb.



There will also be a angle component (arctan(b/a)) which tells you the phase-difference between this reference sinewave and the component of your signal which has frequency %26quot;w%26quot;.



So, the closest I can get to an answer is this: given a SET of complex numbers (each one computed with a different value of w) find the one with the maximum magnitude (using (a^2 + b^2) for each one). The value of %26quot;w%26quot; that you used to compute this number is the frequency (assuming your input was a pure sinewave).



If you used something like an FFT, things are slightly trickier since %26quot;w%26quot; is hidden from you, but the frequencies are evenly spread between 0Hz and half the sampling rate - so if you have N values in your input, you%26#039;ll also have N values in your output, and the nth value will be n/N times the distance between 0 and Fs/2... so frequency = (n/N)*(Fs/2) = (n*Fs)/(2*N) (Fs = sampling frequency).



Convert to a frequency in Hz from a frequency domain?



http://www.pscpower.com/pages/frequency%...



That web site will convert it for you.



Other Replys:Multiply Hz by 2 pi and you%26#039;ll get omega.

Which is the best site to Create A Free domain name and hosting ?

Which are the Best free sites for a Free domain Name %26amp; Hosting ?



Which is the best site to Create A Free domain name and hosting ?





Try ZoneEdit

Does anybody have any idea how to make a domain name extension with full control over it like TK?

dot.tk is a domain and they created the extension of .TK so how can I make an extension......... just in case I need to i%26#039;ll make it a company project for my company.



Does anybody have any idea how to make a domain name extension with full control over it like TK?





well you can sponsor a domain name extension but that takes alot of money... examples of sponsored TLDs are .jobs, .museum, .aero, .pro etc...



or you can create your own country, name it whatever you like and than have the TLD for that country :P



Does anybody have any idea how to make a domain name extension with full control over it like TK?



You check out the ICANN page for it.



http://www.icann.org



Other Replys:You need to have thousands ready and a team to present it to ICANN. Then you have a huge percent chance (90%) that ICANN will not approve your TLD. If you are lucky and they do approve it, then you can sell your tld. Remember, ICANN requires a registration fee chunk from every domain sales (hence the reason no one gives free domains).



Good luck!

Convert to a frequency in Hz from a frequency domain?

A signal and system problem.



How%26#039;s it convert to a frequency in Hz from a frequency domain given in complex number format eg a+jb?



Please help



Convert to a frequency in Hz from a frequency domain?





Apologies for repeating my answer to another of your questions, but a complex number is just that - a number. It doesn%26#039;t contain a frequency, and so there is no conversion between the two.



From your other questions I%26#039;d hazard a guess that you%26#039;re learning Fourier transforms (and DFTs, FFTs etc.). Maybe I can answer your question best from that angle. That makes this a long answer, so if I%26#039;ve guessed wrong then you may not want to bother reading further. Oh, and apologies if this all sounds patronising...



A DFT is used to convert a set of data from one domain (e.g. time samples) into a set of data in another domain (e.g. frequencies). These %26quot;sets of data%26quot; are sets of numbers (which may be complex). The important thing is that the frequency domain is given by the _set_ of numbers, and not by any single number (complex or not).



The DFT is usually written out in text books for a single frequency (e.g. S(w) = sum[s(t) * exp(-jwt)], where the sum is over all t and * is %26quot;times%26quot;). This is a comparison (technically the %26quot;correlation%26quot;) of your input s(t) with a SINGLE (complex) sinewave of frequency w. However, to get a full spectrum you need to repeat this for all w (giving you one value of S for each w). The FFT does this very efficiently.



The magnitude of S that you get from one application of the DFT (i.e. one w) will tell you how similar s(t) is to sin(w) (well, actually exp(jwt)). This would be (a^2 + b^2) if S = a + jb.



There will also be a angle component (arctan(b/a)) which tells you the phase-difference between this reference sinewave and the component of your signal which has frequency %26quot;w%26quot;.



So, the closest I can get to an answer is this: given a SET of complex numbers (each one computed with a different value of w) find the one with the maximum magnitude (using (a^2 + b^2) for each one). The value of %26quot;w%26quot; that you used to compute this number is the frequency (assuming your input was a pure sinewave).



If you used something like an FFT, things are slightly trickier since %26quot;w%26quot; is hidden from you, but the frequencies are evenly spread between 0Hz and half the sampling rate - so if you have N values in your input, you%26#039;ll also have N values in your output, and the nth value will be n/N times the distance between 0 and Fs/2... so frequency = (n/N)*(Fs/2) = (n*Fs)/(2*N) (Fs = sampling frequency).



Convert to a frequency in Hz from a frequency domain?



http://www.pscpower.com/pages/frequency%...



That web site will convert it for you.



Other Replys:Multiply Hz by 2 pi and you%26#039;ll get omega.

Where do i make a website free with free domain name?

i want to make a free website with a free domain name and i also want to put games on it and...



i need to make it like : crazymonkeygames.com . or:



addictinggames.com



and such like that.



so tell me everything you know please.



Where do i make a website free with free domain name?





use Googlepages



http://bestofrest.blogspot.com/2007/11/g...



Where do i make a website free with free domain name?



http://www.mysite.com



Other Replys:just Google it or often your ISP will offer space through your paid service i know that Road Runner Does



http://www.free-webhosts.com/



Other Replys:There%26#039;s actually not a lot of website hosts that let you do that. If there was, it would probably have a lot of ads on your website.



I would say the best option is to use a fairly good website host that doesn%26#039;t give you a free domain, because the free hosts aren%26#039;t worth it.



I suggest freewebs if you aren%26#039;t fluent with HTML or CSS, or Yahoo! Geocities if you are.



Other Replys:I wouldn%26#039;t even atempt to make a gaming site if you can%26#039;t even pay for your own domain name. Gaming sites also suck a lot of bandwidth, so you would need a reputable host with lots of space and bandwidth. I am sorry to say this, but you%26#039;re looking at least $1,000 a year for the hosting plan alone.



Not to mention all of the legal crap you%26#039;ll face with gaming licenses, and all of the people you have to hire....



I don%26#039;t know the first thing to making a game site, but honestly, it sounds like you%26#039;re a minor, and you don%26#039;t know the first thing to this either. What I would do if I was in your shoes, is to research this a little further, and if you still want to do this , in let%26#039;s say 10 years or so, then buy your own domain, hosting, and etc.



Other Replys:$1.99/year is near to free....



$1.99/yr!- .INFO - the world%26#039;s information domain - is now $1.99 for one year registrations!



$6.95/yr!- .COM domain name from http://domain-name-register-store.com/ for just $6.95/yr!



Get your information on the %26#039;Net - with your own .INFO domains.



Whether you want to promote information about your businesses, organizations or yourselves, .INFO is a great way to create an



identity on the Web.



http://domain-name-register-store.com/



Plus, when you register your .COM domain with Web Hosting Store, you get more than a great price... All of our .COM domain names come with a rich collection of FREE extras.....



FREE with every domain:



璺?FREE! Quick Blog



璺?FREE! Free Hosting



璺?FREE! Complete Email



璺?FREE! Forwarding / Masking



璺?FREE! Change of Registration



璺?FREE! Starter Web Page



璺?FREE! %26quot;For Sale%26quot;/ Parked Page



璺?FREE! Domain Name Locking



璺?FREE! Total DNS Control



With Web Hosting Store, getting on the Web is fast, easy and



affordable. Register your .COM domain with us today for just $6.95/ yr!