Category: News
Compiling error : Unknown file extension ‘ ‘
I am compiling a file that contains a caller block, and that c caller block is calling c file that have many header files included. But while compiling its giving error Unknown "file extension ‘ ‘ ". Can anyone tell me how to solve this one?I am compiling a file that contains a caller block, and that c caller block is calling c file that have many header files included. But while compiling its giving error Unknown "file extension ‘ ‘ ". Can anyone tell me how to solve this one? I am compiling a file that contains a caller block, and that c caller block is calling c file that have many header files included. But while compiling its giving error Unknown "file extension ‘ ‘ ". Can anyone tell me how to solve this one? c caller, mex, error, unknown file MATLAB Answers — New Questions
Unexpected Display Name Changes in Outlook Contact Cards After NetIQ IAM Upgrade Integrated with AD
Description of Issue: After performing an upgrade on our NetIQ Identity and Access Management system, which is integrated with our Active Directory, we’ve encountered an issue in Outlook/Exchange:
When right-clicking a recipient in the ‘To’ field and selecting “Open Contact Card”, the contact card initially displays correctly. However, after fully loading, the display name changes to an unexpected format: “[username] managed by [owner]”.
Background Information:
NetIQ’s Role: NetIQ manages our IAM and synchronizes user information with Active Directory.Service Account Configuration:First Name: Set to the service account’s username/user ID.Last Name: Set to “Managed by [owner name]”.Email Address: Both the service account and the owner share the same email address.Recent Changes: Completed a full upgrade of NetIQ components (IDM, IG, SSPR, Reporting, RemoteLoader, Designer) last week.
Troubleshooting Steps Taken:
Cleared Outlook cache.Redownloaded the address book.Verified configurations in Active Directory.
Request for Assistance:
Has anyone experienced similar issues where display names in Outlook are affected by changes in Active Directory attributes?Could this be related to how Outlook/Exchange interprets certain AD attributes post-update?Are there recommended steps to troubleshoot or resolve display name discrepancies caused by backend IAM system updates?
Description of Issue: After performing an upgrade on our NetIQ Identity and Access Management system, which is integrated with our Active Directory, we’ve encountered an issue in Outlook/Exchange:When right-clicking a recipient in the ‘To’ field and selecting “Open Contact Card”, the contact card initially displays correctly. However, after fully loading, the display name changes to an unexpected format: “[username] managed by [owner]”.Background Information:NetIQ’s Role: NetIQ manages our IAM and synchronizes user information with Active Directory.Service Account Configuration:First Name: Set to the service account’s username/user ID.Last Name: Set to “Managed by [owner name]”.Email Address: Both the service account and the owner share the same email address.Recent Changes: Completed a full upgrade of NetIQ components (IDM, IG, SSPR, Reporting, RemoteLoader, Designer) last week. Troubleshooting Steps Taken:Cleared Outlook cache.Redownloaded the address book.Verified configurations in Active Directory.Request for Assistance:Has anyone experienced similar issues where display names in Outlook are affected by changes in Active Directory attributes?Could this be related to how Outlook/Exchange interprets certain AD attributes post-update?Are there recommended steps to troubleshoot or resolve display name discrepancies caused by backend IAM system updates? Read More
How can I send an email from my Exchange Server to Microsoft Exchange Online
Hi,
I have a requirement to route secure SMTP messages through my On-Premise Exchange Server to Exchange Online.
What is the best way to do this?
The Server was setup with a Send Connector to Exchange Online but I am not entirely sure about the process.
Will I need to create a receive connector for secure smtp and point the apps and devices to sent to it?
Will I have to get them to use an account that exists in Exchange Online to authenticate?
What is the best way to do this?
Thanks
Hi, I have a requirement to route secure SMTP messages through my On-Premise Exchange Server to Exchange Online. What is the best way to do this? The Server was setup with a Send Connector to Exchange Online but I am not entirely sure about the process. Will I need to create a receive connector for secure smtp and point the apps and devices to sent to it? Will I have to get them to use an account that exists in Exchange Online to authenticate? What is the best way to do this? Thanks Read More
Why not separate the Defender for Cloud roles from Azure resources RBAC roles
I am wondering why MS can’t separate the Defender for Cloud roles from the Azure resources RBAC roles, similar to the separation implemented for Reservations and Cost Management + Billing?
Our Azure landing zone operates as a self-service solution, where subscription owners also serve as resource administrators within their specific subscriptions.
Consequently, I have encountered difficulties enforcing certain security features provided through the Defender for Cloud. Each time these features are enabled, some subscription administrators proceed to disable them.
I am wondering why MS can’t separate the Defender for Cloud roles from the Azure resources RBAC roles, similar to the separation implemented for Reservations and Cost Management + Billing? Our Azure landing zone operates as a self-service solution, where subscription owners also serve as resource administrators within their specific subscriptions. Consequently, I have encountered difficulties enforcing certain security features provided through the Defender for Cloud. Each time these features are enabled, some subscription administrators proceed to disable them. Read More
How Can I Download Playlist from Spotify to Computer on Windows 10?
I have an active Spotify Premium account but the downloaded music from Spotify is in OGG format, which is not compatible with many devices and media players. This limitation has been quite frustrating as it restricts my ability to enjoy my Spotify playlist on different devices such as my Windows 10 laptop and car.
My question is how to download playlist from Spotify to my Windows 10 computer to MP3 so I can play them on my PC and my car. If you have used any such tools, please share your insights on their features, user friendliness, and overall effectiveness. Your feedback will be invaluable in helping me and others find the best solution for enjoying Spotify music seamlessly across multiple devices.
Thank you
I have an active Spotify Premium account but the downloaded music from Spotify is in OGG format, which is not compatible with many devices and media players. This limitation has been quite frustrating as it restricts my ability to enjoy my Spotify playlist on different devices such as my Windows 10 laptop and car. My question is how to download playlist from Spotify to my Windows 10 computer to MP3 so I can play them on my PC and my car. If you have used any such tools, please share your insights on their features, user friendliness, and overall effectiveness. Your feedback will be invaluable in helping me and others find the best solution for enjoying Spotify music seamlessly across multiple devices. Thank you Read More
LangChain.js + Azure: A Generative AI App Journey
Microsoft recently organized an event dedicated to JavaScript developers, the Azure Developers JavaScript Day 2024. The event featured various technical and practical sessions, including a session on the use of LangChain.js, a framework for developing applications based on language models. In this article, we’re going to explore the talk given by Yohan Larsorsa, who is a Senior Developer Advocate with Microsoft’s JavaScript + A.I Advocacy team!
What was covered during the session?
Introducing LangChain.js: A Bridge to Generative AI
At the heart of this session lies LangChain.js, a JavaScript library designed to work with large language models. A sister project to the Python-based LangChain, it has garnered acclaim within the AI community for its high-level abstractions that simplify the complexities of working with models, vector databases, agents, and utilities. Yohan emphasized the significance of LangChain.js in providing a seamless transition from local prototyping to cloud-based deployment, underpinning the session’s focus on rapid experimentation and scalability.
A Practical Demonstration: Simplifying Video Content Queries
The session embarked on a practical journey to address a common dilemma: accessing information in video content without watching the entire video. Yohan introduced a concept using the Retrieval-Augmented Generation (RAG) approach, which combines a retriever component for searching within a knowledge base and a generator component for crafting answers. This approach not only streamlines the process of extracting relevant information from videos but also ensures the accuracy and relevance of generated content.
Project link: Ask YouTube: LangChain.js + Azure Quickstart
From Prototype to Production: A Step-by-Step Guide About the Project
Yohan’s demonstration provided a comprehensive walkthrough, starting from creating a local prototype using LangChain.js and Ollama. Ollama is an open-source tool that allows you to run and create large language models locally. It supports various models, such as Llama 2 and Code Llama, and can be used to run Machine Learning models on Kubernetes. It supports models of different sizes and is compatible with OpenAI’s Chat Completions API.
The process included downloading transcripts from YouTube videos, chunking texts for manageability, and transforming text into vector representations for inclusion in a vector database.
As the session progressed, Yohan showcased the transition to a production-ready application leveraging Azure components. This shift involved replacing local models and databases with Azure OpenAI services and Azure AI Search, demonstrating how minimal changes in the code could adapt the prototype for production use without sacrificing functionality or performance.
The Impact of LangChain.js and Azure on GenAI App Development
The session concluded with reflections on the transformative potential of LangChain.js and Azure in the development of GenAI applications. By enabling developers to experiment locally and scale globally, these tools offer a robust framework for innovating at the speed of thought. The session not only demystified the process of integrating GenAI into app development but also illuminated the path for developers seeking to explore the frontier of AI-driven applications.
Looking Forward
As developers continue to explore the vast landscape of Generative AI, tools like LangChain.js and Azure stand out as beacons of innovation, offering a blend of flexibility, scalability, and efficiency. Yohan’s session at the JavaScript Dev Day not only provided a practical guide to leveraging these tools but also inspired a vision of the future where GenAI applications become an integral part of our digital experience. Especially for those who are JavaScript developers, the journey through LangChain.js and Azure offers a glimpse into the transformative power of Generative AI, beckoning developers to embark on a journey of discovery and innovation.
In the spirit of continuous learning and exploration, Yohan encouraged the audience to dive deeper into the resources provided, including the source code for the demonstration and further educational materials on RAG. As we stand on the brink of a new era in app development, the journey through LangChain.js and Azure offers a glimpse into the transformative power of Generative AI, beckoning developers to embark on a journey of discovery and innovation.
Conclusion
By bridging the gap between local prototyping and cloud deployment, LangChain.js and Azure empower developers to explore the frontiers of Generative AI with ease and efficiency. Yohan’s practical demonstration and step-by-step guide illuminated the path for developers seeking to integrate GenAI into their applications, offering a glimpse into the transformative potential of these tools. As we look ahead to a future shaped by AI-driven innovation, the journey through LangChain.js and Azure serves as an invitation to developers to embark on a journey of discovery and creation in the realm of Generative AI.
Additional Resources
Learn Collection
LangChain.js Documentation
Generative A.I for Beginners
Repository: ChatGPT + Enterprise data with Azure OpenAI and Azure AI Search
Contoso Real Estate Enterprise Project
Stay Tuned for More Insights
If you wish, you can follow what happened during the two days of the event via the playlist on YouTube.
Microsoft Tech Community – Latest Blogs –Read More
Looking to License two separate Programs PolySpace on one port and Matlab on a separate one.
I have licensing in an offline environment. One for Matlab and one for POLLSPACE. I’m looking to license them both on the same server (since both licenses have that MAC:ID tied to them). I’m running into the fact that I can’t run two separate MLM.exe’s on the same FLEXNet license manager. So my thought was I could combine the licensing that is for the same server ID, for the two products. But I seem to be running into and issue that I don’t know how to make it so both products are working and on separate ports.
Is there a way either in options file or something similar to be able to take two valid licenses and have the products be listening on two separate ports?
Thanks!I have licensing in an offline environment. One for Matlab and one for POLLSPACE. I’m looking to license them both on the same server (since both licenses have that MAC:ID tied to them). I’m running into the fact that I can’t run two separate MLM.exe’s on the same FLEXNet license manager. So my thought was I could combine the licensing that is for the same server ID, for the two products. But I seem to be running into and issue that I don’t know how to make it so both products are working and on separate ports.
Is there a way either in options file or something similar to be able to take two valid licenses and have the products be listening on two separate ports?
Thanks! I have licensing in an offline environment. One for Matlab and one for POLLSPACE. I’m looking to license them both on the same server (since both licenses have that MAC:ID tied to them). I’m running into the fact that I can’t run two separate MLM.exe’s on the same FLEXNet license manager. So my thought was I could combine the licensing that is for the same server ID, for the two products. But I seem to be running into and issue that I don’t know how to make it so both products are working and on separate ports.
Is there a way either in options file or something similar to be able to take two valid licenses and have the products be listening on two separate ports?
Thanks! license, licensemanager MATLAB Answers — New Questions
MS Project Planner TImeline
Is there is a way to view the MS Project Planner timeline view in SharePoint site. Currently the planner web part only shows the basic planner plans. It is not even showing the plan that was created on Project Planner(premium license) MS Project Plan 1 or MS Planner Plan 1.
Is there is a way to view the MS Project Planner timeline view in SharePoint site. Currently the planner web part only shows the basic planner plans. It is not even showing the plan that was created on Project Planner(premium license) MS Project Plan 1 or MS Planner Plan 1. Read More
Optimise XLOOKUP Formula for quicker updates
Hello all, I have been revamping a spreadsheet recently and have worked up a solution using an XLOOKUP formula however the Calculation response is about 30s. I believe it would work better on a stronger computer however that’s not likely to change so thus I need to look at the formula.
Background – Formula was previously a VLOOKUP searching within date ranges but would find the earliest entry and carry it over instead which lead to data not showing in particular date ranges a
=XLOOKUP(1,(Baled!A:A=’Isis Report Conversion’!A3)*(Baled!I:I>=’Isis Report Conversion’!$B$1)*(Baled!I:I<=’Isis Report Conversion’!$D$1),Baled!I:I)
I have the formula checking for entries on a separate sheet within a certain date range set by
(see highlighted below)
=XLOOKUP(1,(Baled!A:A=’Isis Report Conversion’!A3)*(Baled!I:I>=’Isis Report Conversion’!$B$1)*(Baled!I:I<=’Isis Report Conversion’!$D$1),Baled!I:I)
I have this formula or specific variations of it looking for different values under 4 Headers for a total of 134 Rows – Am I asking to much of the hardware I have access to or is this formula able to be optimised? Happy to try any variations or idea’s as this sheet is not currently in production.
Hello all, I have been revamping a spreadsheet recently and have worked up a solution using an XLOOKUP formula however the Calculation response is about 30s. I believe it would work better on a stronger computer however that’s not likely to change so thus I need to look at the formula.Background – Formula was previously a VLOOKUP searching within date ranges but would find the earliest entry and carry it over instead which lead to data not showing in particular date ranges a =XLOOKUP(1,(Baled!A:A=’Isis Report Conversion’!A3)*(Baled!I:I>=’Isis Report Conversion’!$B$1)*(Baled!I:I<=’Isis Report Conversion’!$D$1),Baled!I:I) I have the formula checking for entries on a separate sheet within a certain date range set by (see highlighted below)=XLOOKUP(1,(Baled!A:A=’Isis Report Conversion’!A3)*(Baled!I:I>=’Isis Report Conversion’!$B$1)*(Baled!I:I<=’Isis Report Conversion’!$D$1),Baled!I:I) I have this formula or specific variations of it looking for different values under 4 Headers for a total of 134 Rows – Am I asking to much of the hardware I have access to or is this formula able to be optimised? Happy to try any variations or idea’s as this sheet is not currently in production. Read More
Finding mean value over certain amount of values in a matrix
Hello!
I would like to calculate the mean value of a defined number of values of the columns in a matrix.
e.g.
Mean value every 2 values column by column of A.
A = [1,2,3;4,6,8;7,12,7;14,4,23];
result = [2.5,4,5.5;10.5,8,15]
Thanks for the answers in advance.Hello!
I would like to calculate the mean value of a defined number of values of the columns in a matrix.
e.g.
Mean value every 2 values column by column of A.
A = [1,2,3;4,6,8;7,12,7;14,4,23];
result = [2.5,4,5.5;10.5,8,15]
Thanks for the answers in advance. Hello!
I would like to calculate the mean value of a defined number of values of the columns in a matrix.
e.g.
Mean value every 2 values column by column of A.
A = [1,2,3;4,6,8;7,12,7;14,4,23];
result = [2.5,4,5.5;10.5,8,15]
Thanks for the answers in advance. mean, matlab, reshape MATLAB Answers — New Questions
How to deal with MISRA SLSF 036 rule
Hello,
I’m using Simulink and Stateflow to produce a MISRA SLSF and MISRA C compliant model, to produce an AUTOSAR SwC with Embedded Coder.
I’m using bus signals into models in different points as they are really useful for my intended implementation.
One of the required rules by MISRA SLSF is the 036. The statement "A" of this rule suggest not to use Bus inputs with Stateflow, since buses are used in Simulink to package signals together often with different types. Each data in Stateflow must have a unique type definition.
My questions are:
– Is this rule still valid with R2018a?
– Is there a correlated check into Model Advisor for this rule?
– Is there a way to use buses and respect this rule?
Thanks in advanceHello,
I’m using Simulink and Stateflow to produce a MISRA SLSF and MISRA C compliant model, to produce an AUTOSAR SwC with Embedded Coder.
I’m using bus signals into models in different points as they are really useful for my intended implementation.
One of the required rules by MISRA SLSF is the 036. The statement "A" of this rule suggest not to use Bus inputs with Stateflow, since buses are used in Simulink to package signals together often with different types. Each data in Stateflow must have a unique type definition.
My questions are:
– Is this rule still valid with R2018a?
– Is there a correlated check into Model Advisor for this rule?
– Is there a way to use buses and respect this rule?
Thanks in advance Hello,
I’m using Simulink and Stateflow to produce a MISRA SLSF and MISRA C compliant model, to produce an AUTOSAR SwC with Embedded Coder.
I’m using bus signals into models in different points as they are really useful for my intended implementation.
One of the required rules by MISRA SLSF is the 036. The statement "A" of this rule suggest not to use Bus inputs with Stateflow, since buses are used in Simulink to package signals together often with different types. Each data in Stateflow must have a unique type definition.
My questions are:
– Is this rule still valid with R2018a?
– Is there a correlated check into Model Advisor for this rule?
– Is there a way to use buses and respect this rule?
Thanks in advance stateflow, misra MATLAB Answers — New Questions
Latest release channel build ui is laggy
i am having 24H2 latest release preview channel and ui is laggy . not sure why but start menu , explorer , settings and almost every menu even browser is lagging .
even i got a good HW core i 7 + rtx 3060 .
any ideas ? do i have to revert back to stable channel and if it is so is there any way to do it without re installing all the apps again ?
i am having 24H2 latest release preview channel and ui is laggy . not sure why but start menu , explorer , settings and almost every menu even browser is lagging .even i got a good HW core i 7 + rtx 3060 .any ideas ? do i have to revert back to stable channel and if it is so is there any way to do it without re installing all the apps again ? Read More
!!URGENT!! Action required for downloading Marketplace Insights reports through API
As communicated earlier, we have made change in Resource parameter for token generation.
You need to use ‘https://api.partnercenter.microsoft.com‘ as the resource parameter instead of ‘https://graph.microsoft.com‘
The old resource parameter (‘https://graph.microsoft.com‘) was initially planned to be deprecated on 30 June 2024, but we have extended the timeline to 30 August 2024.
Please plan your migration to new resource parameter by 30 August 2024 for uninterrupted service.
Learn more – Make your first API call to access commercial marketplace analytics data – Partner Center | Microsoft Learn
As communicated earlier, we have made change in Resource parameter for token generation.
You need to use ‘https://api.partnercenter.microsoft.com’ as the resource parameter instead of ‘https://graph.microsoft.com’
The old resource parameter (‘https://graph.microsoft.com’) was initially planned to be deprecated on 30 June 2024, but we have extended the timeline to 30 August 2024.
Please plan your migration to new resource parameter by 30 August 2024 for uninterrupted service.
Learn more – Make your first API call to access commercial marketplace analytics data – Partner Center | Microsoft Learn Read More
Operations – Order lines licensing – Need support to evaluate
Dear ALL,
I am implementing Dynamics 365 Finance Operation (F&O) for Customer. Customer also use Retail and Commerce module.
I have 2 scenarios need to ask your support to see if need Operations – Order lines licensing or not.
Scenario 1:
– Step 1: External application submit Online Order to some Staging tables which are created at Dynamics 365F&O.
– Step 2: The Customer Service Support (CS) access Dynamics 365 F&O who have been already assigned some type of Dynamics 365 F&O license, they will review Online Order in Staging tables, they will approve Online Order (in Staging tables) and execute customized function to create Sales Order.
– Step 2.1: Batch job function at Dynamics 365 F&O, may automatic approve Online order in Staging tables, because it match some automatic approval rule, and automatic execute customized function to create Sales Order.
=> With my understanding, I think:
– Step 1: don’t require Operations – Order lines licensing, because Staging table is not listed in operations table – order line.
– Step 2: don’t require Operations – Order lines licensing, because the Customer Service Support already have user license and direct use Dynamics 365F&O to create Sales Order.
– Step 2.1: require Operations – Order lines licensing, because don’t have any licensed User to direct user Dynamics 365 F&O to create Sales order.
Question: Is my understanding correct ?
—————————————————————–
Scenario 2:
– Step 1: External application submit Online Order to some Retail Transaction Tables with status suspended, those tables are stored at Cloud scale unit via Store Commerce API (Not submit directly to Dynamics 365F&O)
– Step 2: Cashier open Commerce app at POS machine, and recall above suspended Retail Transaction (which was created via Store commerce API), and they do checkout Transaction and collect payment. As you know the back end Dynamics 365 F&O process will create Sales order for posting to deduct inventory and record Revenue.
=> With my understanding, I think:
– Step 1: don’t require Operations – Order lines licensing, because Retail Transaction Table is not listed in operations table – order line.
– Step 2: don’t require Operations – Order lines licensing, because the Cashier, Commerce App already have user commerce license and direct use Dynamics 365 commerce app to create Retail Transaction.
=> So, at the end: This scenarios don’t require Operations – Order lines licensing.
Question: Is my understanding correct ?
Note: I aware that maybe Dynamics 365 F&O Database need more capacity to store Online Order, and may need to buy Additional Operations capacity.
Thanks for your reading.
Dear ALL,I am implementing Dynamics 365 Finance Operation (F&O) for Customer. Customer also use Retail and Commerce module.I have 2 scenarios need to ask your support to see if need Operations – Order lines licensing or not.Scenario 1: – Step 1: External application submit Online Order to some Staging tables which are created at Dynamics 365F&O.- Step 2: The Customer Service Support (CS) access Dynamics 365 F&O who have been already assigned some type of Dynamics 365 F&O license, they will review Online Order in Staging tables, they will approve Online Order (in Staging tables) and execute customized function to create Sales Order.- Step 2.1: Batch job function at Dynamics 365 F&O, may automatic approve Online order in Staging tables, because it match some automatic approval rule, and automatic execute customized function to create Sales Order.=> With my understanding, I think:- Step 1: don’t require Operations – Order lines licensing, because Staging table is not listed in operations table – order line.- Step 2: don’t require Operations – Order lines licensing, because the Customer Service Support already have user license and direct use Dynamics 365F&O to create Sales Order.- Step 2.1: require Operations – Order lines licensing, because don’t have any licensed User to direct user Dynamics 365 F&O to create Sales order.Question: Is my understanding correct ? —————————————————————–Scenario 2: – Step 1: External application submit Online Order to some Retail Transaction Tables with status suspended, those tables are stored at Cloud scale unit via Store Commerce API (Not submit directly to Dynamics 365F&O)- Step 2: Cashier open Commerce app at POS machine, and recall above suspended Retail Transaction (which was created via Store commerce API), and they do checkout Transaction and collect payment. As you know the back end Dynamics 365 F&O process will create Sales order for posting to deduct inventory and record Revenue.=> With my understanding, I think:- Step 1: don’t require Operations – Order lines licensing, because Retail Transaction Table is not listed in operations table – order line.- Step 2: don’t require Operations – Order lines licensing, because the Cashier, Commerce App already have user commerce license and direct use Dynamics 365 commerce app to create Retail Transaction.=> So, at the end: This scenarios don’t require Operations – Order lines licensing. Question: Is my understanding correct ? Note: I aware that maybe Dynamics 365 F&O Database need more capacity to store Online Order, and may need to buy Additional Operations capacity. Thanks for your reading. Read More
How to you the output of gnssBitSynchronize to increase integration time of PLL?
Hello, I have been checking and trying the GPS data decode example found in this link:
https://www.mathworks.com/help/satcom/ug/gps-data-decode.html
At the end of the example, it includes a further exploration which says that:
"Also, this example does not update the bit synchronization status back to the tracking loop. You can also use the bit synchronization value to increase the phase locked loop (PLL) integration time to enhance the PLL performance at low SNR values"
I am interested to do and apply this in the GPS Software receiver I am using. Is the sync index the location of start of navigation data bit? how do I use this to increase the PLL integration time?
Thank you for your help.Hello, I have been checking and trying the GPS data decode example found in this link:
https://www.mathworks.com/help/satcom/ug/gps-data-decode.html
At the end of the example, it includes a further exploration which says that:
"Also, this example does not update the bit synchronization status back to the tracking loop. You can also use the bit synchronization value to increase the phase locked loop (PLL) integration time to enhance the PLL performance at low SNR values"
I am interested to do and apply this in the GPS Software receiver I am using. Is the sync index the location of start of navigation data bit? how do I use this to increase the PLL integration time?
Thank you for your help. Hello, I have been checking and trying the GPS data decode example found in this link:
https://www.mathworks.com/help/satcom/ug/gps-data-decode.html
At the end of the example, it includes a further exploration which says that:
"Also, this example does not update the bit synchronization status back to the tracking loop. You can also use the bit synchronization value to increase the phase locked loop (PLL) integration time to enhance the PLL performance at low SNR values"
I am interested to do and apply this in the GPS Software receiver I am using. Is the sync index the location of start of navigation data bit? how do I use this to increase the PLL integration time?
Thank you for your help. gps MATLAB Answers — New Questions
Simscape Onramp Section 8.1 Task 9
I don’t know how to Solve this problem. There is no hint and solution.I don’t know how to Solve this problem. There is no hint and solution. I don’t know how to Solve this problem. There is no hint and solution. simscape MATLAB Answers — New Questions
I made a Heat map. I want to remove the x and y axis ticks. How is that possible?
I tried using set(gca…………), but that is for plot. i am stuck at this.I tried using set(gca…………), but that is for plot. i am stuck at this. I tried using set(gca…………), but that is for plot. i am stuck at this. heatmap, colormap MATLAB Answers — New Questions
OneDrive Direct Download Link
Hi all,
My Problem and Question
This question pertains to OneDrive for personal use. Microsoft recently made a change to the link format from the embed feature and made my direct download links obsolete. I would retrieve these links from the embed feature in OneDrive and the links looked like what’s shown below. The link would directly serve the file to whomever accessed it without them ever having to interact with OneDrive.
With the changes Microsoft recently made to OneDrive, is there a new way of getting links that have this functionality?
Old link format (no longer works): https://onedrive.live.com/download?resid=XXXXXXXXXXX&authkey=XXXXXXXXXXX
My Own Digging
I’ve scoured several forums unable to find any solutions. I have found a temporary solution; however, the links generated via this method only have temporary authentication, so they expire after a day. Perhaps it could be a real solution if I could figure out how to get a permanent auth token for a personal OneDrive file. I’m retrieving the link from the GET request when clicking the download button on a file from a publicly shared link.
Thank you to anyone that has input!
Hi all, My Problem and Question This question pertains to OneDrive for personal use. Microsoft recently made a change to the link format from the embed feature and made my direct download links obsolete. I would retrieve these links from the embed feature in OneDrive and the links looked like what’s shown below. The link would directly serve the file to whomever accessed it without them ever having to interact with OneDrive. With the changes Microsoft recently made to OneDrive, is there a new way of getting links that have this functionality?Old link format (no longer works): https://onedrive.live.com/download?resid=XXXXXXXXXXX&authkey=XXXXXXXXXXX My Own Digging I’ve scoured several forums unable to find any solutions. I have found a temporary solution; however, the links generated via this method only have temporary authentication, so they expire after a day. Perhaps it could be a real solution if I could figure out how to get a permanent auth token for a personal OneDrive file. I’m retrieving the link from the GET request when clicking the download button on a file from a publicly shared link. Link format: https://my.microsoftpersonalcontent.com/personal/{resid}/_layouts/15/download.aspx?UniqueId=XXXXXXXXXXXXX&Translate=false&tempauth=XXXXXXXXXXXXXXXX&ApiVersion=2.0 Thank you to anyone that has input! Read More
Windows 11 Insider Preview
Dude I keep getting this update for “Windows 11 Insider Preview” that turns my W10 into Windows 11. How do I stop this? I do not want W11. This is getting me heated ONG. I already put it scheduled for later, but how do I turn it off permanently? and I also left the Windows Insider program and shi like bru ONG. IM GONNA CRASHOUT
Dude I keep getting this update for “Windows 11 Insider Preview” that turns my W10 into Windows 11. How do I stop this? I do not want W11. This is getting me heated ONG. I already put it scheduled for later, but how do I turn it off permanently? and I also left the Windows Insider program and shi like bru ONG. IM GONNA CRASHOUT Read More