any answers i will be very thankful.
Brij Mohan Kumar
M-Tech (communication and system)
IIT, PATNA
If I follow the literal meaning of your question, "eigenvectors" is simply finding the eigenvector of a matrix/vector. However, to solve the
"hermite eigen vectors of the K-th order DFT matrix" can be solved by a series of steps which can be achieved by a single line of code in matlab
1. find the k point dft of the given matrix
2. find the egen values of the dft matrix produced
3. find the hermittian of the resultant output in 2
%MATLAB CODE (assume the given matrix is Y, and k=64)
%------------------------------------------------------------------------------
k=64;
Output= ( eig( fft(Y,k) ) )'
% take note of the apostrophe after the last ), its very important
How have you find the hermittian of the matrix can you please explain the third step more clearly @ sir babatunde segun
hermitian is the transpose of the conjugate of a matrix. That is the function of the apostrophe in matlab code. Hence, the former code i gave u can still be written as:
M= eig( fft(Y,k) )
Output= transpose(conj(M))
Instead of checking only the mRNA level, I want to check the active protein level of MMP-1 in Liver tissue from mice. How can I do that?
03 March 2021 1,763 2 View
I want to analyses the proportion of swimming sperm of three species of fish in two salinities. To analyse the proportion of swimming sperm in a Generalized Linear Model, I would use a Binary...
03 March 2021 2,297 3 View
03 March 2021 8,272 1 View
Hi. Please tell me what guidelines should i need to follow for questionaries' type research work in India. It is not hospital based work, we are conduction basic institutional based qualitative...
03 March 2021 2,037 3 View
Hi, I implemented a code to gabor filter cifar10 data but the images after being filtered and stacked are not clear like the original images. I think the problem is in the way I am using the...
03 March 2021 6,317 1 View
i am try to classify the x-ray images. During classification , can i block unwanted images (except x-ray image).
03 March 2021 7,100 1 View
03 March 2021 5,360 2 View
The term miscibility refers to the single-phase state in thermodynamics. I do not mean the compatibility of different components. To determine the miscibility I know several techniques such as...
03 March 2021 4,107 4 View
If the detection range is in ng/ml but the reference range is in ug/ml for a molecule or protein in serum or plasma .how to dilute and what is the initial volume to be taken for quantitative analysis
02 March 2021 7,670 3 View
Which solution reveals the microstructure and features of nickel-based alloys?
02 March 2021 2,221 3 View
I'm targeting to deploy a mesh network and manually configure MANET routing protocols. I'm preparing scenarios, architectures, and hard devices needed to do that. Are there some step-by-step...
03 March 2021 1,931 5 View
I have dataset which shows the length of power lines. I need to classify the lines based on the line length. Is there a rule to classify the High voltage (HV) and low voltage (LV) lines based on...
03 March 2021 4,116 4 View
Is it possible to induce site-directed substitution mutation by quick-change method on linear dsDNA? or it has to be cloned in some vector? If yes, should it be treated with the Dpn1 enzyme...
03 March 2021 401 4 View
The range of forms and sizes of cavities in rock is very big. Is there a classification scheme for rock cavities regarding their size and shape?
02 March 2021 4,511 3 View
Is there a powerful system for the security of the systems distributed on IoT systems?
02 March 2021 3,858 10 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
Hello, Is it possible to use pUC19 as a transfer vector to be packed in using the second generation viral particles packaging system( pMD2.G; psPAX2 plasmids)? As far as I understand it there is...
28 February 2021 4,868 2 View
I like to do project in laser measurement system. My objective is to eliminate or reduce the cosine error, abbe error in Laser measurement system. I have Rhenishaw XL80 system. Please tell the...
28 February 2021 4,890 3 View
Hi every body I need to collect datasets from different source to work on recommendation system algorithms, could you advise me how collect data?
27 February 2021 7,063 7 View
25 February 2021 1,987 3 View